_menuCloseDelay=750 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=50 // Follow scrolling Rate _subOffsetTop=5 // 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="#F5F0EC"; oncolor="#000000"; offbgcolor="#F5F0EC"; offcolor="#333333"; bordercolor="#F5F0EC"; borderstyle="solid"; borderwidth=0; separatorcolor="#F5F0EC"; separatorsize="4"; padding=4; fontsize="13px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#333333"; pagebgcolor="#F5F0EC"; headercolor="#F5F0EC"; headerbgcolor="#330000"; subimage=""; subimagepadding=""; overfilter=""; outfilter=""; } with(submenuStyle=new mm_style()){ onbgcolor="#F5F0EC"; oncolor="#000000"; offbgcolor="#DFD0C4"; offcolor="#333333"; bordercolor="#000033"; borderstyle="solid"; borderwidth=1; separatorcolor="#000033"; separatorsize="1"; padding=4; fontsize="12px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#333333"; pagebgcolor="#F5F0EC"; headercolor="#F5F0EC"; headerbgcolor="#330000"; subimage=""; subimagepadding=""; overfilter=""; outfilter=""; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=130; left=27; alwaysvisible=1; overfilter=""; position="relative"; aI("text=REAL ESTATE;showmenu=real;url=#;status=Look at available properties;"); aI("text=PROJECT PHOTOS;showmenu=current;url=#;status=Get a feel by looking at some of our previous and ongoing projects;"); aI("text=SERVICES;url=/services.htm;status=Look at the services that we offer;"); aI("text=ABOUT US;url=/about.htm;status=More about our philosophies;"); aI("text=CONTACT US;url=/contact.htm;status=Contact us about your needs;"); } with(milonic=new menuname("current")){ style=submenuStyle; aI("text=CURRENT PROJECT - Brewster, MA;url=/thumbnails.asp?f=12;status=CURRENT PROJECT - Brewster, MA;"); aI("text=CURRENT PROJECT - Chatham, MA;url=/thumbnails.asp?f=7;status=CURRENT PROJECT - Chatham, MA;"); aI("text=KITCHEN;url=/thumbnails.asp?f=4;status=KITCHEN;"); aI("text=CUSTOM HOME 1;url=/thumbnails.asp?f=5;status=CUSTOM HOME 1;"); aI("text=CUSTOM HOME 2;url=/thumbnails.asp?f=8;status=CUSTOM HOME 2;"); aI("text=COMMERCIAL;url=/thumbnails.asp?f=1;status=COMMERCIAL;"); aI("text=REMODEL;url=/thumbnails.asp?f=6;status=REMODEL;"); aI("text=RENOVATION;url=/thumbnails.asp?f=3;status=RENOVATION;"); aI("text=HOT TUB INSTALLATION;url=/thumbnails.asp?f=2;status=HOT TUB INSTALLATION;"); } with(milonic=new menuname("real")){ style=submenuStyle; aI("text=REAL ESTATE;url=/thumbnails.asp?f=10;status=REAL ESTATE;"); aI("text=REAL ESTATE 2;url=/thumbnails.asp?f=11;status=REAL ESTATE 2;"); } drawMenus();