function clearfrom(){
if (document.rec.from.value == "Your Email")
	document.rec.from.value = "";
}

function clearto(){
if (document.rec.to.value == "Friend's Email")
	document.rec.to.value = "";
}

function clearsearch(){
if (document.search.to.value == "Enter keywords here")
	document.search.to.value = "";
}
