/* Flash */ function IE_HtmlRewrite(objParent) { if (window.ActiveXObject && objParent) { objParent.innerHTML = objParent.innerHTML; } } // Flash function flashObj(URL,SizeX,SizeY,LnkId,Frm,Flag) // quick { document.write(' '); document.write(' '); document.write(' '); if ( Flag == null || Flag != 'N' ) { document.write(' '); } document.write(' '); document.write(' '); document.write(' '); document.write(' '); if ( Frm == 'Y' ) { // form eval("window." + LnkId + " = document.forms[0]."+ LnkId +"; "); } } /* Roll Over Image */ function menuOn(imgEl) { imgEl.src = imgEl.src.replace("off.gif", "on.gif"); } function menuOut(imgEl) { imgEl.src = imgEl.src.replace("on.gif", "off.gif"); } // ÆË¾÷ function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } /* Tab Content */ function initTabMenu(tabContainerID) { var tabContainer = document.getElementById(tabContainerID); var tabAnchor = tabContainer.getElementsByTagName("a"); var i = 0; for(i=0; i obj.bottomLimit) pos = obj.bottomLimit if (pos < obj.topLimit) pos = obj.topLimit interval = obj.top - pos; obj.top = obj.top - interval / 5; obj.style.top = obj.top + "px"; }, 40) }