\n'); } function updateIntroBar() { var percent = Math.round(loadedbytes/totalbytes * 100); if (introPercent != percent){ introPercent = percent; barLayer.style.width = (percent*1) +"px"; percentLayer.innerHTML = (percent)+ "%"; } } function showIntro() { if (document.getElementById) { document.getElementById('intro').style.top = "0"; } else { if (document.layers) { document.intro.top = 0; } else { document.all.intro.style.top = 0; } } } //-->
|
|
|