<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=130; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000096";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#0000C0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText='M E N U' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Secciones", "no");
addItem("Contenidos", "http://www.escolar.com/index.htm", "", "no");
addItem("Apuntes", "http://www.escolar.com/index.php", "", "no");
addItem("Biblioteca", "http://www.escolar.com/cgi-bin/php4/download.php?dcategory=Libros&sortby=", "blank", "no");
addItem("Actividades", "http://escolar.com/actividades/", "blank", "no");
addItem("Juegos", "http://www.escolar.com/juegos1.htm", "blank");
addHdr("Menu Avanzados");
addItem("Lengua", "http://www.escolar.com/avanzado/", "", "no");
addItem("Matemática", "http://www.escolar.com/avanzado/indexM.htm", "", "no");
addItem("Historia", "http://www.escolar.com/avanzado/indexH.htm", "", "no");
addItem("Geografía", "http://www.escolar.com/avanzado/indexG.htm", "", "no");
addItem("Geometría", "http://www.escolar.com/avanzado/indexGM.htm", "", "no");
addItem("C. Naturales", "http://www.escolar.com/menucie.htm", "", "no");
addHdr("Productos", "no");
addItem("Internet Gratis", "http://www.internetescolar.com.ar/", "blank", "no");
addItem("Prog. Educativos", "http://www.escolar.com/cdrom/", "blank");

buildMenu();


//-->