
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="95%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#DDCCEE";
oncolor="#DDCCEE";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(BigTransparent=new mm_style()){
offbgcolor="#482493";
bordercolor="#DDCCEE";
borderstyle="solid";
borderwidth=2;
fontfamily="Helvetica";
fontsize="95%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#FFFFFF";
oncolor="#482493";
onbgcolor="#DDCCEE";
onsubimage="images/arrow_white.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=7;
separatorcolor="#DDCCEE"; 
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=3;
menubgcolor="#000000";
}

with(milonic=new menuname("CompanyOverview")){
overflow="scroll";
itemwidth =175;
itemheight =26;
style=BigTransparent;
aI("text=About us;url=../aboutus.asp;")
aI("text=Our Agents;url=../our_agents.asp;")
//aI("text=Why Gotham Realty;../url=whygotham.asp;")
aI("text=Testimonials;url=../testimonials.asp;")
aI("text=Career Opportunities;url=../careeropportunities.asp;")
aI("text=Contact us;url=../contactus.asp;")
}

with(milonic=new menuname("Buyers")){
overflow="scroll";
itemwidth =175;
itemheight =26;
style=BigTransparent;
aI("text=Find a Property;url=../findaproperty.asp")
aI("text=Browse all Listings;url=../propertybrowse.asp")
aI("text=Mortgage Calculator;url=../mortgagecalc.asp")
aI("text=Financial Services;url=../financialservices.asp")
aI("text=Buyers Resources;url=../buyersresources.asp")
aI("text=Buyers Glossary;url=../buyerglossary.asp")
}

with(milonic=new menuname("Sellers")){
overflow="scroll";
itemwidth =175;
itemheight =26;
style=BigTransparent;
aI("text=Browse all Listings;url=../propertybrowse.asp")
aI("text=Sellers Resources;url=../sellingresources.asp")
aI("text=Sellers Glossary;url=../Sellersglossary.asp")
}

with(milonic=new menuname("Rentals")){
overflow="scroll";
itemwidth =175;
itemheight =26;
style=BigTransparent;
aI("text=Browse Rentals;url=../propertybrowse.asp?bt=r")
aI("text=Contact an Agent;url=../our_agents.asp")
}

with(milonic=new menuname("Finance")){
overflow="scroll";
itemwidth =175;
itemheight =26;
style=BigTransparent;
aI("text=Mortgage Services;url=../mortgageservices.asp")
aI("text=Mortgage Calculator;url=../mortgagecalc.asp")
aI("text=Financial Resources;url=../financialresources.asp")
}

drawMenus();

