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;


forgetClickValue="true";


with(menuStyle=new mm_style()){
bgimage="http://www.movewithrandy.com/images/tab_on_cream.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
itemheight=26;
itemwidth=80;
offcolor="#000000";
oncolor="#000000";
openonclick=1;
subimagepadding=2;
clickbgimage="http://www.movewithrandy.com/images/tab_on_blue.gif";
}

with(submenuStyle=new mm_style()){
styleid=1;
align="center";
bgimage="http://www.movewithrandy.com/images/tab_subback.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
itemheight=29;
offbgcolor="#003366";
offcolor="#ffffff";
oncolor="#ffffff";
ondecoration="underline";
openonclick=1;
padding=6;
separatorimage="http://www.movewithrandy.com/images/tab_subback_sep.gif";
separatorsize=3;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
openstyle="tab";
orientation="horizontal";
screenposition="center";
style=menuStyle;
top=180;
aI("align=center;keepalive=1;text=HOME;url=index.php;");
aI("align=center;keepalive=1;showmenu=Buyer;text=BUYERS;");
aI("align=center;keepalive=1;showmenu=Sellers;text=SELLERS;");
aI("align=center;keepalive=1;showmenu=Search;text=LISTINGS;");
aI("align=center;keepalive=1;showmenu=Contact;text=CONTACT;");
aI("align=center;keepalive=1;showmenu=Links;text=LINKS;");

}


with(milonic=new menuname("Buyer")){
menualign="center";
menuwidth="50%";
orientation="horizontal";
screenposition="center";
style=submenuStyle;
aI("text=LOCAL INFORMATION;url=local.php;");
aI("text=LOCAL SCHOOLS;url=schools.php;");
aI("text=DREAM HOME;url=dreamhome.php;");
aI("text=RELOCATING;url=reloc.php;");
aI("text=MORTGAGE;url=http://www.applywithkristine.com/;");
aI("text=LINKS;url=links.php;");

aI("separatorsize=4;");
}

with(milonic=new menuname("Sellers")){
menualign="center";
menuwidth="50%";
orientation="horizontal";
screenposition="center";
style=submenuStyle;
aI("text=HOME FEEDBACK;url=http://homefeedback.com/sellers/;");
aI("text=WHY WATSON?;url=watson.php;");


aI("separatorsize=4;");
}

with(milonic=new menuname("Search")){
menualign="center";
menuwidth="50%";
orientation="horizontal";
screenposition="center";
style=submenuStyle;
aI("text=FEATURED LISTINGS;url=listing.php;");
aI("text=SEARCH MLS LISTINGS;url=mlsframe.php;");
aI("text=NEIGHBORHOOD LISTINGS;url=nieghborhood_listings.php;");


aI("separatorsize=4;");
}

with(milonic=new menuname("Contact")){
menualign="center";
menuwidth="50%";
orientation="horizontal";
screenposition="center";
style=submenuStyle;
aI("text=CONTACT RANDY;url=contact.php;");

aI("separatorsize=4;");
}

with(milonic=new menuname("Links")){
menualign="center";
menuwidth="50%";
orientation="horizontal";
screenposition="center";
style=submenuStyle;
aI("text=Randy's Links;url=links.php;");
aI("text=Homes.com;url=http://homes.com;");
aI("text=Realtor.com;url=http://realtor.com;");
aI("text=House.com;url=http://house.com;");
aI("text=Trulia.com;url=http://trulia.com;");
aI("text=Planetrealtor.com;url=http://planetrealtor.com;");


aI("separatorsize=4;");
}

drawMenus();


