// JScript File 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 0){ //alert("here"); aboutULWidth = 340; aboutLocation = 706; } else{ aboutULWidth = 301; } } else{ aboutULWidth = document.getElementById("aboutUL").offsetWidth + 1; } var aboutUL = document.getElementById("aboutUL"); if (aboutULWidth != 340){ aboutUL.style.left = aboutLocation - Math.abs(aboutULWidth) + 'px'; } else{ //For display in IE6 - Get's the center point of the window and goes from there. aboutLocation = (document.body.offsetWidth / 2) + 97; aboutUL.style.left = aboutLocation + 'px'; aboutUL.style.width = '270px'; } } function hideAbout(){ document.getElementById("aboutUL").style.left = '-9999px'; } function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } //Needed to get the current page's height for the modalPopup background. function openModal(DivID){ setDivHeight(); document.getElementById(DivID).style.display = 'block'; document.body.height = document.getElementById(DivID).style.height - 200 + 'px'; // hide any drop-downs setState('resCust','ovr'); } function closeModal(DivID){ document.getElementById(DivID).style.display = 'none'; // show any drop-downs setState('resCust','nor'); } function hideDropDown(){ var browser=navigator.appName; var b_version=navigator.appVersion; if (browser == 'Microsoft Internet Explorer' && b_version.indexOf("MSIE 6.0") > 0){ var ddl = document.getElementById('ddlToHide'); if (ddl != null){ ddl.style.display = 'none'; } } } function showDropDown(){ var browser=navigator.appName; var b_version=navigator.appVersion; if (browser == 'Microsoft Internet Explorer' && b_version.indexOf("MSIE 6.0") > 0){ var ddl = document.getElementById('ddlToHide'); if (ddl != null){ ddl.style.display = 'block'; } } } function fromFlash(myURL){ window.location = myURL; }