function writeSwf_00(swf_name, w, h){

document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
document.write(' WIDTH="750" HEIGHT="450" id="top" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="top.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
document.write('<PARAM NAME="wmode" value="opaque" />');
var str1 = window.location.search.replace("?", "");
document.write('<PARAM NAME=flashvars VALUE="page=' + str1 + '">');
document.write('<EMBED src="top.swf" quality=high bgcolor=#FFFFFF  WIDTH="750" HEIGHT="450" NAME="top" ALIGN=""');
document.write(' flashvars="page=' + str1 + '"');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');
}
