window.onload=function(){
var indexPr=document.getElementById('indexPr');
code='';
code+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="780" height="250" id="indexPr" align="middle">\n';
code+='<param name="allowScriptAccess" value="sameDomain" />\n';
code+='<param name="allowFullScreen" value="false" />\n';
code+='<param name="movie" value="./fla/indexPr.swf" />\n';
code+='<param name="menu" value="false" />\n';
code+='<param name="quality" value="high" />\n';
code+='<param name="wmode" value="transparent" />\n';
code+='<param name="bgcolor" value="#ffffff" />\n';
code+='<embed src="./fla/indexPr.swf" menu="false" quality="high" wmode="transparent" bgcolor="#ffffff" width="780" height="250" name="indexPr" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n';
code+='</object>\n';
indexPr.innerHTML=code;
}
