num_items = 3;
item_id = new Array('about_box','aboutme_box','contact_box');

function toggleMenuItem(idx) {
	for( var i=0; i<num_items; i++ )
			if(i!=idx)
				$(item_id[i]).hide();
	Effect.toggle(item_id[idx],'blind');
}

function msg(id)
{
	var q0 = "and";
	var q1 = "able"+q0+"ch";
	var q2 = "airpe";
	var q3 = "n"+q0+"paperte";
	var q4 = "xt"+q0+"tim";
	switch (id) {
	case 1:
		var p2 = "lga";
		var p1 = "he";
		break;
	case 2:
		break;
	}
	window.location = "mai" + "lto:" + p1 + p2 + String.fromCharCode(0x40, 0x74) + q1+q2+q3+q4 + String.fromCharCode(0x65, 0x2e, 0x63, 0x6f ,0x6d);
}
