function openwindow()
{
	window.open("mailing/index.php","mywindow","menubar=0,resizable=0,width=350,height=250");
}