var theMenu = new Array();
theMenu[0] = new Array("Menu","myMenu1");

var myMenu1 = new Array();
myMenu1[0] = new Array("L","Home Page","Back to the Home Page","home.html");
myMenu1[1] = new Array("S","","","");
myMenu1[2] = new Array("L","Accomodation","B&B and Holiday Apartments","accomodation.html");
myMenu1[3] = new Array("S","","","");
myMenu1[4] = new Array("L","Sights to See","Photo Gallery of Sights to See","sights.html");
myMenu1[5] = new Array("S","","","");
myMenu1[6] = new Array("L","Sportsbike Tours","Tour Details and Information","tours.html");
myMenu1[7] = new Array("S","","","");
myMenu1[8] = new Array("L","Other Services/Links","Helpful Information and Other Services","other.html");
myMenu1[9] = new Array("S","","","");
myMenu1[10] = new Array("L","Email Us","Contact Us with an Email","mailto:maison-st-georges@wanadoo.fr");

