
function popUp(URL, nWidth, nHeight) {
day = new Date();
id = day.getTime();
//eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=200,height=300');");
eval("imagePage = window.open(URL, 'imagePopup', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" + nWidth + ",height=" + nHeight + "');");
}

function openWin_ADFSFSDF(){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = screen.width-10, popH = screen.height-60;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup = window.open("main2.asp?member=&company=&agent=&spot=&spotid=","WatchReels","top=0,left=0,height="+popH+",width="+popW+",scrollbars=no,resizable=yes,toolbars=no,menubar=no,statusbar=yes");
//	document.form1.submit();
}

function errNoImage(objImage) {
	objImage.src = "/includes/images/spacer.gif";
}