var k=0;
/*var img_out="/img/fond1.jpg";
var img_over="/img/fond1b.jpg";*/
var img_fleche="/img/fleche.jpg";

/*
function on_but(obj){
	//obj.style.backgroundImage = 'url('+img_over+')';
	//obj.style.color="#FFF";
	obj.style.textDecoration = "underline overline";
}
*/
function initm(){
	show_menu(document.getElementById('menua0'));
	elt=document.getElementById("content");
	if(document.all){
		elt.onmouseover = function() { hideMenu()};
	}else{
		elt.setAttribute('onMouseOver','hideMenu()');
	}
}

function show_menu(obj){
	var output=document.getElementById("menuB");
	var output2=document.getElementById("elt2");

	/*obj.style.backgroundImage = 'url('+img_over+')';*/
	obj.style.color="#000";
	obj.style.textDecoration = "underline";
	output2.style.display = "block";
	output.name=obj.id;
	var i=1;
	var test=output.name.substr(5,1);

	while (i<=9) {
		if (i == test) {
		   i++;
		   continue;
		}
		/*document.getElementById("menua"+i).style.backgroundImage = 'url('+img_out+')';*/
		document.getElementById("menua"+i).style.color="#000";
		document.getElementById("menua"+i).style.textDecoration = "none";
		i++;
	}
	/*
	PRESENTATION  DES PAGES
	**Si la page est accessible** :	<a href='LIEN DE LA PAGE'><img src='"+img_fleche+"'>NOM DE LA PAGE</a>
	**Si la page n'est pas accessible** : <span class='maj'>NOM DE LA PAGE</span>
	*/
	if(obj.id!="menua0"){
		if(document.all){output2.style.filter = 'alpha(opacity=100)';}
		else{output2.style.setProperty("-moz-opacity",1, "");}  
	}
	if(obj.id=="menua1"){
		output.innerHTML="<a href='/pres_valloire.php'><img src='"+img_fleche+"'>Valloire</a><a href='/pres_valmeinier.php'><img src='"+img_fleche+"'>Valmeinier</a><a href='/patrimoine.php'><img src='"+img_fleche+"'>Les chapelles</a><span class='maj'>Les hameaux</span>";
		output2.style.left="0px";
		output.style.height="90px";	
	}
	if(obj.id=="menua2"){
		output.innerHTML="<a href='/domaine_skiable.php'><img src='"+img_fleche+"'>Présentation du domaine skiable</a><a href='/domski/rm.php'><img src='"+img_fleche+"'>Pistes et RM</a><a href='/domski/skifond.php'><img src='"+img_fleche+"'>Ski de fond</a><span class='maj'>Le snowpark</span><a href='/direct.php'><img src='"+img_fleche+"'>Ouvertures en direct</a>";
		output2.style.left="105px";
		output.style.height="140px";
	}
	if(obj.id=="menua3"){
		output.innerHTML="<span class='maj'>Le VTT</span><a href='/ete/rando.php'><img src='"+img_fleche+"'>Itinéraires de randonnée</a><a href='/ete/viaf.php'><img src='"+img_fleche+"'>Via ferrata</a><a href='/ete/parcav.php'><img src='"+img_fleche+"'>Parc Aventure</a>";
		output2.style.left="210px";
		output.style.height="110px";
	}
	if(obj.id=="menua4"){
		output.innerHTML="<a href='/photos_hiver.php'><img src='"+img_fleche+"'>Hiver</a><a href='/photos_ete.php'><img src='"+img_fleche+"'>Eté</a><a href='/photos_autres.php'><img src='"+img_fleche+"'>Intersaison</a><a href='/panorama.php'><img src='"+img_fleche+"'>Panoramas</a><a href='/sem.php'><img src='"+img_fleche+"'>Autres stations</a>";
		output2.style.left="315px";
		output.style.height="115px";
	}
	if(obj.id=="menua5"){
		output.innerHTML="<a href='/historique.php'><img src='"+img_fleche+"'>Histoire de Valloire</a><a href='/domski/rm_old.php'><img src='"+img_fleche+"'>Anciennes remontées</a><a href='/domski/rmhist.php'><img src='"+img_fleche+"'>Evolution du domaine skiable</a>";
		output2.style.left="420px";
		output.style.height="110px";
	}
	if(obj.id=="menua6"){
		output.innerHTML="<a href='/projets/domaine.php'><img src='"+img_fleche+"'>Projets actuels</a><a href='/projets/vieux.php'><img src='"+img_fleche+"'>Anciens projets</a><span class='maj'>Travaux en cours</span>";
		output2.style.left="525px";
		output.style.height="75px";
	}
	if(obj.id=="menua7"){
		output.innerHTML="<a href='/dossier/cretrond.php'><img src='"+img_fleche+"'>Le Crey Rond</a><a href='/dossier/cxsud.php'><img src='"+img_fleche+"'>La Croix du Sud</a><a href='/dossier/neige.php'><img src='"+img_fleche+"'>La neige de culture</a><a href='/quiz.php'><img src='"+img_fleche+"'>Quiz photo</a>";
		output2.style.left="630px";
		output.style.height="105px";
	}
	if(obj.id=="menua8"){
		output.innerHTML="<a href='/pdp/vieux_plans.php'><img src='"+img_fleche+"'>Plans des pistes et forfaits</a><a href='/docs.php'><img src='"+img_fleche+"'>Affiches/posters</a><a href='/brochure.php'><img src='"+img_fleche+"'>Brochures</a><a href='/presse.php'><img src='"+img_fleche+"'>Articles de presse</a><a href='/video.php'><img src='"+img_fleche+"'>Vidéos</a>";
		output2.style.left="735px";
		output.style.height="145px";
	}
	if(obj.id=="menua9"){
		output.innerHTML="<span class='maj'>Plan du site</span><a href='/apropos.php'><img src='"+img_fleche+"'>A propos</a><a href='/liens.php'><img src='"+img_fleche+"'>Liens</a><a href='/contact.php'><img src='"+img_fleche+"'>Contact</a><a href='/newsletter.php'><img src='"+img_fleche+"'>Newsletters</a>";
		output2.style.left="840px";
		output.style.height="120px";
	}
	/*MENU QUI MARCHE*/
	/*
	if(obj.id=="menua1"){
		output.innerHTML="<a href='/village.php'><img src='"+img_fleche+"'>Valloire</a><a href='/valmeinier.htm'><img src='"+img_fleche+"'>Valmeinier</a><a href='/patrimoine.php'><img src='"+img_fleche+"'>Les chapelles</a>";
		output2.style.left="0px";
		output.style.height="60px";	
	}
	if(obj.id=="menua2"){
		output.innerHTML="<a href='/domaine_skiable.php'><img src='"+img_fleche+"'>Présentation du domaine skiable</a><a href='/domski/rm.php'><img src='"+img_fleche+"'>Pistes et RM</a><a href='/domski/skifond.php'><img src='"+img_fleche+"'>Ski de fond</a><a href='/domski/snowpark.htm'><img src='"+img_fleche+"'>Le snowpark</a><a href='/direct.php'><img src='"+img_fleche+"'>Ouvertures en direct</a>";
		output2.style.left="105px";
		output.style.height="130px";
	}
	if(obj.id=="menua3"){
		output.innerHTML="<a href='/ete/vtt.htm'><img src='"+img_fleche+"'>Le VTT</a><a href='/ete/rando.htm'><img src='"+img_fleche+"'>Topos randos</a><a href='/ete/viaf.htm'><img src='"+img_fleche+"'>Les via ferrate</a><a href='/ete/parcav.htm'><img src='"+img_fleche+"'>Parc Aventure</a>";
		output2.style.left="210px";
		output.style.height="82px";
	}
	if(obj.id=="menua4"){
		output.innerHTML="<a href='/photos_hiver.php'><img src='"+img_fleche+"'>Hiver</a><a href='/photos_ete.php'><img src='"+img_fleche+"'>Eté</a><a href='/photos_autres.php'><img src='"+img_fleche+"'>Intersaison</a><a href='/panorama.php'><img src='"+img_fleche+"'>Panoramas</a><a href='/sem.php'><img src='"+img_fleche+"'>Autres stations</a>";
		output2.style.left="315px";
		output.style.height="105px";
	}
	if(obj.id=="menua5"){
		output.innerHTML="<a href='/historique.htm'><img src='"+img_fleche+"'>Histoire</a><a href='/domski/rm_old.htm'><img src='"+img_fleche+"'>Anciennes pistes RM</a><a href='/domski/rmhist.php'><img src='"+img_fleche+"'>Evolution du domaine skiable</a>";
		output2.style.left="420px";
		output.style.height="88px";
	}
	if(obj.id=="menua6"){
		output.innerHTML="<a href='/projets/domaine.php'><img src='"+img_fleche+"'>Sur le domaine</a><a href='/projets/station.htm'><img src='"+img_fleche+"'>Sur Valloire et Valmeinier</a><a href='/projets/vieux.htm'><img src='"+img_fleche+"'>Projets anciens</a><a href='/travaux.htm'><img src='"+img_fleche+"'>Travaux en cours (2008)</a>";
		output2.style.left="525px";
		output.style.height="115px";
	}
	if(obj.id=="menua7"){
		output.innerHTML="<a href='/dossier/cxsud.htm'><img src='"+img_fleche+"'>Croix du Sud</a><a href='/dossier/cretrond.htm'><img src='"+img_fleche+"'>Le Crêt Rond</a><a href='/dossier/stations.htm'><img src='"+img_fleche+"'>Stations et environnement</a><a href='/dossier/neige.php'><img src='"+img_fleche+"'>La neige de culture</a><a href='/quiz.php'><img src='"+img_fleche+"'>Quiz photo</a>";
		output2.style.left="630px";
		output.style.height="135px";
	}
	if(obj.id=="menua8"){
		output.innerHTML="<a href='/pdp/vieux_plans.htm'><img src='"+img_fleche+"'>Plans des pistes et forfaits</a><a href='/docs.php'><img src='"+img_fleche+"'>Affiches/posters</a><a href='/presse.php'><img src='"+img_fleche+"'>Articles de presse</a><a href='/video.php'><img src='"+img_fleche+"'>Vidéos</a>";
		output2.style.left="735px";
		output.style.height="115px";
	}
	if(obj.id=="menua9"){
		output.innerHTML="<a href='/plan_site.htm'><img src='"+img_fleche+"'>Plan du site</a><a href='/histo_site.php'><img src='"+img_fleche+"'>Historique</a><a href='/liens.php'><img src='"+img_fleche+"'>Liens</a><a href='/contact.php'><img src='"+img_fleche+"'>Contact</a><a href='/newsletter.php'><img src='"+img_fleche+"'>Newsletters</a>";
		output2.style.left="840px";
		output.style.height="105px";
	}
	*/
}

function out_but(){
	var output=document.getElementById("menuB");
	var j=1;
	var test=output.name.substr(5,1);
	while (j<=9) {
		if (j == test) {
		   j++;
		   continue;
		}
		/*document.getElementById("menua"+j).style.backgroundImage = 'url('+img_out+')';*/
		document.getElementById("menua"+j).style.color="#000";
		document.getElementById("menua"+j).style.textDecoration = "none";
		j++;
	}
	
	
}

function hideMenu(){
	//document.getElementById("content").onMouseOver=document.getElementById("elt2").style.display="none";
	document.getElementById("elt2").style.display="none";
	var j=1;
	while (j<=9) {
		/*document.getElementById("menua"+j).style.backgroundImage = 'url('+img_out+')';*/
		document.getElementById("menua"+j).style.color="#000";
		document.getElementById("menua"+j).style.textDecoration = "none";
		j++;
	}
}
