<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=70; // no quotes!!
XOffset=0;
staticYOffset=50; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="1";
hdrFontColor="#000099";
hdrBGColor="#000000";
hdrAlign="Center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white"; //color de fondo de la barra
linkOverBGColor="#00BBBBBB"; // color cuando se pasa el mause sobre el menu
linkOverFontColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000"; //color de la barra MENU
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FFFFFF"; //color de la fuente de la barra MENU
barVAlign="center";
barWidth=30; // no quotes!!
barText="MENU Ciencia-Tecnología"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////
var main_dir = "http://www.ciencia-tecnologia.com.ar";
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["INICIO", main_dir, ""]
ssmItems[1]=["<< Anterior", "javascript:history.back()", ""]
ssmItems[2]=[""]
ssmItems[3]=["Desarrollos Avanzados", main_dir + "/temas.html?verinfo=1", ""]
ssmItems[4]=["Inventos Argentinos", main_dir + "/temas.html?verinfo=2", ""]
ssmItems[5]=["Genios de Ayer y Hoy", main_dir + "/temas.html?verinfo=8", ""]
ssmItems[6]=["Empresas Nacionales", main_dir +"/temas.html?verinfo=7", ""]
ssmItems[7]=["Hechos", main_dir +"/temas.html?verinfo=6", ""]
ssmItems[8]=["Capacitación",main_dir +"/temas.html?verinfo=3", ""]
ssmItems[9]=["Competencias", main_dir +"/temas.html?verinfo=4", ""]
ssmItems[10]=["Eventos", main_dir +"/temas.html?verinfo=5", ""]


buildMenu();

//-->