<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // 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=180; // ancho tabla !!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#FFE9D2";
linkOverBGColor="orange";
linkTarget="_top";
linkAlign="Left";
barBGColor="444444";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="orange";
barVAlign="center";
barWidth=12; // no quotes!!
barText="MENU ACCESO RAPIDO"; // <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]=["PRINCIPAL", "http://www.latribuatletismo.com.ar/index.html", ""]
ssmItems[1]=["GENERAL"] //create header
ssmItems[2]=["Entrenador", "http://www.latribuatletismo.com.ar/entrenador.html", ""]
ssmItems[3]=["Calendarios", "http://www.latribuatletismo.com.ar/calendario.html",""]
ssmItems[4]=["Atletas", "http://www.latribuatletismo.com.ar/atletas.html", ""]
ssmItems[5]=["Enlaces", "http://www.latribuatletismo.com.ar/enlaces.html", ""]
ssmItems[6]=["Reglamentos", "http://www.latribuatletismo.com.ar/reglamentos.html", ""]
ssmItems[7]=["Planes de entrenamientos", "http://www.latribuatletismo.com.ar/planes.html", ""]
ssmItems[8]=["CORREO"] //create header
ssmItems[9]=["Desde esta pagina", "javascript:correo20m()", ""]
ssmItems[10]=["Desde el correo de tu PC", "mailto:info@latribuatletismo.com.ar", ""]
ssmItems[11]=["OTROS"] //create header
//ssmItems[11]=["Buscador", "http://www.google.com", "_new", 1, "no"] //crea 2 columnas 1 fila
//ssmItems[12]=["Correo", "mailto:info@latribuatletismo.com.ar", "",1]


buildMenu();

//-->
