gauche5=8
haut5=10
target5 = '_self';

color51 = "#993300";
color52 = "#DAAB49";
color53 = "#FFFFFF";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= 'COMMENT VENIR A CHARBILLAC ?'
	menu5lien[0]= 'chambres_hotes/acces_au_cairn.html'
	menu5titre[1]= 'UNE VISITE DE NOTRE MAISON'
	menu5lien[1]= 'chambres_hotes/chambres_hotes.html'	
	menu5titre[2]= 'VOS ANIMAUX'
	menu5lien[2]= 'chambres_hotes/animal.html'
	menu5titre[3]= 'RESERVATIONS et CONTACTS'
	menu5lien[3]= 'formulaire.php'	
	menu5titre[4]= 'DES LIENS '
	menu5lien[4]= 'chambres_hotes/liens.html'
	menu5titre[5]= 'LES SPORTS ET VOS ACTIVITES'
	menu5lien[5]= 'chambres_hotes/etape_vieux_chaillol.html'
	menu5titre[6]= ' PLAISIRS DE LA TABLE ET CONFORT'
	menu5lien[6]= 'chambres_hotes/table_hotes.html'
	menu5titre[7]= 'STATIONS DE SKI DU CHAMPSAUR'	
	menu5lien[7]= 'chambres_hotes/stations_de_ski_champsaur.html'	
	menu5titre[8]= 'Nos TARIFS '
	menu5lien[8]= 'chambres_hotes/tarifs.html'
	menu5titre[9]= 'ACCOMPAGNATEUR EN MONTAGNE'
	menu5lien[9]= 'http://www.rando-champsaur.com'
	menu5titre[10]= 'QUELQUES PHOTOS'
	menu5lien[10]= 'chambres_hotes/photos.html'
	menu5titre[11]= 'RAQUETTE A NEIGE'
	menu5lien[11]= 'chambres_hotes/raquette_a_neige.html'
	menu5titre[12]= 'UN JARDIN'
	menu5lien[12]= 'chambres_hotes/jardin.html'
	menu5titre[13]= 'VOTRE SEJOUR DE DECOUVERTE EN RAQUETTES'
	menu5lien[13]= 'chambres_hotes/sejour-raquette.html'
	menu5titre[14]= 'BALLADES et Lieux a VISITER'
	menu5lien[14]= 'chambres_hotes/a_visiter.html'
	menu5titre[15]= 'L\'ETE en Montagne '
	menu5lien[15]= 'chambres_hotes/ete.html'
	menu5titre[16]=	'Coffrets Cadeaux'
	menu5lien[16]= 'chambres_hotes/cadeaux.html'
	menu5titre[17]=	'PAGE D\'ACCUEIL'
	menu5lien[17]= 'index.html'
	
	document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</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=#993300 border=1 cellspacing=0 cellpadding=3 bordercolorlight=#000000 bordercolordark=#C0C0C0 WIDTH=125><TR>	<TD ALIGN=center><FONT FACE="Arial" SIZE=2 COLOR=#FFFFFF><B>Menu du Site</B></FONT></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:pointer" 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>')



