function window1 (path)
{
	win=window.open(path,"","width=817,height=650,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no,screenX=0,screenY=0")
}
function window2 (path)
{
	win=window.open(path,"","width=817,height=700,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no,screenX=0,screenY=0")
}
