fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=50;
_menuOpenDelay=15;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="white";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#000000";
offcolor="white";
onbgcolor="#000000";
oncolor="white";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=white', Direction=135, Strength=3)";
padding=4;
//pagebgcolor="#4C647E";
//pagecolor="#4C647E";
//separatorcolor="#999999";
separatorcolor="white";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
itemheight=25;
//aI("<font color='red'>text=Home</font>;url=Index.html;");
aI("text=&nbsp;<b>Home</b>&nbsp;;url=Index.html;");
aI("showmenu=Properties;text=<font color='red'>&nbsp;<b>Properties</b>&nbsp;;</font>;");
aI("text=&nbsp;<b>Location! Location! Location!&nbsp;</b>;url=locationlocation.htm;");
aI("text=&nbsp;<b>Buyer Information&nbsp;</b>;url=buyerinfo.htm;");
aI("text=&nbsp;<b>Contact Us&nbsp;</b>;url=contact.aspx;");
aI("text=&nbsp;<b>About Us&nbsp;</b>;url=about.htm;");
aI("text=&nbsp;<b>Links&nbsp;</b>;url=links.htm;");
aI("showmenu=Login;text=&nbsp;<b>Login </b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

//aI("text=&nbsp;<b>Login&nbsp;</b>;url=login.aspx;");


}

with(milonic=new menuname("Properties")){
style=menuStyle;
aI("text=&nbsp;<b>Beach Front Apartments/Resorts/Condomiums&nbsp;</>;url=Projects.htm;")
aI("text=&nbsp;<b>Beach Front Land&nbsp;</b>;url=LandFortim.htm;")
aI("text=&nbsp;<b>Investor/Developer Opportunities&nbsp;</b>;url=Investors.htm;")

}
with(milonic=new menuname("Login")){
style=menuStyle;
left="offset=-11";
aI("text=<b>Clients</>;url=login.aspx;")
aI("text=<b>Brokers</b>;url=LoginBroker.aspx;")
aI("text=<b>Back Office</b>;url=LoginBack.aspx;")

}




drawMenus();

