function openmail(t,s,b) {
	window.open("mailform/redirect.asp?to=" + t + "&subject=" + s + "&body=" + b + "","","width=600,height=380,top=150,left=200");
}
