


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

_OffsetTop=50



with(menuStyle=new mm_style()){
onbgcolor="#EFEFEF";
oncolor="#EFEFEF";
offbgcolor="#EFEFEF";
offcolor="#EFEFEF";
bordercolor="#EFEFEF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#15305D";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#FAF5F5";
headercolor="#FAF5F5";
headerbgcolor="#FAF5F5";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#fffffff', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0)";
position="relative";
}

with(menuStyle2=new mm_style()){
onbgcolor="#878787";  	//background colour
oncolor="#ffffff";     	//text colour
offbgcolor="#e0e0e0";	//background colour rollover
offcolor="#000000";
bordercolor="#878787";
borderstyle="solid";
borderwidth=1;
separatorcolor="#878787";
separatorsize="1";
padding=3;
fontsize="80%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#ffffff";   //colour for text box with on that page
headercolor="#000000";
headerbgcolor="#ffffff";
//image="images/navBar/arrow.gif;overimage=images/navBar/arrow_ro.gif";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0)";
position="relative";

}

with(menuStyle3=new mm_style()){
onbgcolor="#e0e0e0";
oncolor="#067fe3";
//offbgcolor="#FFFFFF";
//offbgcolor="#FFFFFF";
//offbgcolor="#FFFFFF";
offbgcolor="#e0e0e0";
offcolor="#000000";
bordercolor="#878787";
borderstyle="solid";
borderwidth=1;
separatorcolor="#15305D";
separatorsize="0";
padding=3;
fontsize="70%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0)";
position="relative";

}

with(milonic=new menuname("Home")){
style=menuStyle2;
orientation="vertical"
}

with(milonic=new menuname("Legal")){
style=menuStyle2;
orientation="vertical"
aI("text=Corporate & Business;url=corporate.html;");
aI("text=Private Client;url=private.html;");
aI("text=Commercial;url=commercial_legal.html;");
}

with(milonic=new menuname("Property")){
style=menuStyle2;
orientation="vertical"
aI("text=Find your new Home;url=residential.html;");
aI("text=Selling your Property;url=selling.html;");
aI("text=Buying your Property;url=buying.html;");
aI("text=Residential Leasing;url=leasing.html;");
aI("text=Commercial Property;url=commercial.html;");
}

with(milonic=new menuname("Firm")){
style=menuStyle2;
orientation="vertical"
}

with(milonic=new menuname("Contact")){
style=menuStyle2;
orientation="vertical"
}

with(milonic=new menuname("People")){
style=menuStyle2;
orientation="vertical"
}

with(milonic=new menuname("Links")){
style=menuStyle2;
orientation="vertical"
}

drawMenus();