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