fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
styleid=1;
align="center";
bordercolor="";
borderstyle="solid";
fontfamily="Verdana";
fontsize="65%";
fontstyle="normal";
fontweight="normal";
itemheight=27;
itemwidth=130;
overbgimage="/imagens/submenu_bg_hover.gif";
offbgcolor="lightgrey";
offcolor="#404040";
/* offborder='0.5px solid #aaaaaa'; */
oncolor="#404040";
subimagepadding=0;
}

with(menuStyle=new mm_style()){
styleid=1;
align="center";
bordercolor="#4D4D4D";
borderstyle="solid";
fontfamily="Verdana";
fontsize="65%";
fontstyle="normal";
fontweight="normal";
itemheight=27;
itemwidth=130;
/* menubgimage="/imagens/submenu_bg.gif"; */
overbgimage="/imagens/submenu_bg_hover.gif";
offbgcolor="transparent";
offcolor="#404040";
oncolor="#404040";
subimagepadding=2;
}

with(milonic=new menuname("Mortgage")){
style=submenuStyle;
aI("text=Apply for a Loan;url=/ApplyForLoan/default.aspx;")
aI("text=Track Your Loan;url=/TrackYourLoan/default.aspx;")
aI("text=Mortgage Calculator;url=/calculator/default.aspx;")
aI("text=Hot Topics;url=/HotTopics/;")
}

with(milonic=new menuname("PropertySearch")){
style=submenuStyle;
aI("text=Search by Listing #;url=/PropertySearch/Default.aspx;");
aI("text=Advanced Search;url=/PropertySearch/AdvancedSearch.aspx");
aI("text=School Profiles;url=/SchoolProfiles/default.aspx;");
aI("text=Hot Topics;url=/PropertyHotTopics/;");
}

with(milonic=new menuname("ListYourProperty")){
style=submenuStyle;
aI("showmenu=Residential;text=Residential;");
aI("showmenu=Commercial;text=Commercial;");
aI("showmenu=VacantLand;text=Vacant Land;");
aI("showmenu=MobileHOme;text=Mobile Home;");
}

	with(milonic=new menuname("Residential")){
	style=submenuStyle;
	aI("text=For Sale;url=/MyGoPonage/Residential.aspx?ServiceTypeId=1;");
	aI("text=For Rent;url=/MyGoPonage/Residential.aspx?ServiceTypeId=2;");
	}

	with(milonic=new menuname("Commercial")){
	style=submenuStyle;
	aI("text=For Sale;url=/MyGoPonage/Comercial.aspx?ServiceTypeId=1;");
	aI("text=For Rent;url=/MyGoPonage/Comercial.aspx?ServiceTypeId=2;");
	}

	with(milonic=new menuname("VacantLand")){
	style=submenuStyle;
	aI("text=For Sale;url=/MyGoPonage/VacantLand.aspx?ServiceTypeId=1;");
	aI("text=For Rent;url=/MyGoPonage/VacantLand.aspx?ServiceTypeId=2;");
	}

	with(milonic=new menuname("MobileHome")){
	style=submenuStyle;
	aI("text=For Sale;url=/MyGoPonage/MobileHome.aspx?ServiceTypeId=1;");
	aI("text=For Rent;url=/MyGoPonage/MobileHome.aspx?ServiceTypeId=2;");
	}

with(milonic=new menuname("Insurance")){
style=submenuStyle;
aI("text=Auto Insurance;url=/Insurance/AutoPersonal.aspx;");
aI("text=Home Insurance;url=/Insurance/HomeQuote.aspx;");
aI("text=Flood Insurance;url=/Insurance/FloodQuote.aspx;");
aI("text=Health Insurance;url=/Insurance/HealthQuote.aspx;");
aI("text=Life Insurance;url=/Insurance/LifeQuote.aspx;");





}

drawMenus();

