// Popup window code function newPopup(url) { popupWindow = window.open( url+".htm",url,'height=400,width=450,left=48,top=48,resizable=no,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes') } function rules(url) { popupWindow = window.open( url+".htm",url,'height=400,width=450,left=48,top=48,resizable=no,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes') } function rules() { window.open("/usc/ecm/paperless/sweeps/fall/citi/officialrules/default.htm","rules","menu=no,toolbar=no,width=450,height=400,scrollbars=1,resizable=0,directories=no,location=no,screenX=0,screenY=0,top=88,left=124"); } function faq() { window.open("/usc/ecm/paperless/sweeps/fall/citi/faq/default.htm","faq","menu=no,toolbar=no,width=450,height=400,scrollbars=1,resizable=0,directories=no,location=no,screenX=0,screenY=0,top=48,left=48"); } function openThis(URL) { window.open(URL); } function openWindow(link) { window.open(link, '_blank', 'width=800,height=600,toolbar=yes,status=yes,location=yes,menubar=yes,directories=yes,resizable=yes,scrollbars=yes'); } //var spongecellClickTag = "%c";