//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("webmasterid", "Celtic Folklore>>", "Celtic Folklore>>",  null, null);
	menu.addItem("newsid", "Celtic Jewelry>>", "Celtic Jewelry>>",  null, null);
	menu.addItem("freedownloadid", "Testimonials>>", "Testimonials>>",  null, null);
	menu.addItem("searchengineid", "InStock,Order,FAQs>>", "InStock,Order,FAQs>>",  null, null);
	menu.addItem("miscid", "Back Home>>", "Back Home>>",  null, null);

		menu.addSubItem("webmasterid", "Celtic History", "Celtic History",  "http://www.celticfolklore.com/history.htm","_self");
	menu.addSubItem("webmasterid", "Celtic Meanings", "Celtic Meanings",  "http://www.celticfolklore.com/","_self");

menu.addSubItem("newsid", "Attendants Gifts", "Attendants Gifts",  "http://www.customceltic.com/celt-attend.htm","_self");
menu.addSubItem("newsid", "Bracelets", "Bracelets",  "http://www.customceltic.com/celt-bracelets.htm","_self");
menu.addSubItem("newsid", "Copper Bracelets", "Copper Bracelets",  "http://www.customceltic.com/copper-bracelets.htm","_self");
menu.addSubItem("newsid", "Celtic Gifts", "Celtic Gifts",  "http://www.customceltic.com/celt-gifts.htm","_self");
	
	menu.addSubItem("newsid", "Claddagh Jewelry", "Claddagh Jewelry",  "http://www.customceltic.com/celt-claddagh.htm","_self");

	menu.addSubItem("newsid", "Crosses", "Crosses",  "http://www.customceltic.com/celt-crosses.htm","_self");

	menu.addSubItem("newsid", "Cuff Links", "Cuff Links",  "http://www.customceltic.com/celt-cufflinks.htm","_self");

menu.addSubItem("newsid", "Earrings", "Earrings",
  "http://www.customceltic.com/celt-earrings.htm","_self");

	menu.addSubItem("newsid", "Engagement Rings", "Engagement Rings",  "http://www.customceltic.com/celt-engagement.htm","_self");


menu.addSubItem("newsid", "Gimmel Rings", "Gimmel Rings",  "http://www.customceltic.com/celt-gimmel.htm","_self");

menu.addSubItem("newsid", "Money Clips", "Money Clips",  "http://www.customceltic.com/celt-moneyclips.htm","_self");

	menu.addSubItem("newsid", "Pendants", "Pendants",  "http://www.customceltic.com/celt-pendants.htm","_self");

menu.addSubItem("newsid", "Pins/Kilt Pins", "Pins/Kilt Pins",  "http://www.customceltic.com/celt-pins.htm","_self");

menu.addSubItem("newsid", "Rings & Signets", "Rings & Signets",  "http://www.customceltic.com/celt-signet.htm","_self");

menu.addSubItem("newsid", "Tack Pins/Tie Bars", "Tack Pins/Tie Bars",  "http://www.customceltic.com/celt-tiebars.htm","_self");

menu.addSubItem("newsid", "Wedding Bands", "Wedding Bands",  "http://www.customceltic.com/celt-rings.htm","_self");


menu.addSubItem("freedownloadid", "Testimonials:2003", "Testimonials:2003",  "http://www.customceltic.com/testimonial.htm","_self");
menu.addSubItem("freedownloadid", "Testimonials:2002", "Testimonials:2002",  "http://www.customceltic.com/testimonial2002.htm","_self");
menu.addSubItem("freedownloadid", "Testimonials:2001", "Testimonials:2001",  "http://www.customceltic.com/ct2001jan-jun.htm","_self");
	menu.addSubItem("freedownloadid", "Testimonials:2000", "Testimonials:2000",  "http://www.customceltic.com/ct2000.htm","_self");
	menu.addSubItem("freedownloadid", "Testimonials:1999", "Testimonials:1999",  "http://customceltic.com/ct1999.htm","_self");
      menu.addSubItem("freedownloadid", "Testimonials:'95-98", "Testimonials:1995-98",  "http://www.customceltic.com/ct1995.htm","_self");

	menu.addSubItem("searchengineid", "Designing Process", "Designing Process",  "http://www.customceltic.com/designing.htm","_self");

menu.addSubItem("searchengineid", "FAQs", "FAQs",  "http://www.raru.com/ordrinfo.htm" ,"_self");
menu.addSubItem("searchengineid", "Get a Quote", "Get a Quote",  "http://www.raru.com/infelect.htm","_self");
	menu.addSubItem("searchengineid", "In Stock Items", "In Stock Items",  "http://www.raru.com/instock/instock.htm","_self");
	menu.addSubItem("searchengineid", "In Stock Stones", "In Stock Stones",  "http://www.raru.com/stones/stones.htm","_self");
	menu.addSubItem("searchengineid", "Order On-line", "Order On-line",  "http://www.raru.com/ordrinfo.htm","_self");
	menu.addSubItem("searchengineid", "Pricing", "Pricing",  "http://www.raru.com/pricing.htm","_self");
menu.addSubItem("searchengineid", "Shipping", "Shipping",  "http://www.raru.com/upsprice2001.htm","_self");
	menu.addSubItem("miscid", "CELTIC Sitemap", "CELTIC sitemap",  "http://www.customceltic.com/celt-sitemap.htm","_self");
menu.addSubItem("miscid", "CELTIC HOME", "CELTIC HOME",  "http://www.customceltic.com/","_self");
menu.addSubItem("miscid", "RARU HOME", "RARU HOME",  "http://www.raru.com/", "_top");

	menu.showMenu();
}

