 /*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // 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="yellow";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial black";
hdrFontSize="3";
hdrFontColor="#FFFF00";
hdrBGColor="#170088";
hdrVAlign="center";
hdrAlign="left";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#1097FF";
linkOverBGColor="#FBFDC5";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0000FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="yellow";
barVAlign="center";
barWidth=20; // 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]=["Menu"] //create header
ssmItems[1]=["Accueil", "accueil.htm", ""]
ssmItems[2]=["Animation", "soiree.htm", ""]
ssmItems[3]=["Matériel", "materiel.htm", ""]
ssmItems[4]=["Location", "location.htm", ""]
ssmItems[5]=["Discographie", "discographie.htm", ""]
ssmItems[6]=["News", "news.htm", ""]
ssmItems[7]=["Contact", "contact.htm", ""]
ssmItems[8]=["Renseignements", "devis.php", ""]
ssmItems[9]=["Liens", "liens.htm", ""]
ssmItems[10]=["Photos1", "photos.htm", "",1,"no"] //create two column row
ssmItems[11]=["Video ", "video.htm", "",1]
ssmItems[12]=["Livre d'or", "livreor.htm", ""]


buildMenu();

//-->

