// Fonctions JavaScript Yo pour les plus de l Hotel

//*********************************Fonction PlusHotel*************************************


function HotelMenu(menu){
	
	var facebook = '<!-- Facebook Badge START --><a href="http://www.facebook.com/pages/Saint-Maurice-France/Le-Ban-de-lOurs-Hotel-Restaurant/83812517317" title="Profil Facebook du Ban de l\'Ours" target="_facebook"><img src="http://badge.facebook.com/badge/1763457637.411.1442469341.png" alt="Profil Facebook du Ban De l\'Ours" style="border: 0px;" /></a><!-- Facebook Badge END -->';
	
	if(menu=="+"){
		var smenuHistorique ='<DL style="WIDTH: 7em">  <DT onmouseover="javascript:montre(\'smenu7\');"><A href="http://hotelbandelours.com/Pages/BanOurs_historique.pdf" target="_blank">Historique</A> </DL>';
		var smenuPlus ='<DL style="WIDTH: 10em">  <DT onmouseover="javascript:montre(\'smenu4\');">Les + de l\'Hôtel	<DD id=smenu4 onmouseover="javascript:montre(\'smenu4\');" onmouseout="javascript:montre(\'\');"> 	 <UL>  	 	<!--LI><A href="./Pages/Construction.html" target="BanOurs">Services</A></LI-->    	 	<LI><A href="./AlbumsPhotos/" target="BanOurs">Albums Photos</A></LI>  <LI>'+facebook+'</LI>   	 	<!--LI><A href="./Pages/Construction.html" target="BanOurs">Livre d\'Or</A>  	 	</LI-->  	 </UL> 	</DD></DL>';
		var smenu = smenuHistorique+smenuPlus;
	}
	if(menu=="Intranet"){
		var smenu ='<DL style="WIDTH: 6em">  <DT onmouseover="javascript:montre(\'smenu6\');" onmouseout="javascript:montre(\'\');">Intranet  <DD id=smenu6 onmouseover="javascript:montre(\'smenu6\');" onmouseout="javascript:montre(\'\');">  <UL>    <LI><A href="http://hotelbandelours.com:2095" target="BanOurs">Webmail</A></LI> <LI><A href="http://www.hotelbandelours.com/Pages/referencement.html" target="BanOurs">Referenc.</A>        <LI><A href="http://hotelbandelours.com:2082" target="BanOurs">Accès réservé</A>    </LI>  </UL>  </DD></DL>';
		//var repasChevre = '<DIV ID="repasChevre" style="position:absolute;left:40;top:175;visibility:visible;width:400"  class="textePageNormal"><center><table cellpadding=6 border=2 bgcolor="#015794" bordercolor="#990000" class="textePageNormal"><tr><td align="center"><p style="color:white">Tous les jours du Jeudi 4 Octobre au Dimanche 21 Octobre 2007</p><p><b><a href="./Pages/Contacts.php" target="BanOurs" style="color:yellow;font-size:16pt">Repas de la Chèvre</a></b><p style="color:white">Réservez dès maintenant votre table !!!</p></td></tr></table></center></DIV><script>function montreChangement(){setTimeout(\'cacheChangement()\',15000);document.getElementById(\'repasChevre\').style.visibility=\'visible\';}function cacheChangement(){setTimeout(\'montreChangement()\',30000);document.getElementById(\'repasChevre\').style.visibility=\'hidden\';}setTimeout(\'cacheChangement()\', 15000);</script>';
		var albumsPhotos = '<DIV ID="albumsPhotos" style="position:absolute;left:40;top:175;visibility:visible;width:450"  class="textePageNormal"><center><table cellpadding=6 border=2 bgcolor="#015794" bordercolor="#990000" class="textePageNormal"><tr><td align="center"> <table border="0" width=100%><tr><td width="100px" style="text-align:left; background-color:white">'+facebook+'</td><td><div style="text-align:right;color:white;font-size:8pt"><a href="javascript:show=0; cacheChangement();" style="color:white">close x</a></div><br><div style="color:white"><center>Venez découvrir les </center></div></td></tr></table> <p><b><div style="color:white">|--><a href="http://hotelbandelours.com/AlbumsPhotos/" target="BanOurs" style="color:yellow;font-size:14pt">Albums Photos du Ban de l\'Ours</a><--|</div></b><p style="color:white;margin:0px 0px 0px 0px">-----------------------</p><p style="color:white"><a href="http://photos.hotelbandelours.com" target="_blank" style="color:white;font-size:12pt">|-->Partagez vos photos... Beta<--|</a></p></td></tr></table></center></DIV><script>var show=1;function montreChangement(){setTimeout(\'cacheChangement()\',15000);if(show==1){document.getElementById(\'albumsPhotos\').style.visibility=\'visible\';}}function cacheChangement(){setTimeout(\'montreChangement()\',30000);document.getElementById(\'albumsPhotos\').style.visibility=\'hidden\';}setTimeout(\'cacheChangement()\', 15000);</script>';
		var fond = '<script>document.body.style.backgroundImage="url(\'./images/Site/bois_bande.jpg\')";</script>'
		var smenu = smenu+albumsPhotos/*+repasChevre*/;
	}

		return smenu;
//<a href="http://hotelbandelours.com/Actualites/WeekEnd2009/WeekEnd30Mai6Juin2009_SemaineRandonnees.html" target="BanOurs" style="color:white;font-size:12pt">|->Prochain Week-end du Ban de l\'Ours<--|</a>
}