//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", "Web Resources", "Web Resources ",  null, null);
	menu.addItem("pspid", "PSP Sites", "PSP Sites",  null, null);
	menu.addItem("statid", "Stationery Sites", "Stationery Sites",  null, null);
	menu.addItem("juelleid", "This Portfolio", "This Portfolio",  null, null);
	menu.addItem("virusid", "Anti Virus", "Anti Virus",  null, null);

	menu.addSubItem("webmasterid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/", "");
	menu.addSubItem("webmasterid", "JavaScript Kit", "JavaScript Kit",  "http://www.javascriptkit.com/", "");
	menu.addSubItem("webmasterid", "Web Review", "Web Review",  "http://www.webreview.com/", "");
	menu.addSubItem("webmasterid", "Freewarejava.com", "Freewarejava.com",  "http://www.freewarejava.com/", "_blank");
	menu.addSubItem("webmasterid", "Web Monkey", "Web Monkey",  "http://www.webmonkey.com/", "_blank");

	menu.addSubItem("pspid", "Powerhouse Webz", "Powerhouse Webz",  "http://powerhousewebz.au.nu/tutorials.html", "");
	menu.addSubItem("pspid", "Sparklies", "Sparklies",  "http://members.tripod.com/~osodeoro/Sparklies/Sparkelies.html", "");
	menu.addSubItem("pspid", "Grafo Maniac", "Grafo Maniac",  "http://hem.passagen.se/grafoman/plugtool/plugs.html", "");
	menu.addSubItem("pspid", "Paintshopstop", "Paintshopstop",  "http://www.paintshopstop.com", "");
	menu.addSubItem("pspid", "Simply Jill", "Simply Jill",  "http://www.simplyjill.com", "");
	menu.addSubItem("pspid", "Plus PSP", "Plus PSP",  "http://www.pluspsp.com/cgi-bin/in/index.cgi?display", "");
	menu.addSubItem("pspid", "Cathy's Corner", "Cathy's Corner",  "http://www.cathyscorner2.com/tutorials.html", "");

	menu.addSubItem("statid", "Letterman", "Letterman",  "hhttp://lettermanstationery.tripod.com/", "");
	menu.addSubItem("statid", "Alottafun", "Alottafun",  "http://alottafunstationery.tripod.com", "");
	menu.addSubItem("statid", "Stationery Scripts", "Stationery Scripts",  "http://www.stationeryscripts.webelation.net/index.htm", "");

	menu.addSubItem("juelleid", "Back", "Back",  "http://www.merribas.com/lesson17a.htm", "");
	menu.addSubItem("juelleid", "Home", "Home",  "http://www.merribas.com/home.htm", "");
	menu.addSubItem("juelleid", "Next", "Next", "http://www.merribas.com/lesson19.htm", "");
	menu.addSubItem("juelleid", "Juelle", "Juelle",  "http://www.juellewebdesign.bravepages.com/", "");

	menu.addSubItem("virusid", "Pandasoft", "Pandasoft",  "http://www.pandasoftware.com/activescan/", "");
	menu.addSubItem("virusid", "Housecall", "Housecall",  "http://housecall.trendmicro.com/", "");
	menu.addSubItem("virusid", "RAV", "RAV",  "http://www.ravantivirus.com/content/", "");

	menu.showMenu();
}