function sendmail(to1,to2) {
	var string="mailto:"+to1+"@"+to2;
	document.location=string;
}