//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=common/lostPetInfo.asp;"); aI("text=Product information;url=common/about.asp?id=Product+Information+Page;"); aI("text=Price information;url=common/about.asp?id=Price+Information+Page;"); aI("text=Postcodes;url=common/about.asp?id=Postcodes+Page;"); aI("text=FAQ;url=common/faqs.asp;"); aI("text=Quality control;url=common/about.asp?id=Quality+Control+Page;"); aI("text=Terms & conditions;url=common/about.asp?id=terms;"); aI("text=Contact;url=common/about.asp?id=contact;"); aI("text=Help;url=common/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=common/login.asp;separatorsize=1;");aI("text=Create new account;url=common/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=common/login.asp;"); aI("text=Register;url=common/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=common/productList.asp;"); aI("text=Basket;url=common/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=common/petNetwork.asp;"); aI("text=Make a referral;url=common/myReferrals.asp;"); aI("text=Referrers league;url=common/referrersLeague.asp;"); } drawMenus();