//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("Home", "Home", "Web Building Sites",  null, null);
	menu.addItem("Products", "Products", "Products",  null, null);
	menu.addItem("Testimonials", "Testimonials", "See what our customers have to say about Nature's Page Animal Treats!",  null, null);
	menu.addItem("Helpful_Information", "Helpful Information", "Helpful Information",  null, null);
	menu.addItem("Contests", "Contests", "Contests",  null, null);
menu.addItem("Pet_Photos", "Pet Photos", "Take a look at these pet pics",  null, null);
	menu.addItem("Links", "Links", "Links",  null, null);
menu.addItem("Contact", "Contact Us", "Contact  Us",  null, null);
menu.addItem("Wholesale", "Wholesale", "Wholesale Information",  null, null);

	menu.addSubItem("Home", "Normal Backround", "Normal Backround",  "http://www.naturespageanimaltreats.com/index.html", "");
	

	menu.addSubItem("Products", "All Pet Treats", "All Treats We Offer",  "http://www.naturespageanimaltreats.com/petproducts.html", "");
	menu.addSubItem("Products", "Order Info", "Order Info",  "http://www.naturespageanimaltreats.com/orderinfo.html", "");
	menu.addSubItem("Products", "Meat Lovers", "The Carnivores Heaven",  "http://www.naturespageanimaltreats.com/meatlovers.html", "");
menu.addSubItem("Products", "Specialty Items", "vegi/fruit Treats",  "http://www.naturespageanimaltreats.com/specialty.html", "");
	menu.addSubItem("Products", "Allergy Free Treats", "No Wheat or Yeast",  "http://www.naturespageanimaltreats.com/allergyfree.html", "");
	menu.addSubItem("Products", "Gourmet Items-<BR> Jerky & More!!", "Liver Jerky - Chicken Jerky - Keftedes Balls, Pets will do anything for this delicious tid-bits",  "http://www.naturespageanimaltreats.com/gourmet.html", "");
menu.addSubItem("Products", "Gift Packages", "Gift Packages to give you to your pets, or loved ones with pets",  "http://www.naturespageanimaltreats.com/gifts.html", "");
menu.addSubItem("Products", "Individually wrapped", "Great item if you want to give a special gift, or if you have a buisness and want to give your customes a nice supise!",  "http://www.naturespageanimaltreats.com/individual.html", "");
	
menu.addSubItem("Testimonials", "Testimonials", "See what our customers have to say about Nature's Page Animal Treats!",  "http://naturespageanimaltreats.com/testimonials.html", "");
	
	menu.addSubItem("Helpful_Information", "Pet Tips", "Helpfull tips for training your pet",  "http://www.naturespageanimaltreats.com/PetTips.html", "");
	menu.addSubItem("Helpful_Information", "Pet Diseases", "Pet Diseases",  "http://naturespageanimaltreats.com/petdisease.html", "");
	menu.addSubItem("Helpful_Information", "Informative Pet Links", "Pet Links with Helpfull Information",  "http://naturespageanimaltreats.com/infolinks.html", "");

	menu.addSubItem("Contests", "All", "See what contests Nature's Page Animal Treats is offering",  "http://www.naturespageanimaltreats.com/contests.html", "");
	menu.addSubItem("Contests", "Photo Contests", "Enter ourPet Photos Contest for a chance to win FREE PET TREATS",  "http://www.naturespageanimaltreats.com/photocontest.html", "");
	menu.addSubItem("Contests", "Essay Contests", "Enter our Pet Essay Contest for a chance to win FREE PET TREATS", "http:/www.naturespageanimaltreats.com/essaycontests.html", "");
	

	menu.addSubItem("Pet_Photos", "Nature's Page Photos", "Nature's Page Animal Treats Pet Photos",  "http://www.naturespageanimaltreats.com/petpics.html", "");
	menu.addSubItem("Pet_Photos", "Your Pet Photos", "See the wonderfull array of pets from customers Of Natures Page Animal Treats",  "http://naturespageanimaltreats.com/yourpics.html", "");
	menu.addSubItem("Pet_Photos", "Send Us A Photo", "Send Us Pics Your Pets",  "http://www.naturespageanimaltreats.com/uploadimage.html", "");


	menu.addSubItem("Links", "Informative Pet Links", "Need some pet related information? You should find it here!",  "http://www.naturespageanimaltreats.com/infolinks.html", "");
	menu.addSubItem("Links", "Banner Pet Links", "A page full of great Pet Sites in Banner Format",  "http://naturespageanimaltreats.com/petlinks.html", "");
	menu.addSubItem("Links", "Text Pet Links", "A page full of great Pet Sites In Text Format",  "http://www.naturespageanimaltreats.com/textpetlinks.html", "");
menu.addSubItem("Links", "Cool links", "This page is full of some great sites on the Web",  "http://www.naturespageanimaltreats.com/coollinks.html", "");


menu.addSubItem("Contact", "Questions", "Have a general questions?",  "mailto:questions@naturespageanimaltreats.com", "");
	menu.addSubItem("Contact", "Order Questions", "",  "mailto:order@naturespageanimaltreats.coml", "");
	menu.addSubItem("Contact", "Special order?", "Need A Special Order?",  "mailto:specialty@naturespageanimaltreats.com", "");
menu.addSubItem("Contact", "Wholesale Info", "Wholesale questions",  "mailto:wholesale@naturespageanimaltreats.com", "");

menu.addSubItem("Wholesale", "Wholesale", "Wholesale",  "http://naturespageanimaltreats.com/wholesale.html", "");


	menu.showMenu();
}
