// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.
if (!useRedirect) {    // if dynamic embedding is turned on
 if(hasRightVersion) {  // if we've detected an acceptable version
    
	var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="681" HEIGHT="125"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="/media/navihaut.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="/media/navihaut.swf"'
    + 'WIDTH="681" HEIGHT="125"'
    + 'PLAY="true"'
    + 'LOOP="false"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '<\/EMBED>'
    + '<\/OBJECT>';
    
     document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    // NOTE: height, width are required!
    var alternateContent =     '<TABLE width="681" border="0" cellpadding="0" cellspacing="0">'+
        '<TR>'+
          '<TD width="99"><A href="/savoir_faire/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'savoir\',\'\',\'/images/NaviHaut/savoir-faire_f2.gif\',1)"><IMG src="/images/NaviHaut/savoir-faire.gif" name="savoir" width="99" height="35" border="0" alt="Des savoirs faire &eacute;prouv&eacute;s"></A></TD>'+
          '<TD width="162" height="35"><A href="/interventions/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'secteur\',\'\',\'/images/NaviHaut/secteur-intervention_f2.gif\',1)"><IMG src="/images/NaviHaut/secteur-intervention.gif" name="secteur" width="162" height="35" border="0" alt="Des secteurs d&#8217;intervention sp&eacute;cifiques"></A></TD>'+
          '<TD width="70" height="35"><A href="/modes_faire/"  onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'mode\',\'\',\'/images/NaviHaut/mode-faire_f2.gif\',1)"><IMG src="/images/NaviHaut/mode-faire.gif" name="mode" width="70" height="35" border="0" alt="Des modes de faire"></A></TD>'+
          '<TD width="70" height="35"><A href="/delires/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'delires\',\'\',\'/images/NaviHaut/delire-socius_f2.gif\',1)"><IMG src="/images/NaviHaut/delire-socius.gif" name="delires" width="70" height="35" border="0" alt="Les d&eacute;lires de Socius"></A></TD>'+
          '<TD width="99" height="35"><A href="/equipe/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'equipe\',\'\',\'/images/NaviHaut/equipe_f2.gif\',1)"><IMG src="/images/NaviHaut/equipe.gif" name="equipe" width="99" height="35" border="0" alt="Une &eacute;quipe pluridisciplinaire"></A></TD>'+
          '<TD width="72" height="35"><A href="/recherche/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'rechercher\',\'\',\'/images/NaviHaut/rechercher_f2.gif\',1)"><IMG src="/images/NaviHaut/rechercher.gif" name="rechercher" width="72" height="35" border="0" alt="Rechercher"></A></TD>'+
          '<TD width="43" height="35"><A href="/liens/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'lien\',\'\',\'/images/NaviHaut/liens_f2.gif\',1)"><IMG src="/images/NaviHaut/liens.gif" name="lien" width="43" height="35" border="0" alt="Liens"></A></TD>'+
          '<TD width="66" height="35"><A href="/contacts/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact\',\'\',\'/images/NaviHaut/contacts_f2.gif\',1)"><IMG src="/images/NaviHaut/contacts.gif" name="contact" width="66" height="35" border="0" alt="Contacts"></A></TD>'+
        '</TR>'+
		'<TR><TD colspan="8" bgcolor="white" valign="middle"><IMG alt="Groupe Socius conseils" src="/images/Socius.gif" width="1" height="92" align="right"><BR><P class="Titre01">Le Groupe Socius</p></TD></TR>'+
      '</TABLE>';

    document.write(alternateContent);  // insert non-flash content
  }
}