<!--

/*
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]=["Página de inicio", "../index.php", ""] //create header
ssmItems[1]=["Sumario", "../e_sommaire.php", ""]
ssmItems[2]=["Las News", "../../news.php",""]//http://marcogee.free.fr/
ssmItems[3]=["Las actualizaciones", "../../maj.php", ""]
ssmItems[4]=["Introducción", "../e_intro.php", "_new"]
ssmItems[5]=["Herejes", "../e_heret.php", ""]
ssmItems[6]=["OVNI / PAN", "../e_ovni.php", ""]
ssmItems[7]=["Arqueología", "../e_archeo.php", ""]
ssmItems[8]=["Paleontología", "../e_paleo.php", ""] //, 1, "no"create two column row
ssmItems[9]=["Ciencias de la Vida", "../e_bio.php", ""]//,1
ssmItems[10]=["Fenómenos Parasicológicos", "../e_psi.php", ""] 
ssmItems[11]=["Ciencias de la Tierra", "../e_geo.php", ""]
ssmItems[12]=["Astronomía", "../e_astro.php", ""]
ssmItems[13]=["Ciencias Físicas", "../e_phys.php", ""]
ssmItems[14]=["Matemáticas", "../e_math.php", ""] //create header
ssmItems[15]=["Mitos y leyendas", "../e_myth.php", ""]
ssmItems[16]=["Criptozoología", "../e_crypto.php",""]
ssmItems[17]=["Sindonología", "../e_sindo.php", ""]
ssmItems[18]=["Enlaces", "../../liens.php", ""]
ssmItems[19]=["Bibliographía", "../e_biblio.php", ""]
ssmItems[20]=["LDI En Français", "../../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();

//-->