<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=400; // no quotes!!
XOffset=10;
staticYOffset=30; // no quotes!!
slideSpeed=10 // 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]=["INICIO / HOME", "index.htm"]
ssmItems[2]=["CAFE DE LA SEMANA", "index.htm"]
ssmItems[3]=["CAFES ITINERANTES", "itinerantes.htm"]
ssmItems[4]=["RETIROS FILOSOFICOS", "retiros.htm"]
ssmItems[5]=["ASESORIA FILOSOFICA", "asesoria.htm"]
ssmItems[6]=["CURSO A DISTANCIA", "http://counselingred.com.ar/filosofia.htm", "_blank"]
ssmItems[7]=["EDUARDO RODRIGUEZ", "eduardo.htm"]
ssmItems[8]=["CONTACTANOS", "contacto.htm"]
ssmItems[9]=[" s u b i r ^ ", "#arriba"]

buildMenu();

//-->