<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=500; // 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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="black";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=25; // no quotes!!
barText=" menu 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]=["S E C C I O N E S "] //create header
ssmItems[1]=["PORTADA ACTUAL", "index.htm", "_blank"]
ssmItems[2]=["EDICIONES ANTERIORES", "anteriores.htm", "_blank"]
ssmItems[3]=["RECOMENDAR", "mailto:?subject=FIJATE%20EN%20EPOGE%20NEWS&Body=%20HOLA,%20te%20paso%20este%20link%20a%20una%20Newsletter%20con%20art%EDculos%20muy%20interesantes:%20www.epoge.com.ar/news/", "_blank"]
ssmItems[4]=["EPOGE", "http://www.epoge.com.ar", "_blank"]
ssmItems[5]=["HOLOS S.I.", "http://www.holossanisidro.com/index2.htm", "_blank"]
ssmItems[6]=["CURSOS C.RED", "http://counselingred.com.ar", "_blank"]
ssmItems[7]=["CONTACTENOS", "mailto:info@epoge.com.ar", "_blank"]
ssmItems[8]=["SUSCRIPCIONES", "suscripcion.htm", "_blank"]
ssmItems[9]=[" a r r i b a ^ ", "#arriba.htm", "_blank"]

buildMenu();

//-->