<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=115; // no quotes!!
XOffset=0;
staticYOffset=20; // 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="#a3b07b";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="";
hdrFontColor="white";
hdrBGColor="#ffffff";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="center";
barBGColor="#4a8f0c";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU      DESCANSO RURAL      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]=["<img src=" + rootSrc +"/slidemenu.gif width=114 height=132>"] //create header 

function buildMenu1(url_member_login,url_agent_login,url_agent_signup,url_member_signup,url_view_agents,url_search,url_view_saved_searches,url_view_favorites,page_link_7,page_link_9) {
ssmItems[0]=["<strong>Entrar</strong><hr />", "", ""]
ssmItems[1]=["Login", url_member_login, ""]
ssmItems[2]=["Panel Administración", url_agent_login, ""]

ssmItems[3]=["<hr /><strong>Registrarse</strong><br /><hr />", "", ""]
ssmItems[4]=["Como Agente", url_agent_signup, ""]
ssmItems[5]=["Como Usuario", url_member_signup, ""]
ssmItems[6]=["Agentes Registrados", url_view_agents, ""]

ssmItems[7]=["<hr /><strong>Buscar</strong><hr />", "", ""]
ssmItems[8]=["Inmuebles", url_search, ""]
ssmItems[9]=["Busquedas Grabadas", url_view_saved_searches, ""]
ssmItems[10]=["Favoritos", url_view_favorites, ""]

ssmItems[11]=["<hr /><strong>Ayuda</strong><hr />", "", ""]
ssmItems[12]=["Contáctenos", page_link_7, ""]
ssmItems[13]=["Inquietudes", page_link_9, ""]

buildMenu();
}