function flashW(x){
document.write("<table border=0  width=\"750\" ><tr><td><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"    codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"750\"  height=\"280\" id=ShockwaveFlash1><param name=\"movie\" value=\"flash/" + x + "\"><param name=\"quality\" value=\"high\"><embed src=\"flash/" + x + "\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"750\" height=\"280\"></embed></object></td></tr></table>")
}
		
function flashW2(x,a,b){
document.write("<table border=0  width=\"" + a + "\" ><tr><td><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"    codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"" + a + "\"  height=\"" + b + "\" id=ShockwaveFlash1><param name=\"movie\" value=\"" + x + "\"><param name=\"quality\" value=\"high\"><embed src=\"" + x + "\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"" + a + "\" height=\"" + b + "\"></embed></object></td></tr></table>")
}
		
function reload(){
//alert(document.getElementById("Layer1").innerHTML)
document.getElementById("anim").innerHTML =document.getElementById("anim").innerHTML;
document.getElementById("menu").innerHTML =document.getElementById("menu").innerHTML;
}