//NOTE: All styles declared in menu_data_styles.js //NOTE: Main menu declared in menu_data_main.asp - these are just the sub menus //**************************************************************** //Create the Settings menu // with(milonic=new menuname("productMenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Lost & Found database;url=lostPetInfo.asp;"); aI("text=Product information;url=about.asp?id=Product+Information+Page;"); aI("text=Price information;url=about.asp?id=Price+Information+Page;"); aI("text=Postcodes;url=about.asp?id=Postcodes+Page;"); aI("text=FAQ;url=faqs.asp;"); aI("text=Quality control;url=about.asp?id=Quality+Control+Page;"); aI("text=Terms & conditions;url=about.asp?id=terms;"); aI("text=Contact;url=about.asp?id=contact;"); aI("text=Help;url=about.asp?id=help;"); } //**************************************************************** //Create the My Account menu // with(milonic=new menuname("accountMenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Please login;url=login.asp;separatorsize=1;");aI("text=Create new account;url=registrationOwner.asp;"); } //**************************************************************** //Create the menu // with(milonic=new menuname("partnersMenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Animal shelters;showmenu=loginMenu;"); aI("text=Dog wardens;showmenu=loginMenu;"); aI("text=Veterinery surgeries & practices;showmenu=loginMenu;"); aI("text=Pet shops;showmenu=loginMenu;"); aI("text=Breeders;showmenu=loginMenu;"); aI("text=Charities;showmenu=loginMenu;"); aI("text=Other;showmenu=loginMenu;"); } //**************************************************************** //Create the menu // with(milonic=new menuname("loginMenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Login;url=login.asp;"); aI("text=Register;url=registrationOrganisation.asp;"); } //**************************************************************** //Create the menu // with(milonic=new menuname("shopMenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Shop;url=productList.asp;"); aI("text=Basket;url=basketShow.asp;"); } //**************************************************************** //Create the menu // with(milonic=new menuname("petNetworkMenu")){ orientation="vertical"; if (!ie) top="offset=30"; overflow="scroll"; style=subStyle; aI("text=Pet Network;url=petNetwork.asp;"); aI("text=Make a referral;url=myReferrals.asp;"); aI("text=Referrers league;url=referrersLeague.asp;"); } drawMenus();