_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=70 // 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=0 // 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="#ffffff"; oncolor="#000000"; offbgcolor="#167a6e"; offcolor="#ffffff"; bgimage=""; bordercolor=""; borderstyle=""; menubgimage=""; borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1"; padding=2; fontsize="62%"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; pagecolor=""; pagebgcolor="#82B6D7"; headercolor=""; headerbgcolor="#ffffff"; subimage=""; subimagepadding="0"; overfilter="Fade(duration=0.2);Alpha(opacity=75);Shadow(color='#808080', Direction=666, Strength=2)"; outfilter="randomdissolve(duration=0.2)"; } with(milonic=new menuname("Main Menu")){ itemwidth=93; itemheight=16; style=menuStyle; alwaysvisible=1; orientation="horizontal"; aI("text=Home;url=index.php?l=eng;"); aI("text=Company;showmenu=company;"); aI("text=Products;showmenu=products;"); aI("text=Catalogs;showmenu=catalogs;"); aI("text=Gallery;url=gallery.php?l=eng;"); aI("text=Showroom;url=showroom.php?l=eng;"); aI("text=News & Events;url=news.php?l=eng;"); aI("text=Contacts;url=contacts.php?l=eng;"); } with(milonic=new menuname("catalogs")){ itemwidth=106; itemheight=16; style=menuStyle; aI("text=Download;url=catalog_request_response.php?l=eng;"); aI("text=Request;url=catalog_request.php?l=eng;"); } with(milonic=new menuname("company")){ itemwidth=106; itemheight=16; style=menuStyle; aI("text=History;url=company.php?id=1&l=eng;"); aI("text=Design office ;url=company.php?id=4&l=eng;"); } with(milonic=new menuname("products")){ itemwidth=106; itemheight=16; style=menuStyle; aI("text=Nelson Design;url=line.php?line=8&l=eng;showmenu=Nelson Design;"); aI("text=Nelson Mobilier;url=line.php?line=9&l=eng;showmenu=Nelson Mobilier;"); aI("text=Promotions;url=promotions.php?l=eng;"); } with(milonic=new menuname("Nelson Design")){ style=menuStyle; itemwidth=106; aI("text=Washing units;url=line.php?line=8&cat=1&l=eng;");aI("text=Styling chairs;url=line.php?line=8&cat=2&l=eng;");aI("text=Waiting Chairs;url=line.php?line=8&cat=3&l=eng;");aI("text=Styling Units;url=line.php?line=8&cat=5&l=eng;");aI("text=Reception;url=line.php?line=8&cat=8&l=eng;");aI("text=Furniture;url=line.php?line=8&cat=4&l=eng;");} with(milonic=new menuname("Nelson Mobilier")){ style=menuStyle; itemwidth=106; aI("text=Washing units;url=line.php?line=9&cat=1&l=eng;");aI("text=Styling chairs;url=line.php?line=9&cat=2&l=eng;");aI("text=Waiting Chairs;url=line.php?line=9&cat=3&l=eng;");aI("text=Styling Units;url=line.php?line=9&cat=5&l=eng;");aI("text=Reception;url=line.php?line=9&cat=8&l=eng;");aI("text=Furniture;url=line.php?line=9&cat=4&l=eng;");aI("text=Hood Dryers;url=line.php?line=9&cat=7&l=eng;");}drawMenus();