// JavaScript Document
function displayFlash(swf, hauteur, largeur, alternatif)
{
	document.write('<object type="application/x-shockwave-flash" data="'+swf+'" width="'+hauteur+'" height="'+largeur+'">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="flash/menu.swf?button=4"> ');
	document.write('<param name="quality" value="high">');
	document.write('<param name="menu" value="false">');
	document.write('<!--[if !IE]> <-->');
	document.write('alternatif');
	document.write('<object data="flash/menu.swf?button=6"width="766" height="271" type="application/x-shockwave-flash">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">');
	document.write('FAIL (the browser should render some flash content, not this).');
	document.write('</object>');
	document.write('<!--> <![endif]-->');
	document.write('</object>');
	
}


    
          
     