gauche5=10
haut5=50
target5 = '_parent';

color51 = "#7788AA";
color52 = "#B8C8FE";
color53 = "#FFCC00";

menu5titre = new Array;
menu5lien = new Array;
   menu5titre[0]= 'ACCUEIL'
	menu5lien[0]= 'index.html'
	menu5titre[1]= 'LE MUSEE'
	menu5lien[1]= 'musee.html'	
	menu5titre[2]= 'L ALAMBIC'
	menu5lien[2]= 'alambic.html'
	menu5titre[3]= 'La COLLECTION'
	menu5lien[3]= 'collection.html'
	menu5titre[4]= 'Les AFFICHES'
	menu5lien[4]= 'affiche.html'
	menu5titre[5]= 'LA BOUTIQUE'
	menu5lien[5]= 'boutique.html'
	menu5titre[6]= 'LA BOUTIQUE EN LIGNE'
	menu5lien[6]= '../shop'	
	menu5titre[7]= 'Eaux de Vie<br>Boissons Spriritueuses'
	menu5lien[7]= 'eaux.html'
	menu5titre[8]= 'Liqueurs'	
	menu5lien[8]= 'liqueurs.html'
	menu5titre[9]= 'Crèmes'
	menu5lien[9]= 'creme.html'
	menu5titre[10]= 'Apéritifs'
	menu5lien[10]= 'aperitif.html'	
	menu5titre[11]= 'Cocktail'
	menu5lien[11]= 'cocktail.html'
	menu5titre[12]= 'Absinthe'
	menu5lien[12]= 'absinthe.html'
	menu5titre[13]= 'La Cerise à Paul'
	menu5lien[13]= 'cerise.html'
	menu5titre[14]= 'NOTRE GAMME'
	menu5lien[14]= 'game.html'
	menu5titre[15]= 'ABSINTH JAPON'
	menu5lien[15]= 'absinth.pdf'
	menu5titre[16]= 'France'
	menu5lien[16]= 'fr.html'
	menu5titre[17]= 'Deutsch'
	menu5lien[17]= 'de.html'
	menu5titre[18]= 'Netherland'
	menu5lien[18]= 'nl.html'
	menu5titre[19]= 'English'
	menu5lien[19]= 'gb.html'
	menu5titre[20]= 'PALMARES'
	menu5lien[20]= 'palmares.html'
	menu5titre[21]= 'EXPEDITION'
	menu5lien[21]= 'expedit.html'
	menu5titre[22]= 'EXPOSITION'
	menu5lien[22]= 'expo.html'
	menu5titre[23]= 'La Fée Verte'
	menu5lien[23]= 'absinthe.html'	
	menu5titre[24]= 'CONSEIL<br>DEGUSTATION'
	menu5lien[24]= 'degusta.html'	
	menu5titre[25]= 'Printemps des Liqueurs'
	menu5lien[25]= 'priliq.html'
	menu5titre[26]= 'APRES L HIVER<br>L ENVERS'
	menu5lien[26]= 'naa.html'
	menu5titre[27]= 'Nuit des Musées'
	menu5lien[27]= 'nuit.html'
	menu5titre[28]= 'SEMAINE DU GOUT'
	menu5lien[28]= 'mamie.html'
	menu5titre[29]= 'JNPO 2003'
	menu5lien[29]= 'jnpo.html'
	menu5titre[30]= 'SITUATION'
	menu5lien[30]= 'plan.html'
	menu5titre[31]= 'ALAMBIC NATUREL'
	menu5lien[31]= 'caverne.html'
	menu5titre[32]= 'LIEN'
	menu5lien[32]= 'lien.html'	
	menu5titre[33]= 'CONFRERIE de St COLOMBAN'
	menu5lien[33]= 'confrerie.html'
	menu5titre[34]= 'Quelques <br>visites marquantes'
	menu5lien[34]= 'visite.html'
	menu5titre[35]= 'CONTACT'
	menu5lien[35]= 'contact.html'
	
document.write('<STYLE TYPE="text/css">#menu5 </STYLE>');
ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers
function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table bgcolor=#7788AA border=1 cellspacing=1 cellpadding=3 bordercolorlight=#000000 bordercolordark=#C0C0C0 WIDTH=180><TR>	<TD ALIGN=center><img src="armes.gif" border="0" width="170" height="60" alt=""></TD></TR>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut=	"this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:hand" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=1><B><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menu5titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')