/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
gauche5=10
haut5=10

target5 = '_self';

color51 = "#FFFF00";
color52 = "#66FF66";
color53 = "#000080";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= 'Lodging'
	menu5lien[0]= 'lodging.htm'
        menu5titre[1]= 'B&B'
	menu5lien[1]= 'B-and-B.htm'
	menu5titre[2]= 'guest meal'
	menu5lien[2]= 'guest-table.htm'
        menu5titre[3]= 'Tarifs'
	menu5lien[3]= 'tarif-lodging.htm'
	menu5titre[4]= 'Week end'
	menu5lien[4]= 'http://www.week-end-en-gite.com'
        menu5titre[5]= 'seminar'
	menu5lien[5]= 'seminary.htm'
	menu5titre[6]= 'Tourism'
	menu5lien[6]= 'tourism-vienne.htm'
        menu5titre[7]= 'deliver of gold'
	menu5lien[7]= 'livre-d-or.htm'
	menu5titre[8]= 'Contact'
	menu5lien[8]= 'contact-anglais.htm'
	menu5titre[9]= 'Acces map'
	menu5lien[9]= 'acces-anglais.htm'
        menu5titre[10]= 'Accueil'
	menu5lien[10]= 'index.htm'
	menu5titre[11]= 'Mail'
	menu5lien[11]= 'mailto:contact@les-vieux-chenes.com'
	
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=#FFFF00 border=4 cellspacing=1 cellpadding=3 bordercolorlight=#66FF66 bordercolordark=#FF0066 WIDTH=110><TR>	<TD ALIGN=center><FONT FACE="Arial" SIZE=3 COLOR=#000080><B>Menu</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: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('<table bgcolor=#FFFF00 border=4 cellspacing=1 cellpadding=3 bordercolorlight=#66FF66 bordercolordark=#FF0066 WIDTH=110><TR>	<TD ALIGN=center><FONT FACE="Arial" SIZE=1 COLOR=#000080><B>tel:33(0)549028277</B></FONT></TD></TR>')
document.write('</TR></TABLE></SPAN>')