<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=30; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#E9FFE9";
hdrBGColor="#ff0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#B7D4B9";
linkTarget="_top";
linkAlign="Left";
barBGColor="#E9FFE9";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="red";
barVAlign="center";
barWidth=35; // no quotes!!
barText=" <IMG src=images/menu.gif border=0 width=35 height=220>"; // <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]=["Les Maisons Clio"] //create header
ssmItems[1]=["Nos modèles", "modele.php", ""]
ssmItems[2]=["La construction", "construction.php",""]
ssmItems[3]=["Nos agences", "agence.php", ""]
ssmItems[4]=["Nos garanties", "garantie.php", ""]
ssmItems[5]=["Vues intérieures", "diaporama.php", ""]
ssmItems[6]=["Contact", "contact.php", ""]
//ssmItems[7]=[" ", "", ""] //create header
//ssmItems[8]=["Actualités", "page.php", ""]


//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row


buildMenu();

//-->