<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // 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="#6699cc";
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="2";
hdrFontColor="#FFCC00";
hdrBGColor="#0099cc";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="#FFFFFF";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0099cc";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFCC00";
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
ssmItems[0]=["Menú"] //create header
ssmItems[1]=["Inicio", "index.html", ""]
ssmItems[2]=["Agenda", "agenda.htm", ""]
ssmItems[3]=["Índice de las páginas", "alfabetic_index.htm", ""]
ssmItems[4]=["¿Qué es la adopción?", "adopcion_index.htm",""]
ssmItems[5]=["Adopción en Ucrania", "adop_ucr_index.htm", ""]
ssmItems[6]=["Baja Maternal/Pat", "adopcion_baja_maternal.htm", ""]
ssmItems[7]=["Direcciones interes", "dire_interes_index.htm", ""]
ssmItems[8]=["Documentación", "docum_index.htm", ""]
ssmItems[9]=["FAQ´s", "faq.htm", ""]
ssmItems[10]=["Fotos", "fotos_index.htm", ""]
ssmItems[11]=["Historias", "historia_index.htm", ""]
ssmItems[12]=["Orfanatos", "adop_ucr_orfanatos_index.htm", ""]
ssmItems[13]=["País", "pais_index.htm", ""]
ssmItems[14]=["Post adopción", "post_index.htm", ""]
ssmItems[15]=["Problemas", "problemas_index.htm", ""]
ssmItems[16]=["Viaje", "viaje_index.htm", ""]
ssmItems[17]=[""] //create header

buildMenu();

//-->
