<!--

/*
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=400; // 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="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFFCC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" MENÚ DESLIZANTE"; // <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]=["FONÉTICA LATINA"] //create header
ssmItems[1]=["ÍNDICE", "http://phobos.xtec.net/jcimarra/fonetica/index.htm", ""]
ssmItems[2]=["Fonética y morfología:cambio fonético ", "http://phobos.xtec.net/jcimarra/fonetica/tema1.htm",""]
ssmItems[3]=["Origen del alfabeto. El acento ", "http://phobos.xtec.net/jcimarra//fonetica/tema2.htm", ""]
ssmItems[4]=["Vocalismo: del ide. al latín. Laringales ", "http://phobos.xtec.net/jcimarra/fonetica/tema3.htm", "_new"]
ssmItems[5]=["Vocalismo: diptongos ", "http://phobos.xtec.net/jcimarra/fonetica/tema3_2.htm", ""]
ssmItems[6]=["Vocalismo: cambios cuantitativos y cualitativos", "http://phobos.xtec.net/jcimarra/fonetica/tema3_3.htm", ""]
ssmItems[7]=["Consonantismo: oclusivas del ide. al latín", "http://phobos.xtec.net/jcimarra/fonetica/tema4.htm", ""]
ssmItems[8]=["Consonantismo: las consonantes en época histórica", "http://phobos.xtec.net/jcimarra/fonetica/tema4_1.htm", ""]
ssmItems[9]=["Textos para el comentario fonético", "http://phobos.xtec.net/jcimarra/fonetica/textosfonetica.htm", ""]

buildMenu();

//-->
