<!--
function popUp(URL) {
	window.open (URL, 'spotlight', config='height=580,width=550,toolbar=no,menubar=no,scrollbars=no,resizable=yes,location=no,directories=no,status=no')
}

function popUp2(URL, width, height) {
	window.open (URL,'spotlight',config='height='+height+',width='+width+',toolbar=yes,menubar=no,scrollbars=no,resizable=yes,location=no,directories=no,status=yes')
}

function popUpscroll(URL, width, height) {
	window.open (URL,'spotlight',config='height='+height+',width='+width+',toolbar=yes,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=yes')
}


<!--
function popUps(URL) {
	window.open (URL, 'spotlight', config='height=600,width=700,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no')
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->

