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()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#BBB990";
offcolor="#000000";
onbgcolor="#9A262E";
oncolor="#FFFFFF";
padding=4;
paddingtop="20px";
separatorcolor="#FFFFFF";
separatorsize=1;
align="center";
width="964px";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("showmenu=ed;text=ABOUT EDWARD;itemwidth=190");
aI("showmenu=prop;text=PROPERTY SEARCH;url=property_search.php;itemwidth=190");
aI("showmenu=life;text=GEORGETOWN TEXAS;itemwidth=190");
aI("showmenu=free;text=CONTACT US;itemwidth=190");
}

with(milonic=new menuname("ed")){
style=menuStyle;
aI("text=My Background;url=resume.php;itemwidth=190;")
aI("text=Client Testimonials;url=testimonial.php;itemwidth=190")
aI("text=My Guarantees;url=guarantee.php;itemwidth=190")
aI("text=Read my Blog!;url=/blog/;itemwidth=190")
}

with(milonic=new menuname("prop")){
style=menuStyle;
aI("text=Retirement Homes;url=active-adult.php;itemwidth=190;")
aI("text=Golf Course Homes;url=golf-course-homes.php;itemwidth=190")
aI("text=New Homes;url=new-homes.php;itemwidth=190")
aI("text=All Other Homes;url=property_search.php;itemwidth=190")
}

with(milonic=new menuname("free")){
style=menuStyle;
aI("text=Free Reports;url=freereports.php;itemwidth=190");
aI("text=Utilities and Services;url=utility.php;itemwidth=190");
aI("text=Edward Recommends;url=edward_recommends.php;itemwidth=190");
}

with(milonic=new menuname("life")){
style=menuStyle;
aI("text=Georgetown Overview;url=georgetown-texas.php;itemwidth=190");
aI("text=Georgetown Resources;url=lifestyle.php;itemwidth=190");
aI("text=Georgetown Real Estate;url=georgetown-real-estate.php;itemwidth=190");
aI("text=Georgetown Schools;url=schools.php;itemwidth=190");
aI("text=Georgetown Builders;url=builder.php;itemwidth=190");
}

with(milonic=new menuname("gtown")){
style=menuStyle;
aI("text=About Georgetown;url=freereports.php;itemwidth=190");
aI("text=Georgetown Real Estate;url=utility.php;itemwidth=190");
}



drawMenus();

