/***********************************************************************************************
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">Vorstellung</a></td>'
	html += "<td width='670' onmouseover='javascript:planAcces()' id='acces'>Zufahrtsplan</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="90">&nbsp;</td>'
    html += '<td width="50"><a href="plan_sion.php">Sitten</a></td>'
    html += '<td width="620"><a href="plan_renens.php">Renens</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="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="middle">'
    html += '<td width="93"><a href="direction.php">Direktion</a></td>'
    html += '<td width="110"><a href="administration.php">Verwaltung</a></td>'
    html += '<td width="80"><a href="vente.php">Verkauf</a></td>'
    html += '<td width="200"><a href="informatique.php">Informatik, Technik und Logistik</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">Lösung</a></td>'
    html += '<td width="88"><a href="rationalise.php">Leistungen</a></td>'
    html += '<td width="113"><a href="propose.php">Finanzierung</a></td>'
    html += '<td width="228"><a href="assure.php">Einrichtung und Wartung</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="760" border="0" align="center" cellpadding="0" cellspacing="0" class="sous-menu">'
    html += '<tr valign="middle">'
    html += '<td width="200" onmouseover="javascript:multifonctions()" id="multi">Kopierer /    Multifunktionsgeräte</td>'
    html += '<td width="100" onmouseover="javascript:imprimantes()" id="impr">Drucker</td>'
    html += '<td width="60" onmouseover="javascript:cacheMenu2(); fax()"><a href="fax.php">Fax</a></td>'
    html += '<td width="160" onmouseover="javascript:plotter()" id="plotter">Plotter / Gross- Format</td>'
    html += '<td width="100" onmouseover="javascript:cacheMenu2(); support()"><a href="#">Unterstützung</a></td>'
    html += ' <td width="170" onmouseover="javascript:cacheMenu2(); support()"><a href="gestion_docs.php">Verwaltungsdokumente</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="100"><a href="multifonctions_nb.php">schwarz / weiss</a></td>'
    html += '<td width="60"><a href="multifonctions_couleur.php">farbig</a></td>'
    html += '<td width="160"><a href="multifonctions_nb_prod.php">Produktion schwarz / weiss</td>'
    html += '<td width="340"><a href="multifonctions_couleur_prod.php">Produktion farbe</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="330">&nbsp;</td>'
    html += '<td width="120"><a href="plotter_nb.php">schwarz / weiss</a></td>'
    html += '<td width="70"><a href="plotter_couleur.php">farbig</a></td>'
	html += '<td width="240"><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="170">&nbsp;</td>'
    html += '<td width="120"><a href="imprimante_nb.php">schwarz / weiss</a></td>'
    html += '<td width="470"><a href="imprimante_couleur.php">farbig</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="60"><div align="right"><a href="job.php">Job</a></div></td>'
    html += '<td width="150"><div align="right"><a href="events.php">Expo / Veranstaltungen</a></div></td>'
    html += '<td width="85"><div align="right"><a href="partenariat.php">Partnerschaft</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">Werbung</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="580"><div align="right"><a href="papier.php">Papier</a></div></td>'
	html += '<td width="40"><div align="right"></div></td>'
    html += '<td width="200"><div align="left"><a href="all_shop.htm" target="_blank">Toner / Tinte</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="670">&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
	}
