function popup_win(url,name,winprops)  {
	mywin=window.open(url,name,winprops);
	mywin.focus();
	//mywin.moveTo(0,0);
}