<!--

/*
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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#444444";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkFont="strong",
linkBGColor="white";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFont="strong",
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENÚ"; // <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]=["MENÚ"] //create header
ssmItems[1]=["OBJETO", "objeto.html", "_new"]
ssmItems[2]=["EDITORIAL", "index.html#editorial",""]
ssmItems[3]=["INFORMES", "informes.html", ""]
ssmItems[4]=["CONGRESOS", "congresos.html", "_new"]
ssmItems[5]=["NOVEDADES", "index.html#novedades"]
ssmItems[6]=["PONENCIAS", "ponencias.html", "_blank"]
ssmItems[7]=["CONTÁCTENOS", "formulario.html", "_blank"]


ssmItems[8]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
ssmItems[9]=["Email", "mailto:antimafiadosmilarg@antimafiadosmilarg.com.ar", "",1]

ssmItems[10]=["VISITE", "", ""] //create header
ssmItems[11]=["ANTIMAFIA DUEMILA", "http://www.antimafiaduemila.com", "_blank"]
ssmItems[12]=["ANTIMAFIA PARAGUAY", "http://www.freewarejava.com", "_blank"]
ssmItems[13]=["JUSTICIA Y VERDAD", "http://www.justiciayverdad.com", "_blank"]
ssmItems[14]=["COMISIÓN POR LA VIDA", "http://www.comisiónporlavida.com", "_blank"]

buildMenu();

//-->