<!--
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=19; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! tiempo del muse
menuBGColor="black";
menuIsStatic="yes";
menuWidth=170; // Debe ser multiplo de 10! no quotes!!
menuCols=1;
hdrFontFamily="Bookman Old Style";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#999999";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Times New Roman";
linkFontSize="2";
linkBGColor="#FF9966";
linkOverBGColor="#006699";
linkTarget="_parent";
linkAlign="center";
barBGColor="#336699";
barFontFamily="Bookman Old Style";
barFontSize="2";
barFontColor="White";
barVAlign="center";
barWidth=19; // no quotes!!
barText='Biografías'// <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - para establecer un encabezado deje 'link' y 'target' en blanco
addHdr("Introducción a la Física");
addItem("Da Vinci", "leonardo_da_vinci.htm", "_self");    
addItem("Aristóteles", "aristoteles.htm", "_self");
addItem("Galileo", "galileo.htm", "_self");
addItem("Newton", "Isaac_Newton.htm", "_self");
addItem("Copernico", "Nicolas_Copernico.htm", "_self");
addItem("Hooke", "Robert_hooke.htm", "_self");
addItem("Coulomb", "Coulomb.htm", "_self");
addItem("Amotons", "Amotombs.htm", "_self");
addItem("Cavendish", "Cavendish.htm", "_self");
addItem("Joule", "Joule.htm", "_self");
addItem("Kepler", "Kepler.htm", "_self");

buildMenu();

//-->


