DumpFlash ='<A HREF=about.html></A> <A HREF=index.html></A> <A HREF=download.html></A> <A HREF=doubleeagle.html></A> <!-- text used in the movie--> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=598 HEIGHT=109><PARAM NAME=movie VALUE="WebMenuSmall.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=devicefont VALUE=true> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="WebMenuSmall.swf" loop=false quality=best scale=exactfit devicefont=true bgcolor=#000000  WIDTH=598 HEIGHT=109 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>';
DumpNonFlash='<font face="Arial, Helvetica, sans-serif"><img src="../images/WebMenuSmall.jpg" border=0 usemap="#menu" height=109 width=598></font><font face="Arial, Helvetica, sans-serif"><map name="menu"><area shape="rect" coords="4,4,58,34" href="index.html" ><area shape="rect" coords="28,55,82,84" href="about.html"><area shape="rect" coords="86,44,199,73" href="download.html"><area shape="rect" coords="114,75,225,100" href="doubleeagle.html"><area shape="rect" coords="244,65,298,98" href="http://dibarboure.multimania.com/mle/main.html"><area shape="rect" coords="317,19,512,81" href="index.html"></map></font><script language=JavaScript src="NavBar.js"></script>';

function FlashDetect ()
{
if (FlashGet() == 1)
 document.write (DumpFlash);
else 
 document.write(DumpNonFlash);
}

function FlashRequest ()
{
if (FlashGet () == 1)document.writeln ('Flash : On/<A HREF="Javascript:FlashSet(0);" >OFF</a>');
else document.writeln ('Flash : <A HREF="Javascript:FlashSet(1);" >On</a>/OFF');
}

function FlashGet ()
{
FlashFlag=getCookie("FlashFlag");
if (FlashFlag != 0) {FlashFlag=1;}
return FlashFlag;
}

function FlashSet (i)
{
setCookie("FlashFlag",i);
FlashFlag =i
location.reload();
}
