// JavaScript Document

function run_flash() 
{ 
document.write('<object classid="cclsid:d27cdb6e-ae6d">'); 
document.write('<param name="movie" value="images/img-default/glatigny3.2.swf">'); 
document.write('	<param name="wmode" value="transparent">'); 
document.write('<embed src="images/img-default/glatigny3.2.swf" width="470" height="460" type="application/x-shockwave-flash" wmode="transparent">'); 
document.write('</embed>'); 
document.write('</object>'); 
}