function MM_preloadImages() {    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];}}}function popupWin(winName, url) {    newWin = window.open(url, winName,'toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes');    newWin.focus();}function popupPoll(winName, url, width, height) {    newWin = window.open(url, winName,'width='+width+',height='+height+',toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');    newWin.focus();}function popupHelp(winName, url) {    newWin = window.open(url, winName,'width=200,height=130,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');    newWin.focus();}<!-- Beginfunction clearPreloadPage() {    if (document.getElementById)    {        document.getElementById('prepage').style.visibility='hidden';    }else{        if (document.layers){ //NS4            document.prepage.visibility = 'hidden';        }else { //IE4            document.all.prepage.style.visibility = 'hidden';        }    }}// End --><!-- Beginfunction clearPreloadPageR(){    if (document.getElementById)    {        document.getElementById('prepage').style.display='none';    }else{        if (document.layers){ //NS4            document.prepage.display = 'none';        }else { //IE4            document.all.prepage.style.display = 'none';        }    }}// End -->