// 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=0"> ');
	document.write('<param name="quality" value="high">');
	document.write('<param name="menu" value="false">');
	document.write('<!--[if !IE]> <-->');
	document.write('alternatif');
	document.write('<a href="index-1.html"><img src="images/spacer.gif" alt="" width="140" height="115" border="0"></a></td>');
	document.write('</object>');
	document.write('<!--> <![endif]-->');
	document.write('</object>');

	
}


    
          
     