


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#31659C";
oncolor="#ffffff";
offbgcolor="#D61031";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#D61031";
separatorsize="8";
padding=4;
fontsize="8pt";
fontweight="bold";
fontfamily="Arial";
pagecolor="#ffffff";
pagebgcolor="#D61031";
headercolor="#ffffff";
headerbgcolor="#D61031";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#D61031', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=115;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;About Arizona&nbsp;showmenu=About;");
aI("text=&nbsp;&nbsp;Arizona Home Search&nbsp;showmenu=Search;");
aI("text=&nbsp;&nbsp;Arizona Buyers&nbsp;showmenu=Buyers;");
aI("text=&nbsp;&nbsp;Arizona Sellers&nbsp;showmenu=Sellers;");
aI("text=&nbsp;&nbsp;Our Team&nbsp;showmenu=Team;");
aI("text=&nbsp;&nbsp;Relocation&nbsp;showmenu=Relocation;");
aI("text=&nbsp;&nbsp;Quick Find&nbsp;&nbsp;showmenu=Links;");

}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=&nbsp;&nbsp;About Tucson&nbsp;url=/abouttucson.html;");
aI("text=&nbsp;&nbsp;In & Around Tucson&nbsp;url=/inandaround.html;");
aI("text=&nbsp;&nbsp;The Phoenix Connection&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;The Scottsdale Connection&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Other Arizona Communities&nbsp;url=/index.html;");
}

with(milonic=new menuname("Search")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp;&nbsp;Search Tucson Homes&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Search Phoenix Homes&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Search Scottsdale Homes&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Search Other Communities&nbsp;url=/index.html;");
}

with(milonic=new menuname("Buyers")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Why Use A RealtorŪ&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Search MLS&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;First Time Buyers Info&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Latest Trends In Lending&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Mortgage Calculator&nbsp;url=/index.html;");
}

with(milonic=new menuname("Sellers")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Why Use A RealtorŪ&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Why List With Us?&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;For Sellers Only!&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Why FSBO Doesn't Work!&nbsp;url=/index.html;");
}

with(milonic=new menuname("Team")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Meet Myrna Grammar&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Meet Daniel Grammar&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Meet Victoria Grammar&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Meet Celina Gonzales&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Meet Nicole Pierce&nbsp;url=/index.html;");
}

with(milonic=new menuname("Relocation")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Relocate To Tucson&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Relocate To Phoenix&nbsp;url=/index.html");
aI("text=&nbsp;&nbsp;Relocate To Scottsdale&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;AmericanRelocations.com&nbsp;url=/index.html;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Contact Us!&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Find Prefered Partners&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Find A Subcontractor&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Frequently Asked Questions&nbsp;url=/index.html;");
aI("text=&nbsp;&nbsp;Arizona Links & Resources&nbsp;url=/index.html;");
}

drawMenus();
