


_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="#ffffff";
oncolor="#08276b";
offbgcolor="#08276b";
offcolor="#ffffff";
bordercolor="#08276b";
borderstyle="solid";
borderwidth=0;
separatorcolor="#08276b";
separatorsize="1";
padding=3;
fontsize="80%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="#eeeeee";
pagebgcolor="#08276b";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=95);Shadow(color='#555555', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.0)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffffff";
oncolor="#08276b";
offbgcolor="#08276b";
offcolor="#ffffff";
bordercolor="#08276b";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="80%";
fontstyle="Italic";
fontweight="bold";
fontfamily="Arial";
pagecolor="#eeeeee";
pagebgcolor="#08276b";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=95);Shadow(color='#555555', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.0)";
}


with(milonic=new menuname("Services")){
style=menuStyle2;
aI("text=Inventories;url=inventories.asp;");
aI("text=Valuations;url=valuation.asp;");
aI("text=Sales;url=sales.asp;");
aI("text=Brokerage;url=brokerage.asp;");
aI("text=Rating;url=rating.asp;");
aI("text=Rent Reviews;url=reviews.asp;");
aI("text=Stocktaking;url=stocktaking.asp;");
}

with(milonic=new menuname("Properties")){
style=menuStyle2;
aI("text=Freehold Properties;url=currentproperties.asp?PropType=Freehold;");
aI("text=Leasehold Properties;url=currentproperties.asp?PropType=Leasehold;");
aI("text=Tenancy;url=currentproperties.asp?PropType=Tenancy;");
}



drawMenus();

