/***********************************************************************************************
Avec Internet Explorer 4+
>> monObjet.innerHTML = Contenu;


Avec Netscpae 4.x
>> document.monObjet.document.write(Contenu);
>> document.eval(nObjet).document.close();
>> (pour règler un bug)


Et Netscape 6
>> document.getElementById('monObjet').innerHTML = Contenu;
***********************************************************************************************/
function menuEntreprise()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
	html += '<tr valign="middle">' 
	html += '<td width="90" onmouseover="javascript:entreprise(); cacheMenu2()"><a href="presentation.php">présentation</a></td>'
	html += "<td width='670' onmouseover='javascript:planAcces()' id='acces'>plan d'accès</td>"
	html += '</tr></table>'
	
	
	//menu.innerHTML=html
	document.getElementById('entreprise').style.color = '#BA2720';
	document.getElementById('entreprise').style.fontWeight =  "bold";
	document.getElementById('collaborateurs').style.color = '#000000';
	document.getElementById('collaborateurs').style.fontWeight =  "normal";
	document.getElementById('prestations').style.color = '#000000';
	document.getElementById('prestations').style.fontWeight =  "normal";
	document.getElementById('produits').style.color = '#000000';
	document.getElementById('produits').style.fontWeight =  "normal";
	document.getElementById('shop').style.color = '#436BA7';
	document.getElementById('shop').style.fontWeight =  "normal";
	document.getElementById('infos').style.color = '#000000';
	document.getElementById('infos').style.fontWeight =  "normal";
	document.getElementById('menu').innerHTML = html
	}
/***********************************************************************************************/
function entreprise()
	{
	document.getElementById('entreprise').style.color = '#BA2720';
	document.getElementById('entreprise').style.fontWeight =  "bold";
	document.getElementById('acces').style.color = '#FFFFFF';
	document.getElementById('acces').style.fontWeight =  "normal";	
	}

/***********************************************************************************************/
function acces()
	{
	document.getElementById('acces').style.color = '#BA2720';
	document.getElementById('acces').style.fontWeight =  "bold";	
	}
/***********************************************************************************************/
function planAcces()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="top">'
    html += '<td width="50">&nbsp;</td>'
    html += '<td width="50"><a href="plan_sion.php">valais</a></td>'
    html += '<td width="50"><a href="plan_lausanne.php">vaud</td>'
	html += '<td width="300"><a href="plan_carouge.php">genève</td>'
  	html += ' </tr>'
	html += '</table>'
	
	document.getElementById('acces').style.color = '#BA2720';
	document.getElementById('acces').style.fontWeight =  "bold";
	document.getElementById('menu2').innerHTML = html
	}
/***********************************************************************************************/
function menuCollaborateurs()
	{
	html = '<table width="500" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="middle">'
    html += '<td width="93"><a href="direction.php">direction</a></td>'
    html += '<td width="127"><a href="administration.php">administration</a></td>'
    html += '<td width="80"><a href="vente.php">vente</a></td>'
    html += '<td width="200"><a href="informatique.php">informatique, logistique et support</a></td>'
    html += '</tr>'
	html += '</table>'
	
	document.getElementById('entreprise').style.color = '#000000';
	document.getElementById('entreprise').style.fontWeight =  "normal";
	document.getElementById('collaborateurs').style.color = '#BA2720';
	document.getElementById('collaborateurs').style.fontWeight =  "bold";
	document.getElementById('prestations').style.color = '#000000';
	document.getElementById('prestations').style.fontWeight =  "normal";
	document.getElementById('produits').style.color = '#000000';
	document.getElementById('produits').style.fontWeight =  "normal";
	document.getElementById('shop').style.color = '#436BA7';
	document.getElementById('shop').style.fontWeight =  "normal";
	document.getElementById('infos').style.color = '#000000';
	document.getElementById('infos').style.fontWeight =  "normal";
	document.getElementById('menu').innerHTML = html
	}
/***********************************************************************************************/
function menuCompetences()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="middle">'
    html += '<td width="83"><a href="analyse.php">analyse</a></td>'
    html += '<td width="87"><a href="solutions.php">solutions</a></td>'
    html += '<td width="88"><a href="rationalise.php">gestion</a></td>'
    html += '<td width="113"><a href="propose.php">financement</a></td>'
    html += '<td width="228"><a href="assure.php">installation et maintenance</a></td>'
    html += '</tr>'
	html += '</table>'
	
	document.getElementById('collaborateurs').style.color = '#000000';
	document.getElementById('collaborateurs').style.fontWeight =  "normal";
	document.getElementById('entreprise').style.color = '#000000';
	document.getElementById('entreprise').style.fontWeight =  "normal";
	document.getElementById('prestations').style.color = '#BA2720';
	document.getElementById('prestations').style.fontWeight =  "bold";
	document.getElementById('produits').style.color = '#000000';
	document.getElementById('produits').style.fontWeight =  "normal";
	document.getElementById('shop').style.color = '#436BA7';
	document.getElementById('shop').style.fontWeight =  "normal";
	document.getElementById('infos').style.color = '#000000';
	document.getElementById('infos').style.fontWeight =  "normal";
	document.getElementById('menu').innerHTML = html
	}
/***********************************************************************************************/
function menuProduits()
	{
	html = '<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="middle">'
    html += '<td width="160" onmouseover="javascript:multifonctions()" id="multi">copieur / multifonctions</td>'
    html += '<td width="102" onmouseover="javascript:imprimantes()" id="impr">imprimante</td>'
    html += '<td width="61" onmouseover="javascript:cacheMenu2(); fax()"><a href="fax.php">fax</a></td>'
    html += '<td width="148" onmouseover="javascript:plotter()" id="plotter">plotter / grand format</td>'
    html += ' <td width="100" onmouseover="javascript:cacheMenu2(); support()"><a href="">parc occasions</a></td>'
    html += ' <td width="170" onmouseover="javascript:cacheMenu2(); support()"><a href="gestion_docs.php">gestion de documents</a></td>'	
	html += '<td width="100" onmouseover="javascript:cacheMenu2(); support()"><a href="tips.php">support</a></td>'
	html += '</tr>'
	html += '</table>'
	
	
	document.getElementById('collaborateurs').style.color = '#000000';
	document.getElementById('collaborateurs').style.fontWeight =  "normal";
	document.getElementById('entreprise').style.color = '#000000';
	document.getElementById('entreprise').style.fontWeight =  "normal";
	document.getElementById('prestations').style.color = '#000000';
	document.getElementById('prestations').style.fontWeight =  "normal";
	document.getElementById('produits').style.color = '#BA2720';
	document.getElementById('produits').style.fontWeight =  "bold";
	document.getElementById('shop').style.color = '#436BA7';
	document.getElementById('shop').style.fontWeight =  "normal";
	document.getElementById('infos').style.color = '#000000';
	document.getElementById('infos').style.fontWeight =  "normal";
	document.getElementById('menu').innerHTML = html
	}
/***********************************************************************************************/
function multifonctions()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="top">'
    html += '<td width="90"><a href="multifonctions_nb.php">noir / blanc</a></td>'
    html += '<td width="70"><a href="multifonctions_couleur.php">couleur</a></td>'
    html += '<td width="140"><a href="multifonctions_nb_prod.php">noir / blanc production</td>'
    html += '<td width="360"><a href="multifonctions_couleur_prod.php">couleur production</td>'
  	html += ' </tr>'
	html += '</table>'
	
	document.getElementById('produits').style.color = '#BA2720';
	document.getElementById('produits').style.fontWeight =  "bold";
	document.getElementById('multi').style.color = '#BA2720';
	document.getElementById('multi').style.fontWeight =  "bold";
	document.getElementById('impr').style.color = '#FFFFFF';
	document.getElementById('impr').style.fontWeight =  "normal";
	document.getElementById('plotter').style.color = '#FFFFFF';
	document.getElementById('plotter').style.fontWeight =  "normal";
	document.getElementById('menu2').innerHTML = html
	}
/***********************************************************************************************/
function plotter()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="top">'
    html += '<td width="323">&nbsp;</td>'
    html += '<td width="80"><a href="plotter_nb.php">noir / blanc</a></td>'
    html += '<td width="77"><a href="plotter_couleur.php">couleur</a></td>'
	html += '<td width="280"><a href="scanner.php">scanner</a></td>'
  	html += ' </tr>'
	html += '</table>'
	
	document.getElementById('produits').style.color = '#BA2720';
	document.getElementById('produits').style.fontWeight =  "bold";
	document.getElementById('impr').style.color = '#FFFFFF';
	document.getElementById('impr').style.fontWeight =  "normal";
	document.getElementById('multi').style.color = '#FFFFFF';
	document.getElementById('multi').style.fontWeight =  "normal";
	document.getElementById('plotter').style.color = '#BA2720';
	document.getElementById('plotter').style.fontWeight =  "bold";
	document.getElementById('menu2').innerHTML = html
	}
/***********************************************************************************************/
function imprimantes()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="top">'
    html += '<td width="160">&nbsp;</td>'
    html += '<td width="80"><a href="imprimante_nb.php">noir / blanc</a></td>'
    html += '<td width="520"><a href="imprimante_couleur.php">couleur</a></td>'
  	html += ' </tr>'
	html += '</table>'
	
	document.getElementById('produits').style.color = '#BA2720';
	document.getElementById('produits').style.fontWeight =  "bold";
	document.getElementById('impr').style.color = '#BA2720';
	document.getElementById('impr').style.fontWeight =  "bold";
	document.getElementById('multi').style.color = '#FFFFFF';
	document.getElementById('multi').style.fontWeight =  "normal";
	document.getElementById('plotter').style.color = '#FFFFFF';
	document.getElementById('plotter').style.fontWeight =  "normal";
	document.getElementById('menu2').innerHTML = html
	}
/***********************************************************************************************/
function fax()
	{
	document.getElementById('impr').style.color = '#FFFFFF';
	document.getElementById('impr').style.fontWeight =  "normal";
	document.getElementById('multi').style.color = '#FFFFFF';
	document.getElementById('multi').style.fontWeight =  "normal";
	document.getElementById('plotter').style.color = '#FFFFFF';
	document.getElementById('plotter').style.fontWeight =  "normal";
	}
/***********************************************************************************************/
function support()
	{
	document.getElementById('impr').style.color = '#FFFFFF';
	document.getElementById('impr').style.fontWeight =  "normal";
	document.getElementById('multi').style.color = '#FFFFFF';
	document.getElementById('multi').style.fontWeight =  "normal";
	document.getElementById('plotter').style.color = '#FFFFFF';
	document.getElementById('plotter').style.fontWeight =  "normal";
	}
/***********************************************************************************************/
function acces()
	{
	document.getElementById('acces').style.color = '#BA2720';
	document.getElementById('acces').style.fontWeight =  "bold";
	}
/***********************************************************************************************/
function menuInformations()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="middle">'
	html += '<td width="210"><div align="right"><a href="#"></a></div></td>'
    html += '<td width="50"><div align="right"><a href="job.php">job</a></div></td>'
    html += '<td width="160"><div align="right"><a href="events.php">expos / manifestations</a></div></td>'
    html += '<td width="85"><div align="right"><a href="partenariat.php">partenariat</a></div></td>'
	html += '<td width="85"><div align="right"><a href="sponsoring.php">sponsoring</a></div></td>'
    html += '<td width="85"><div align="right"><a href="logotype.php">logotypes</a></div></td>'
	html += '<td width="85"><div align="right"><a href="publicite.php">publicité</a></div></td>'
    html += '</tr>'
	html += '</table>'
	
	document.getElementById('collaborateurs').style.color = '#000000';
	document.getElementById('collaborateurs').style.fontWeight =  "normal";
	document.getElementById('entreprise').style.color = '#000000';
	document.getElementById('entreprise').style.fontWeight =  "normal";
	document.getElementById('prestations').style.color = '#000000';
	document.getElementById('prestations').style.fontWeight =  "normal";
	document.getElementById('produits').style.color = '#000000';
	document.getElementById('produits').style.fontWeight =  "normal";
	document.getElementById('shop').style.color = '#436BA7';
	document.getElementById('shop').style.fontWeight =  "normal";
	document.getElementById('infos').style.color = '#BA2720';
	document.getElementById('infos').style.fontWeight =  "bold";
	document.getElementById('menu').innerHTML = html
	}
/***********************************************************************************************/
function menuEshop()
	{
	/*html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="middle">'
    html += '<td width="550"><div align="right"><a href="papier.php">consommables  </a></div></td>'
    html += '<td width="150"><div align="left"><a href="all_shop.htm" target="_blank">toner / encre</a></div></td>'
	html += '</tr>'
	html += '</table>'*/
	
	document.getElementById('collaborateurs').style.color = '#000000';
	document.getElementById('collaborateurs').style.fontWeight =  "normal";
	document.getElementById('entreprise').style.color = '#000000';
	document.getElementById('entreprise').style.fontWeight =  "normal";
	document.getElementById('prestations').style.color = '#000000';
	document.getElementById('prestations').style.fontWeight =  "normal";
	document.getElementById('produits').style.color = '#000000';
	document.getElementById('produits').style.fontWeight =  "normal";
	document.getElementById('shop').style.color = '#BA2720';
	document.getElementById('shop').style.fontWeight =  "bold";
	document.getElementById('infos').style.color = '#000000';
	document.getElementById('infos').style.fontWeight =  "normal";
	document.getElementById('menu').innerHTML = html
	}
/***********************************************************************************************/
function menuContact()
	{
	document.getElementById('collaborateurs').style.color = '#000000';
	document.getElementById('collaborateurs').style.fontWeight =  "normal";
	document.getElementById('entreprise').style.color = '#000000';
	document.getElementById('entreprise').style.fontWeight =  "normal";
	document.getElementById('prestations').style.color = '#000000';
	document.getElementById('prestations').style.fontWeight =  "normal";
	document.getElementById('produits').style.color = '#000000';
	document.getElementById('produits').style.fontWeight =  "normal";
	document.getElementById('shop').style.color = '#436BA7';
	document.getElementById('shop').style.fontWeight =  "normal";
	document.getElementById('infos').style.color = '#000000';
	document.getElementById('infos').style.fontWeight =  "normal";
	}
/***********************************************************************************************/
function cacheMenu()
	{
	var doc
	doc=document.location.href ;
	
	if(doc == "http://axius.axianet.ch/fr/papier.php" || doc == "http://axius.axianet.ch/fr/encre.php" ||
	   doc == "http://axius.axianet.ch/fr/toner.php" || doc == "http://axius.axianet.ch/fr/ruban_encreur.php" ||
	   doc == "http://axius.axianet.ch/fr/support_donnees.php" || doc == "http://axius.axianet.ch/fr/p-touch.php" || 
	   doc == "http://axius.axianet.ch/fr/panier.php" || doc == "http://axius.axianet.ch/fr/identification.php" || 
	   doc == "http://axius.axianet.ch/fr/liste.php" || doc == "http://axius.axianet.ch/fr/livraison.php" || 
	   doc == "http://axius.axianet.ch/fr/paiement.php" || doc == "http://axius.axianet.ch/fr/confirmation.php" || 
	   doc == "http://axius.axianet.ch/fr/confirmation.php" || doc == "http://axius.axianet.ch/fr/compte.php" ||
	   doc == "http://axius.axianet.ch/fr/envoi.php") 
		{
		menuEshop() ;
		}
	else
		{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
	html += '<tr valign="middle">' 
	html += '<td width="100%" align="left">&nbsp;</td>'
	html += '</tr></table>'
	
	document.getElementById('menu').innerHTML = html
		}
	}
/***********************************************************************************************/
function cacheMenu3()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
	html += '<tr valign="middle">' 
	html += '<td width="100%" align="left">&nbsp;</td>'
	html += '</tr></table>'
	
	document.getElementById('menu').innerHTML = html
	}
/***********************************************************************************************/
function cacheMenu2()
	{
	html = '<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="top">'
    html += '<td width="90">&nbsp;</td>'
	html += '<td width="90">&nbsp;</td>'
    html += '<td width="580">&nbsp;</td>'
    html += '</tr>'
    html += '<tr valign="middle">'
    html += ' <td>&nbsp;</td>'
    html += '<td>&nbsp;</td>'
  	html += '</tr>'
	html += '</table>'
	
	document.getElementById('menu2').innerHTML = html
	}
