_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#602D14"; oncolor="#FFFFFF"; offbgcolor="#351F15"; offcolor="#FFFFFF"; bordercolor="#000000"; borderstyle="solid"; borderwidth=1; padding=2; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; headerbgcolor="#ffffff"; subimage="http://www.vow2.com/library/images/layouts/whitearrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=95);"; outfilter="Fade(duration=0.2);"; itemwidth=180; } MainMenuStyle=new copyOf(menuStyle) MainMenuStyle.itemwidth = 124; MainMenuStyle.itemheight = 23; MainMenuStyle.borderwidth = 0; MainMenuStyle.onbgcolor = "transparent"; MainMenuStyle.offbgcolor = "transparent"; MainMenuStyle.overbgimage = "http://www.vow2.com/library/images/layouts/romanov/menu-bg-over.gif"; MainMenuStyle.bgimage = "http://www.vow2.com/library/images/layouts/romanov/menu-bg.gif"; with(milonic=new menuname("m0")){ style=MainMenuStyle; orientation="horizontal"; screenposition="center"; top="203"; alwaysvisible="1"; menuwidth="747"; aI("text=Home;showmenu=m1;url=http://www.las-vegas-real-estate-1.com/;"); aI("text=Property Search;showmenu=m2;onfunction=showtip('Search for properties right now!');image=http://www.vow2.com/library/images/icons/mglass-trans.gif;url=http://www.las-vegas-real-estate-1.com/search/property-search.rub;"); aI("text=Sell Your Home;image=http://www.vow2.com/library/images/icons/forsale-trans.gif;url=http://www.las-vegas-real-estate-1.com/forms/property-analysis.rub;"); aI("text=Loan Prequalification;url=http://www.las-vegas-real-estate-1.com/forms/prequalification.rub;"); aI("text=Relocation Info;url=http://www.las-vegas-real-estate-1.com/forms/relocation.rub;"); aI("text=Contact Us;url=http://www.las-vegas-real-estate-1.com/forms/contact-us.rub;"); } with(milonic=new menuname("m1")){ style=menuStyle;aI("text=Login;url=http://www.las-vegas-real-estate-1.com/search/login.rub;"); aI("text=Sign Up;url=http://www.las-vegas-real-estate-1.com/forms/sign-up.rub;"); aI("text=Favorite Searches;url=http://www.las-vegas-real-estate-1.com/search/saved-searches-view.rub;"); aI("text=Favorite Properties;url=http://www.las-vegas-real-estate-1.com/search/real-estate-favorites-view.rub;"); aI("text=Account Settings;url=http://www.las-vegas-real-estate-1.com/search/membership-update.rub;"); aI("text=Forgotten Login / Password;url=http://www.las-vegas-real-estate-1.com/search/forgotten-login.rub;"); } with(milonic=new menuname("m2")){ style=menuStyle;aI("text=Homes;url=http://www.las-vegas-real-estate-1.com/search/search-homes-details.rub;"); aI("text=Business;url=http://www.las-vegas-real-estate-1.com/search/search-business-details.rub;"); aI("text=Commercial;url=http://www.las-vegas-real-estate-1.com/search/search-commercial-details.rub;"); aI("text=Condos;url=http://www.las-vegas-real-estate-1.com/search/search-condos-details.rub;"); aI("text=Land;url=http://www.las-vegas-real-estate-1.com/search/search-land-details.rub;"); aI("text=Lease;url=http://www.las-vegas-real-estate-1.com/search/search-lease-details.rub;"); aI("text=Manufactured;url=http://www.las-vegas-real-estate-1.com/search/search-manufactured-details.rub;"); aI("text=MDU;url=http://www.las-vegas-real-estate-1.com/search/search-mdu-details.rub;"); aI("text=Rentals;url=http://www.las-vegas-real-estate-1.com/search/search-rentals-details.rub;"); } drawMenus();