
function sendmail(x,y)
{
	parent.location.href = "mailto:" + x + "@" + y;
}


