//***************/ // add listeners //***************/ if (window.addEventListener) { // W3C window.addEventListener("load",initLytebox,false); } else if (window.attachEvent) { // Exploder window.attachEvent("onload",initLytebox); } else { // Old skool window.onload = function() {initLytebox();} } /* START IT UP! */ function initLytebox() { myLytebox = new LyteBox(); myLytebox.CustomerSettingForIframe( '/article/598101121/?Status=in' , 'width: 835px; height: 516px; scrolling: no;' ); document.getElementById("mbmberStatus2").style.display="none" document.getElementById("mbmberStatus1").style.display="block" } function resetLytebox() { myLytebox = new LyteBox(); } //function initLytebox() { myLytebox = new LyteBox();myLytebox.CustomerSettingForIframe( 'http://www.utrust.com.tw' , 'width: 835px; height: 516px; scrolling: no;' ); }