<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // no quotes!!
XOffset=0;
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="#ccdfd1";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#c2e1f6";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontColor="#000000";
linkFontSize="2";
linkBGColor="#aacccc";
linkOverBGColor="#c2e1f6";
linkTarget="_top";
linkAlign="left";
barBGColor="#c2e1f6";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#b74100";
barVAlign="center";
barWidth=25; // no quotes!!
barText="VOL EN MONTGOLFIERE >"; // <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]=[" Tel 06 87 04 31 16 ","",""]
ssmItems[1]=["Accueil", "accueil.php",""]
ssmItems[2]=["Le vol", "vol_en_montgolfiere.php",""]
ssmItems[3]=["Ballons", "ballon.php",""]
ssmItems[4]=["Tarif", "tarif.php",""]
ssmItems[5]=["Animations", "animations.php",""]
ssmItems[6]=["Contact", "contact.php",""]
ssmItems[7]=["Chambres d'hôtes", "chambre_d'hotes.php",""]
ssmItems[8]=["Partenaires", "partenaires.php",""]
ssmItems[9]=["Photos", "photos.php",""]
ssmItems[10]=["Vol montgolfière", "index.php",""]
buildMenu();

//-->
