// JavaScript Document
function PreWin(picName)
{
	// var x = "preview2.pl?objName=" + objName + "&fileFormats=" + fileFormats + "&displayObjects=" + displayObjects;
	// browVer = navigator.appVersion;
	// if ((browVer.search(/MSIE/) != -1) && (browVer.search(/Win/) != -1)) {
	//		x += "&browVer=PCIE";
	// }

	window.open(picName,
	   "picwin",
	   "height=288,width=530,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,screenX=100,screenY=100,left=100,top=100");
}

function PreWinExtra(picName)
{
	window.open(picName,
	   "picwin",
	   "height=400,width=600,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=1,toolbar=0,screenX=100,screenY=100,left=100,top=100");
}

function popUp(url){
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
self.name="mainWin";
}

dayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")

now = new Date