
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#DB541F";
oncolor="#4A1904";
offbgcolor="#F9C5A3";
offcolor="#571E07";
bordercolor="#FF6600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B56835";
separatorsize="1";
padding=7;
fontsize="85%";
fontstyle="normal";
fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#732105"; //#6C4A4A"; //Página visitada
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(XPMainStyle=new mm_style()){
//	onbgcolor   = "#C1D2EE";    --Color de fondo de selección
//	offbgcolor  = "#EFEDDE";    --Color de fondo
//	bordercolor = "#8A867A";    --Color de borde
//	separatorcolor = "#EFEDDE"; --Color de separación entre celdas
//	oncolor     = "#000000";    --Color de fuente seleccionada
//	offcolor    = "#000000";    --Color de fuente
//	separatorsize ="10";	    --Separación entre celdas
	onbgcolor   = "#DB541F";  
	offcolor    = "#571E07";  
	oncolor	    = "#4A1904";
	offbgcolor  = "#F9C5A3";
	bordercolor = "#FF6600";
	borderstyle = "solid";
	borderwidth = "1";
	separatorcolor = "#B56835";
	separatorsize ="1";
	padding       ="5";
	fontsize      = "80%";
	fontstyle="normal";
//	fontweight="bold";
	fontfamily="Trebuchet MS, Verdana, Tahoma, Arial";
	subimagepadding="2";
	onborder="1px solid #316AC5";
	overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)";
	offborder="1px solid #cccccc";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
//style=XPMainStyle;
top=110;
left=130;
alwaysvisible=1;
orientation="horizontal";
overflow="scroll";
//margin=2;
followscroll="1";
aI("text=Inicio;url=./inicio.html;status=Inicio;image=./images/homegran.gif;");
aI("text=Quiénes Somos;url=./quienes.html;status=Quiénes Somos;");
aI("text=Legislación;showmenu=Legislación;");
//aI("text=Servicios;showmenu=Servicios;");
//aI("text=Admon.Fincas;showmenu=PropHoriz;url=prophoriz.html;");
//aI("text=Gestión Patrimonios;showmenu=GestPatr;url=gestpatr.html;");
aI("text=Contacte;url=./contacto.html;status=Contacte;image=./images/conemail.gif");
//aI("text=Área de Clientes;url=./logincliente.html;status=Área de Clientes;image=./images/nuevomov.gif;overimage=./images/markupl.gif");
aI("text=Área de Clientes;url=./logincliente.html;status=Área de Clientes");
//aI("text=Inmuebles disponibles;url=./inmuebles.html;status=Inmuebles disponibles;");
aI("text=Inmuebles disponibles;showmenu=Inmuebles;");
}

with(milonic=new menuname("Legislación")){
style=XPMainStyle;
overflow="scroll";
aI("text=Propiedad Horizontal;url=legis1.html;");
aI("text=Arrendamientos;url=legis2.html;");
aI("text=Otra;url=legis3.html;");
}

with(milonic=new menuname("Inmuebles")){
style=XPMainStyle;
overflow="scroll";
aI("text=Alquiler;url=inmuebles.php?opc=1;");
aI("text=Venta;url=inmuebles.php?opc=2;");
}

with(milonic=new menuname("PropHoriz")){
style=menuStyle;
overflow="scroll";
aI("text=Gestión Económica;url=prophoriz.html#geseco;");
aI("text=Gestión Administrativa;url=prophoriz.html#gesadm;");
aI("text=Gestión Técnico-Legal;url=prophoriz.html#gestec;");
aI("text=Gestión Humanitaria;url=prophoriz.html#geshum;");
}

with(milonic=new menuname("GestPatr")){
style=menuStyle;
overflow="scroll";
aI("text=Arrendamientos;url=gestpatr.html#arrend;");
aI("text=Inmuebles encuadrados en prop.horiz.;url=gestpatr.html#inmprh;");
aI("text=Compra-Venta de Inmuebles;url=gestpatr.html#cvinmu;");
}

drawMenus();

