//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("freestuffid", "Free Stuff", "Free Stuff",  null, null);
	menu.addItem("membersareaid", "Members Area", "Members Area",  null, null);
    menu.addItem("joinid", "Join", "Join",  null, null);	
    menu.addItem("toplistid", "Top List", "Top List",  null, null);
	menu.addItem("linksid", "Links", "Links",  null, null);
	menu.addItem("contactmeid", "Contact Webmaster", "Contact Webmaster",  null, null);
	
	menu.addSubItem("freestuffid", "Free Tour", "Free Tour",  "http://www.agnarsphotoden.com/mainpage.html", "");
	menu.addSubItem("freestuffid", "FAQ", "FAQ",  "http://www.agnarsphotoden.com/faq.html", "");
	menu.addSubItem("freestuffid", "Domme Bios", "Domme Bios",  "http://www.agnarsphotoden.com/samples/dommebios/index.html", "");
	menu.addSubItem("freestuffid", "WebDiva Bios", "WebDiva Bios",  "http://www.agnarsphotoden.com/samples/webdivabios/index.html", "");
	menu.addSubItem("freestuffid", "What's New", "what's New",  "http://www.agnarsphotoden.com/whatsnew.html", "");

	menu.addSubItem("membersareaid", "Amateurs", "Amateurs",  "http://www.agnarsphotoden.com/membersarea/amateurs/index.html", "");
	menu.addSubItem("membersareaid", "Archives", "Archives",  "http://www.agnarsphotoden.com/membersarea/archives/index.htm", "");
	menu.addSubItem("membersareaid", "Dommes", "Dommes",  "http://www.agnarsphotoden.com/membersarea/dommes/index.html", "");
	menu.addSubItem("membersareaid", "Domme Interviews", "Domme Interviews",  "http://www.agnarsphotoden.com/membersarea/interviews/index.htm", "");
    menu.addSubItem("membersareaid", "Erotic Imagery", "Erotic Imagery",  "http://www.agnarsphotoden.com/membersarea/eroticimagery/index.html", "");
	menu.addSubItem("membersareaid", "FemDom Art", "FemDom Art",  "http://www.agnarsphotoden.com/membersarea/femdomart/index.html", "");
	menu.addSubItem("membersareaid", "HypnoErotica", "HypnoErotica",  "http://www.agnarsphotoden.com/membersarea/hypnoerotica/index.html", "");
    menu.addSubItem("membersareaid", "Links", "Links",  "http://www.agnarsphotoden.com/membersarea/amateurs/links.html", "");
	menu.addSubItem("membersareaid", "WebDivas", "WebDivas",  "http://www.agnarsphotoden.com/membersarea/webdivas/index.html", "");
        
    menu.addSubItem("joinid", "Join Now", "Join Now",  "http://www.agnarsphotoden.com/joinpage.html", "");
	
	menu.addSubItem("toplistid", "Mesmerizing Women Toplist", "Mesmerizing Women Toplist",  "http://www.agnarsphotoden.com/hypnotoplist/index.php", "");
	
	menu.addSubItem("linksid", "Amateur Links", "Amateur Links",  "http://www.agnarsphotoden.com/amateurlinks.html", "");
	menu.addSubItem("linksid", "Domme Links", "Domme Links",  "http://www.agnarsphotoden.com/dommelinks.html", "");
	menu.addSubItem("linksid", "HypnoErotic Links", "HypnoErotic Links",  "http://www.agnarsphotoden.com/hypnoeroticalinks.html", "");
    menu.addSubItem("linksid", "WebDiva Links", "WebDiva Links",  "http://www.agnarsphotoden.com/webdivalinks.html", "");
	menu.addSubItem("linksid", "Webring Links", "Webring Links",  "http://www.agnarsphotoden.com/webringlinks.html", "");
	
	menu.addSubItem("contactmeid", "Email the Webmaster", "Email the Webmaster",  "mailto:webmaster@agnarsphotoden.com", "");
	menu.addSubItem("contactmeid", "Yahoo Group", "Yahoo Group",  "http://groups.yahoo.com/group/apdnewsletter", "");
	menu.addSubItem("contactmeid", "Myspace", "Myspace",  "http://www.myspace.com/agnarsphotoden", "");

	


	menu.showMenu();
}
