<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150;          // no quotes!!
XOffset=10;
staticYOffset=30;     // no quotes!!
slideSpeed=20;        // no quotes!!
waitTime=100;         // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";     //border
menuIsStatic="yes";        //this sets whether menu should stay static on the screen
menuWidth=180;             // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#000000";
hdrBGColor="#41271f";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontColor="#744537";
linkFontSize="1";
linkBGColor="#41271f";
linkOverBGColor="#744537";
linkTarget="_top";
linkAlign="left";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#888888";
barVAlign="center";
barWidth=15; // no quotes!!
barText=" MENU "; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Le château de Champlong","index.php",""]
ssmItems[1]=["Hôtel de Charme", "hotel-de-charme.php",""]
ssmItems[2]=["Restaurant gastronomique", "restaurant.php",""]
ssmItems[3]=["Le cuvage", "cuvage.php",""]
ssmItems[4]=["Séminaires", "seminaires.php",""]
ssmItems[5]=["Vol en montgolfière", "montgolfiere.php",""]
ssmItems[6]=["Services", "services.php",""]
ssmItems[7]=["Contact", "contact.php",""]
//ssmItems[8]=["PHOTOS", "photos/popup.htm",""]
//ssmItems[9]=["ACCES", "acces.html",""]
//ssmItems[10]=["04 77 69 69 69", "contact.php",""]
buildMenu();

//-->
