<!--

/*
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=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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#ffcc99";//white
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#663300";//#444444maroon
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menu   L D I"; // <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]=["Accueil", "../../index.php", ""] //create header
ssmItems[1]=["Sommaire", "../../sommaire.php", ""]
ssmItems[2]=["News", "../../news.php",""]//
ssmItems[3]=["Mises à jour", "../../maj.php", ""]
ssmItems[4]=["Introduction", "../../intro.php", "_new"]
ssmItems[5]=["Les Hérétiques", "../../heret.php", ""]
ssmItems[6]=["OVNI / PAN", "../../ovni.php", ""]
ssmItems[7]=["Archéologie", "../../archeo.php", ""]

ssmItems[8]=["Paléontologie", "../../paleo.php", ""] //, 1, "no"create two column row
ssmItems[9]=["Sciences de la VIE", "../../bio.php", ""]//,1

ssmItems[10]=["Parapsychologie", "../../psi.php", ""] 
ssmItems[11]=["Sciences de la Terre", "../../geo.php", ""]
ssmItems[12]=["Astronomie", "../../astro.php", ""]
ssmItems[13]=["Sciences Physiques", "../../phys.php", ""]
ssmItems[14]=["Mathématiques", "../../math.php", ""] //create header
ssmItems[15]=["Mythes et Légendes", "../../myth.php", ""]
ssmItems[16]=["Cryptozoologie", "../../crypto.php",""]
ssmItems[17]=["Sindonologie", "../../sindo.php", ""]
ssmItems[18]=["Liens", "../../liens.php", ""]
ssmItems[19]=["Bibliographie", "../../biblio.php", ""]
ssmItems[20]=["LDI En Español", "../../e/index.php", "_new"]

ssmItems[21]=["LDI Auf Deutsch", "../../d/d_sommaire.php", ""] //, 1, "no"create two column row
//ssmItems[22]=["LDI In english", "http://marcogee.free.fr/a/index.php", ""],1
ssmItems[22]=["Mailing Liste", "http://fr.groups.yahoo.com/group/LDImarco/", "_new"]
ssmItems[23]=["CERBI", "http://perso.wanadoo.fr/initial.bipedalism/", "_new"]
buildMenu();

//-->