<!--

// LG2[k] Interactif 2001 - Pat betts
// Modifier les parametre pour le fichier Flash et Non Flash


//var FlashFileNames = '0_lg2.swf';
//var FlashWidth = 740;
//var FlashHeight = 440;
//var FlashBackground = '333333';

//var NoFlash = 'intro_lg2.gif';
//var NoFlashWidth = 367;
//var NoFlashHeight = 134;
//var NoFlashExtra = '<img src="intro_warning_lg2.gif" width="476" height="56" border="0" usemap="#map"><map name="map"><area alt="" coords="170,42,308,60" href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></map>';

// Fin

//var FlashFileArray = new Array(10);
//FlashFileArray = FlashFileNames.split(",");
var FlashName = FlashFileNames; //FlashFileArray[WichFlash];

var ShockMode = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
ShockMode = 1;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("Microsoft Internet Explorer") || navigator.userAgent.indexOf("MSIE")>=0 
&& (navigator.userAgent.indexOf("Windows 9")>=0 || navigator.userAgent.indexOf("WinNT")>=0)) {
document.write('<SCRIPT LANGUAGE=VBScript\> \n');
document.write('on error resume next \n');
document.write('ShockMode = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) ');
document.write('<\/SCRIPT\> ');
}

if ( ShockMode ) {
document.write('<DIV align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"');
document.write(' ID=flash WIDTH=' + FlashWidth +' HEIGHT=' + FlashHeight + ' >');
document.write(' <PARAM NAME=movie VALUE="' + FlashName + '"> ');
document.write(' <PARAM NAME=quality VALUE=high> ');
document.write(' <PARAM NAME=bgcolor VALUE=#' + FlashBackground + '> ');
document.write('<EMBED SRC="' + FlashName + '"');
document.write(' bgcolor=#' + FlashBackground + ' swLiveConnect=TRUE WIDTH=' + FlashWidth + ' HEIGHT=' + FlashHeight + '');
document.write(' QUALITY=high');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
document.write('<div align="center"><IMG SRC="' + NoFlash +'" WIDTH=' + NoFlashWidth + ' HEIGHT=' + NoFlashHeight + ' BORDER=0><p>');
document.write(''+ NoFlashExtra + ' </DIV>')
}
//-->