_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=-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="#FFECD1"; oncolor="#000000"; offbgcolor="#787878"; offcolor="#FFFFFF"; bordercolor="#FFFFFF"; borderstyle="solid"; borderwidth=1; separatorcolor="#FFFFFF"; separatorsize="1"; padding=3; fontsize="100%"; fontstyle="normal"; fontfamily="Arial, Verdana, Tahoma"; pagecolor="#000000"; pagebgcolor="#FFECD1"; headercolor="#ffffff"; headerbgcolor="#31638C"; subimage="arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.5);Alpha(opacity=85);Shadow(color='#ffffff', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.4)"; } with(menuStyle2=new mm_style()){ onbgcolor="#FFECD1"; oncolor="#000000"; offbgcolor="#787878"; offcolor="#FFFFFF"; bordercolor="#FFFFFF"; borderstyle="solid"; borderwidth=1; separatorcolor="#FFFFFF"; separatorsize="1"; padding=3; fontsize="100%"; fontstyle="normal"; fontfamily="Arial, Verdana, Tahoma"; pagecolor="#000000"; pagebgcolor="#FFECD1"; headercolor="#ffffff"; headerbgcolor="#31638C"; subimage="arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.5);Alpha(opacity=100);Shadow(color='#ffffff', Direction=0, Strength=0)"; outfilter="randomdissolve(duration=0.4)"; } with(milonic=new menuname("Main Menu")){ itemwidth=106; style=menuStyle2; alwaysvisible=1; orientation="horizontal"; position="relative"; aI("text=Home;url=index.php;"); aI("text=Products;url=products.php;showmenu=Products;"); aI("text=Salon Planner;showmenu=Salon;"); aI("text=Design Center;showmenu=Design;"); aI("text=Customer Service;showmenu=Customer;"); aI("text=Shopping Cart;showmenu=Cart;"); // aI("text=Search;url=search.php;"); aI("text=About Us;url=about.php;showmenu=About;"); } with(milonic=new menuname("Products")){ itemwidth=106; style=menuStyle; aI("text=Shampoo Units;url=list_products.php?cat=Shampoo Units;");aI("text=Styling Chairs;url=list_products.php?cat=Styling Chairs;");aI("text=Barber Chairs;url=list_products.php?cat=Barber Chairs;");aI("text=Chair Bases;url=list_products.php?cat=Chair Bases;");aI("text=Wall Styling Units;url=list_products.php?cat=Wall Styling Units;");aI("text=Island Stations;url=list_products.php?cat=Island Stations;");aI("text=Reception Desks;url=list_products.php?cat=Reception Desks;");aI("text=Seating;url=list_products.php?cat=Seating;");aI("text=Displays;url=list_products.php?cat=Displays;");aI("text=Manicure Tables;url=list_products.php?cat=Manicure Tables;");aI("text=Beauty Furniture;url=list_products.php?cat=Beauty Furniture;");aI("text=Trolleys;url=list_products.php?cat=Trolleys;");aI("text=Stools;url=list_products.php?cat=Stools;");aI("text=Accessories;url=list_products.php?cat=Accessories;");aI("text=Hood Dryers;url=list_products.php?cat=Hood Dryers;");aI("text=Posters;url=list_products.php?cat=Posters;");aI("text=Floor Plans;url=list_products.php?cat=Floor Plans;");aI("text=Pedicure Spas;url=list_products.php?cat=Pedicure Spas;");aI("text=Massage Tables;url=list_products.php?cat=Massage Tables;");aI(""); aI("text=Top Sellers;url=top.php;"); aI("text=New Products;url=new.php;"); aI("text=Special Offers;url=list_products.php?cat=Special Offers;"); } with(milonic=new menuname("Salon")){ itemwidth=106; style=menuStyle; aI("text=Launch Pad;url=salon_planner.php;"); aI("text=Help Guide;url=help_guide.php;"); } with(milonic=new menuname("Design")){ itemwidth=106; style=menuStyle; aI("text=Need to remodel ?;url=need_to_remodel.php;"); aI("text=Remodeling Tips;url=remodeling_tips.php;"); aI("text=Latest Trends;url=latest_trends.php;"); aI("text=Salon Layouts;url=salon_layouts.php;"); aI("text=Salon Gallery;url=salon_pictures.php;"); aI("text=Showrooms;url=showrooms.php;"); aI("text=Order Online;url=order_online.php;"); aI("text=Featured Salons;url=featured_salons.php;"); } with(milonic=new menuname("Customer")){ itemwidth=106; style=menuStyle; aI("text=Catalog Request Form;url=catalog_request.php;"); aI("text=FAQ;url=faq.php;"); aI("text=Ordering;url=ordering.php;"); aI("text=Secure Online Shopping;url=secure_online_shopping.php;"); aI("text=Shipping & Handling;url=shipping_handling.php;"); aI("text=Returns;url=returns.php;"); aI("text=Privacy Policy;url=privacy_policy.php;"); aI("text=Copyright / Legal Notices;url=legal_notices.php;"); aI("text=Fabrics and Finishes;url=materials.php;"); aI("text=Contact;url=contact.php;"); aI("text=Links;url=links.php;"); } with(milonic=new menuname("Cart")){ itemwidth=106; style=menuStyle; aI("text=View Cart;url=basket.php;"); aI("text=Confirm order;url=confirm_step_01.php;"); } with(milonic=new menuname("About")){ itemwidth=106; style=menuStyle; aI("text=Recruitment & Opportunities;url=recruitment.php;"); } drawMenus();