function mt(name,domain,subject,body) {
	location.href = String.fromCharCode(110-1,90+7,110-5,100+8,100+16,120-9,60-2) + name + String.fromCharCode(70-6) + domain +  '?subject=' + subject + '&body=' + body;
}

function subnav_mouseover(div_id, action){
	divobj = document.getElementById(div_id);
	if(action=="over"){
		//setAttribute("class", class_name)
		divobj.style.backgroundImage = "none";
	}
	else{
		class_name = "top" + div_id;
		divobj.setAttribute("class", class_name);
	}
}