function openWindow(url)
{
	a_t = screen.height/2 - 300;
	a_l = screen.width/2 - 320;
	window.open(url,"mywindow","menubar=0,location=0,status=0,scrollbars=0,width=650,height=685,top="+a_t+",left="+a_l);
}