function ppp() {
         var obHTML = '<embed src="ppp.swf" width="100%" height="80" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" majorversion="6" build="40" wmode="transparent">'+
                      '<\/embed>';
document.getElementById('ppp').innerHTML = obHTML;
         var zIndex = 'z-index';
document.getElementById("tempbg").style.zIndex = "100";
setTimeout('document.getElementById("tempbg").style.zIndex = "0"',2350);
}
