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(MenuStyle=new mm_style()){
	fontfamily="Verdana, Tahoma, Arial";
	fontsize="10px";
	fontstyle="normal";
	offbgcolor="#F0D027";
	offcolor="#5A3386";
	onbgcolor="#5A3386";
	oncolor="#F0D027";
	padding=2;
	//separatorcolor="#000000";
	//separatorsize=1;
	subimage="/Images/MenuArrow.gif";
	subimagepadding=2;
}

with(SubMenuStyle=new mm_style()){
	fontfamily="Verdana, Tahoma, Arial";
	fontsize="11px";
	fontstyle="normal";
	offbgcolor="#F0D027";
	offcolor="#5A3386";
	onbgcolor="#5A3386";
	oncolor="#F0D027";
	padding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
style=MenuStyle;
aI("fontsize=10px;showmenu=General;text=General Information;");
aI("fontsize=10px;showmenu=Homebuyer;text=Homebuyer Information;");
aI("fontsize=10px;showmenu=Seller;text=Seller Information;");
aI("fontsize=10px;showmenu=Resources;text=Resources;");
}

with(milonic=new menuname("General")){
overflow="scroll";
style=SubMenuStyle;
aI("text=Truths about the Mississippi real estate markets;url=/Truths.php;")
aI("text=It pays to work with a REALTOR&reg;;url=/Pays.php;")
aI("text=Questions to ask when choosing a REALTOR&reg;;url=/Questions.php;")
aI("text=Where to find a REALTOR&reg;;url=/Questions.php;")
aI("text=REALTOR&reg; Code of Ethics;url=/Questions.php;")
aI("text=Types of Agency Relationships;url=/Agency.php;")
aI("text=Real estate commissions;url=/Agency.php;")
aI("text=REALTORS&reg; make a difference in your community;url=/Difference.php;")

}

with(milonic=new menuname("Homebuyer")){
overflow="scroll";
style=SubMenuStyle;
aI("text=First-time buyer mistakes to avoid;url=/Buyer-Mistakes.php;")
aI("text=Steps to prepare for home ownership;url=/Buyer-Steps.php;")
aI("text=Buying vs. renting;url=/Buyer-Buy-vs-Rent.php;")
aI("text=Getting your finances in order;url=/Buyer-Finances.php;")
aI("text=Build a budget;url=/Buyer-Finances.php;")
aI("text=How much house can you afford?;url=/Buyer-HowMuch.php;")
aI("text=Subprime lending;url=/Buyer-Subprime.php;")
aI("text=Mortgage shopping;url=/Buyer-Mortgage.php;")
aI("text=Understanding traditional mortgage types;url=/Buyer-MortgageTypes.php;")
aI("text=Your credit: Know your score;url=/Buyer-Credit.php;")
aI("text=Avoid foreclosure;url=/Buyer-Foreclosure.php;")
aI("text=Choosing a neighborhood;url=/Buyer-Neighborhood.php;")
aI("text=New or existing construction;url=/Buyer-Construction.php;")
aI("text=Home inspections and appraisals;url=/Buyer-HomeInspections.php;")
aI("text=Title Insurance;url=/Buyer-TitleInsurance.php;")
aI("text=Home warranties;url=/Buyer-Expenses.php;")
aI("text=Property taxes;url=/Buyer-Expenses.php;")
aI("text=Insurance coverage;url=/Buyer-InsuranceCoverage.php;")
aI("text=Final walk-through inspection;url=/Buyer-Final.php;")
aI("text=Closing;url=/Buyer-Final.php;")

}

with(milonic=new menuname("Seller")){
overflow="scroll";
style=SubMenuStyle;
aI("text=Rules to follow when selling;url=/Seller-Rules.php;")
aI("text=Preparing your home for sale;url=/Seller-Prepare.php;")
aI("text=Low-cost ways to spruce up your home;url=/Seller-Spruce.php;")
aI("text=Setting the price;url=/Seller-Spruce.php#Price;")
aI("text=Staging and showing your home;url=/Seller-Staging.php;")
aI("text=Preparing for moving day;url=/Seller-MovingDay.php;")
aI("text=Packing like a pro;url=/Seller-MovingDay.php#Pack;")

}

with(milonic=new menuname("Resources")){
overflow="scroll";
style=SubMenuStyle;
aI("text=Hurricane Preparedness Guide;url=/HurricaneGuide.php;")
aI("text=Glossary;url=/Glossary.php;")
aI("text=Directory of Services;url=/Directory.php;")

}


drawMenus();

