

    function PopWindowN(file, width, height) {
window.open(file, null, "height=" + height + ",width=" + width + ",toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no,top=50,left=300");
	}
	
	
	function shots1(desktopURL, winname)
{
desktop =window.open(desktopURL,winname,"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=400,height=585,resizable=no");
}


function shots2(desktopURL, winname)
{
desktop =window.open(desktopURL,winname,"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=400,height=300,resizable=no");
}



function shots3(desktopURL, winname)
{
desktop =window.open(desktopURL,winname,"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=380,height=380,resizable=no");
}

