function window1 (path)
{
	win=window.open(path,"","width=400,height=250,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no,screenX=0,screenY=0")
win.document.bgColor="#FFFF99";
}
function window2 (path)
{
	win=window.open(path,"","width=380,height=580,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no,screenX=0,screenY=0")
win.document.bgColor="#FFFF99";
}
function window3 (path)
{
	win=window.open(path,"","width=410,height=670,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no,screenX=0,screenY=0")
win.document.bgColor="#FFFF99";
}
function window4 (path)
{
	win=window.open(path,"","width=650,height=620,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no,screenX=0,screenY=0")
}
function window5 (path)
{
	win=window.open(path,"","width=410,height=670,resizable=no,scrollbars=no,toolbar=no,status=no,directories=no,menubar=yes,location=no,screenX=0,screenY=0")
}
