		  var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
                  var winie = false;

                  if ( plugin ) {
                    plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 6;
                  } else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=4 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
                    document.write('<' + 'SCRIPT LANGUAGE="VBScript"\>\n');
                    document.write(' On Error Resume Next\n');
                    document.write(' plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n');
                    document.write('</SCRIPT\>\n');
                    winie = true;
                  }

                  if ((plugin && winie) || (navigator.userAgent.indexOf('Firefox')>=0) || (navigator.userAgent.indexOf('Safari')>=0)) {
		    //Ceci est la banniere du haut	
                    document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ID="montmo_light_big" WIDTH="800" HEIGHT="177">');
                    document.write(' <PARAM NAME="Movie" VALUE="/flash/montmo_light_big_new.swf">');
                    document.write(' <PARAM NAME="Quality" VALUE="High">');
                    document.write(' <PARAM NAME="BgColor" VALUE="#FFFFFF">'); 
                    document.write(' <PARAM NAME="WMode" VALUE="Transparent">');
                    document.write(' <PARAM NAME="Menu" VALUE="0">'); 
                    document.write(' <EMBED NAME="montmo_light_big" WMODE="Transparent" SRC="/flash/montmo_light_big_new.swf" QUALITY="High" BGCOLOR="#FFFFFF"  MENU="0" TYPE="application/x-shockwave-flash" WIDTH="800" HEIGHT="177" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
                    document.write('</OBJECT>');

		    //Lien sur le bouton portail
		    document.write('<div style="left: 667px; position: absolute; top: 55px">');
		    document.write('<a href="https://emill.cmontmorency.qc.ca/portail" target="_blank"><img src="/flash/pixel_vide.gif" height="33" width="68" border="0"></a>');
		    document.write('</div>');

		    //Lien sur le logo du collège 
		    document.write('<div style="left: 41px; position: absolute; top: 48px">');
		    document.write('<a href="/index.php"><img src="/flash/pixel_vide.gif" height="46" width="227" border="0"></a>');
		    document.write('</div>');


                  }
		    else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
                    document.write('<IMG SRC="../images/montmo/top_montmo_page1.png" useMap="#MyMap" style="z-index: -1" BORDER="0" ALIGN="Top" ALT=""><BR>');
                  }

