var ScreenW = 0;
var ScreenH = 0;
var OptionStatus = "";

ScreenW = screen.width;
ScreenH = screen.height;
OptionStatus = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,screenX=0,screenY=0,width=" + ScreenW + ",height=" + ScreenH;

function WinFullOpen(GalleryURL) {
	window.open(GalleryURL,"GalleryWin",OptionStatus);
}
