// detection Flash for Netscape
var useFlash = navigator.mimeTypes &&
navigator.mimeTypes["application/x-shockwave-flash"] &&
navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;

// detection Flash for IE
        document.write('<SCRIPT LANGUAGE=VBScript\> \n');
        document.write('on error resume next \n');
		document.write('useFlash = (NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash")))\n');
        document.write('</SCRIPT\> \n');

function popeup(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function yaflash()
{
        document.write('<img src="images/icon_fl.gif"></img><font face="arial" color="#990033" size="1">Plugin Flash installé.</font>\n');
}

function yapaflash()
{
        document.write('<a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&Lang=French" target="_blank"><img src="images/icon_fl.gif" border="0"></img><font face="arial" color="#990033" size="1">Plugin Flash manquant !</font></a>\n');
	window.open('erreur.htm','flash','width=230,height=20');
}

if ( useFlash ) {  
yaflash();
   }
else {  
yapaflash();}