//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("asotsid", "Artistic Stylings MSN Group", "Artistic Sylings MSN Group",  null, null);
	menu.addItem("tutsid", "Artistic Stylings Tutorials", "Artistic Styings Tutorials",  null, null);
	menu.addItem("resourceid", "PSP Resource Center", "Resource Center", null, null);
	menu.addItem("linksid", "Helpful Links", "Helpful Links",  null, null);

	menu.addSubItem("asotsid", "Join the group!", "Join",  "http://groups.msn.com/artisticstylingsoftwistedserenity/_join.msnw", target="new");
	menu.addSubItem("asotsid", "PSP Learning Center", "PSP Learning Center", "http://groups.msn.com/artisticstylingsoftwistedserenity/psplearningcenter.msnw", target="new");
	menu.addSubItem("asotsid", "PSP Resource Center", "PSP Resource Center", "http://groups.msn.com/artisticstylingsoftwistedserenity/pspresourcecenter.msnw", target="new");
	menu.addSubItem("asotsid", "Strut Your Stuff", "Strut Your Stuff",  "http://groups.msn.com/artisticstylingsoftwistedserenity/strutyourstuff.msnw", target="new");
	menu.addSubItem("asotsid", "Message Boards", "Multiple Message Boards",  "http://groups.msn.com/artisticstylingsoftwistedserenity/messages.msnw", target="new");

	menu.addSubItem("tutsid", "ASoTS Tutorials Home", "Artistic Styings Tutorials Home",  "http://home.earthlink.net/~artisticstylingstutorials/", target="new");

	menu.addSubItem("resourceid", "Resource Center Home", "Resource Center Home",  "http://artisticstylings.raynedaycreations.com/resources/", "");
	menu.addSubItem("resourceid", "PictureTubes", "PSP Picture Tubes",  "http://artisticstylings.raynedaycreations.com/resources/tubes.html", "");
	menu.addSubItem("resourceid", "Plug-Ins", "PSP Plug-Ins",  "http://artisticstylings.raynedaycreations.com/resources/plugins.html", "");
		menu.addSubItem("resourceid", "Plug-Ins Presets", "PSP Plug-In Presets",  "http://artisticstylings.raynedaycreations.com/resources/pluginpresets.html", "");
		menu.addSubItem("resourceid", "Brushes", "PSP Brushes",  "http://artisticstylings.raynedaycreations.com/resources/brushes.html", "");
		menu.addSubItem("resourceid", "Masks", "PSP Masks",  "http://artisticstylings.raynedaycreations.com/resources/masks.html", "");
		menu.addSubItem("resourceid", "Gradients", "PSP Gradients",  "http://artisticstylings.raynedaycreations.com/resources/gradients.html", "");
		menu.addSubItem("resourceid", "Preset Shapes", "Preset Shapes",  "http://artisticstylings.raynedaycreations.com/resources/presetshapes.html", "");
		menu.addSubItem("resourceid", "Patterns", "Patterns", "http://artisticstylings.raynedaycreations.com/resources/patterns.html", "");
		menu.addSubItem("resourceid", "Selections", "PSP Selections",  "http://artisticstylings.raynedaycreations.com/resources/selections.html", "");
		menu.addSubItem("resourceid", "Frames", "PSP Frames",  "http://artisticstylings.raynedaycreations.com/resources/frames.html", "");
		menu.addSubItem("resourceid", "Scripts", "PSP Scripts",  "http://artisticstylings.raynedaycreations.com/resources/scripts.html", "");
		menu.addSubItem("resourceid", "Font Sites", "Links to Font Sites",  "http://artisticstylings.raynedaycreations.com/resources/fontsites.html", "");



	menu.addSubItem("linksid", "Jasc Software", "Get your PSP here!",  "http://www.jasc.com/", target= "new");
	menu.addSubItem("linksid", "EyeCandy", "EyeCandy, Xenofex filters",  "http://www.alienskin.com/", target="new");
	menu.addSubItem("linksid", "Super Blade Pro", "Super Blade Pro filter",  "http://www.flamingpear.com/blade.html", target="new");
menu.addSubItem("linksid", "VisMan Sparkle Filter", "Get your sparkle Filter here!",  "http://morepunkinstuff.tripod.com/filters/Vm/sparkl.html", target="new");

	menu.showMenu();
}
