<!--

/*
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=15 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#999999";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#001166";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#003366";
linkOverBGColor="#000033";
linkTarget="_self";
linkAlign="Left";
barBGColor="#003366";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU PRINCIPAL"; // <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]=["Archeonavale.org"] // en-tête
ssmItems[1]=["Accueil", "http://archeonavale.org", "_parent"]
ssmItems[2]=["Association", "http://www.archeonavale.org/joomla/index.php?option=com_content&task=view&id=5&Itemid=49","_parent"]
ssmItems[3]=["Journal en continu", "http://archeonavale.org/principal/index.php", "_parent"]
ssmItems[4]=["Patrimoine", "http://archeonavale.org/patrimoine", "_parent"]
ssmItems[5]=["Epaves", "http://archeonavale.org/epaves", "_parent"]
ssmItems[6]=["Prospections", "http://archeonavale.org/principal/prospection.htm", "_parent"]
ssmItems[7]=["Slave Route", "http://archeonavale.org/slaveroute", "_parent"]
ssmItems[8]=["Navires du XVI°s.", "http://archeonavale.org/grandsnavires/index.html", "_parent"]
ssmItems[9]=["Martinique", "http://archeonavale.org/martinique", "_parent"]
ssmItems[10]=["Publications", "http://archeonavale.org/publications", "_parent"]
ssmItems[11]=["Presse", "http://archeonavale.org/communication/presse/", "_parent"]
ssmItems[12]=["Partenaires", "http://archeonavale.org/principal/partenaires.php", "_parent"]

ssmItems[13]=["Contacts & emails", "http://archeonavale.org/principal/contact.htm", "_parent"]

ssmItems[14]=["Annexes"] //create header
ssmItems[15]=["Liens", "http://www.archeonavale.org/joomla/index.php?option=com_weblinks&Itemid=23", "_parent"]

buildMenu();

//-->