function OpenWin2(url){
openwin = open(url,"openwin","width=850,height=800,left=0,top=0,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,favorites=yes,resizable=yes");
	openwin.focus();
}