function showOverlay(){ document.getElementById('fade').style.zIndex='1001'; document.getElementById('fade').style.display='block'; document.getElementById('main').style.display = 'none'; //swfobject.embedSWF("/swf/niks.swf", "main", "1px", "1px", "8.0.0"); swfobject.embedSWF("/swf/black.swf?lightswitch=/images/switch/flowerpowersol-black2.jpg", "fade", "100%", "100%", "8.0.0"); }