<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=90; // 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="#c94c44";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#ffEEE6";
hdrBGColor="#BD8668";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="2";
linkBGColor="#ffeee6";
linkOverBGColor="#fdb994";
linkTarget="_top";
linkAlign="Left";
barBGColor="#910300";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#fbc3a6";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <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. para pag nueva _new
ssmItems[0]=["Contenido"] //create header
ssmItems[1]=["Inicio", "index.htm", ""]
ssmItems[2]=["Láser / Luz pulsada", "espanol/laser/index.htm",""]
ssmItems[3]=["Cirugia Estética", "espanol/cirugiaestetica/index.htm", ""]
ssmItems[4]=["Medicina Estética", "espanol/medicinaestetica/index.htm", ""]
ssmItems[5]=["Celulitis y Obesidad", "espanol/celulitis/index.htm", ""]
ssmItems[6]=["Cirugía Maxilofacial", "espanol/pediatria/index.htm", ""]
ssmItems[7]=["Flebología", "espanol/flebologia/index.htm", ""] 

// ssmItems[7]=["Flebología", "espanol/flebologia/index2008.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Conozca al Director", "espanol/director/index.htm", ""]
ssmItems[9]=["Conozca el Centro Médico,<br>&nbsp;su Tecnología y la Clínica", "espanol/centromedico/index.html", "",] 
ssmItems[10]=["Videos", "multimedia/index.html", ""]
ssmItems[11]=["Novedades"]
ssmItems[12]=["Noticias", "novedades/index.html", ""]
ssmItems[13]=["<font color=#660000><b>Testimonios</b></font>", "novedades/testimoniosindex.htm", ""]
ssmItems[14]=["Contáctenos", "espanol/consultas/index.htm", ""]

buildMenu();

//-->
