//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("ausid", "Ausbdsm.org", "Ausbdsm.org", null, null);
	menu.addItem("whatid", "What's On", "What's On", null, null);
	menu.addItem("clubsid", "Clubs", "Clubs",  null, null);
	menu.addItem("proid", "Pro Dominants", "Pro Dominants",  null, null);
	menu.addItem("fetid", "Fetish Clothes/Equip", "Fetish Clothes/Equip",  null, null);
	menu.addItem("funid", "Fun Stuff", "Fun Stuff",  null, null);
	menu.addItem("linksid", "Links", "Links",  null, null);
	menu.addItem("listsid", "Mailing Lists", "Mailing Lists",  null, null);

	menu.addSubItem("ausid", "Home", "Home",  "http://www.ausbdsm.org/index.php", "");
	menu.addSubItem("ausid", "About", "About",  "http://www.ausbdsm.org/about.php", "");
	menu.addSubItem("ausid", "Request Website", "http://www.ausbdsm.org/Request Website",  "reqweb.php", "");
	menu.addSubItem("ausid", "Email", "Email",  "http://www.ausbdsm.org/email.php", "");

	menu.addSubItem("whatid", "NSW", "NSW",  "http://www.ausbdsm.org/whatson.php#nsw", "");
	menu.addSubItem("whatid", "QLD", "QLD", "http://www.ausbdsm.org/whatson.php#qld", "");
	menu.addSubItem("whatid", "VIC", "VIC",  "http://www.ausbdsm.org/whatson.php#vic", "");
	menu.addSubItem("whatid", "TAS",  "TAS", "http://www.ausbdsm.org/whatson.php#tas", "");
	menu.addSubItem("whatid", "ACT", "ACT",  "http://www.ausbdsm.org/whatson.php#act", "");
	menu.addSubItem("whatid", "WA", "WA",  "http://www.ausbdsm.org/whatson.php#wa", "");
	menu.addSubItem("whatid", "SA", "SA",  "http://www.ausbdsm.org/whatson.php#sa", "");
	menu.addSubItem("whatid", "NT", "NT",  "http://www.ausbdsm.org/whatson.php#nt", "");

	menu.addSubItem("clubsid", "NSW", "Sydney",  "http://www.ausbdsm.org/clubs.php#nsw", "");
	menu.addSubItem("clubsid", "VIC", "Melbourne",  "http://www.ausbdsm.org/clubs.php#vic", "");
	menu.addSubItem("clubsid", "QLD", "Brisbane",  "http://www.ausbdsm.org/clubs.php#qld", "");
	menu.addSubItem("clubsid", "SA", "Adelaide",  "http://www.ausbdsm.org/clubs.php#sa", "");	
	menu.addSubItem("clubsid", "ACT", "Canberra",  "http://www.ausbdsm.org/clubs.php#act", "");
	menu.addSubItem("clubsid", "WA", "Perth",  "http://www.ausbdsm.org/clubs.php#wa", "");
	menu.addSubItem("clubsid", "NT", "Darwin",  "http://www.ausbdsm.org/clubs.php#nt", "");
	menu.addSubItem("clubsid", "TAS", "Hobart",  "http://www.ausbdsm.org/clubs.php#tas","");

	menu.addSubItem("proid", "All States", "All States",  "http://www.ausbdsm.org/prodominants.php","");
        menu.addSubItem("proid", "Add your website", "All States",  "http://www.ausbdsm.org/addwebsite.php", target="_blank");
        menu.addSubItem("proid", "Add your name", "All States",  "http://www.ausbdsm.org/reqweb.php","");
	
	menu.addSubItem("fetid", "Clothes/Equip", "Clothes/Equip",  "http://www.ausbdsm.org/shops.php", "");
        menu.addSubItem("fetid", "Jewelry", "Jewelry",  "http://www.ausbdsm.org/jewelry.php", "");
	menu.addSubItem("fetid", "Piercing", "Piercing",  "http://www.ausbdsm.org/piercing.php", "");
	menu.addSubItem("fetid", "For Sale", "For Sale",  "http://www.ausbdsm.org/for_sale/cage.php", "");
	
	
	menu.addSubItem("funid", "Personals", "Collarme.com Personals", "http://www.ausbdsm.org/clickcounter/counter.php?xrl=http://www.collarme.com", target="_blank");
   	menu.addSubItem("funid", "Auctions", "Auctions",  "http://www.ausbdsm.org/auctions.php", target="_blank");
	menu.addSubItem("funid", "Your Stories", "Your Stories",  "http://www.ausbdsm.org/stories.php", target="_blank");
	menu.addSubItem("funid", "Spank Frank", "Spank Frank",  "http://www.ausbdsm.org/happyslapping.php", target="_blank");

	menu.addSubItem("linksid", "Links", "Links",  "http://www.ausbdsm.org/clickcounter/counter.php?xrl=http://www.ausbdsm.org/links/index.php", target="_blank");

	menu.addSubItem("listsid", "Badgrrls", "National",  "http://groups.queernet.org", target="_blank");
	menu.addSubItem("listsid", "FemDomSup", "National",  "http://groups.yahoo.com/group/FemDomSup", target="_blank");
	menu.addSubItem("listsid", "NSW", "Sydney",  	"http://www.ausbdsm.org/lists.php#nsw", "");
	menu.addSubItem("listsid", "VIC", "Melbourne",  "http://www.ausbdsm.org/lists.php#vic", "");
	menu.addSubItem("listsid", "QLD", "Brisbane",  	"http://www.ausbdsm.org/lists.php#qld", "");
	menu.addSubItem("listsid", "SA", "Adelaide",  	"http://www.ausbdsm.org/lists.php#sa", "");	
	menu.addSubItem("listsid", "ACT", "Canberra",  	"http://www.ausbdsm.org/lists.php#act", "");
	menu.addSubItem("listsid", "WA", "Perth",  	"http://www.ausbdsm.org/lists.php#wa", "");
	menu.addSubItem("listsid", "NT", "Darwin",  	"http://www.ausbdsm.org/lists.php#nt", "");
	menu.addSubItem("listsid", "TAS", "Hobart",  	"http://www.ausbdsm.org/lists.php#tas","");
	menu.showMenu();
}