function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Extra Tools", "Extra Tools",  null, null);
	menu.addItem("newsid", "Manage your Auctions", "Manage your Auctions",  null, null);
   	menu.addItem("freedownloadid", "Free Stuff", "Free Stuff",  null, null);
	menu.addItem("searchengineid", "Help Links", "Help Links",  null, null);
	menu.addItem("miscid", "Our Company", "Our Company",  null, null);

	menu.addSubItem("webmasterid", "Color Picker", "Color Picker",  "http://www.dynamicwebspace.com/ColorPicker.html");
        menu.addSubItem("webmasterid", "Frame Maker", "Frame Maker",  "http://www.dynamicwebspace.com/cgi-bin/framemaker/frame_form.pl");
	menu.addSubItem("webmasterid", "MetaTag Creator", "MetaTag Creator",  "http://www.dynamicwebspace.com/meta_form.html");
        menu.addSubItem("webmasterid", "Irfanview", "Irfanview",  "http://www.irfanview.com");
	menu.addSubItem("webmasterid", "Irfanview Tutorial", "Irfanview Tutorial",  "http://skyscraper.fortunecity.com/bitmap/44/irfanview/irfanview.html");


	menu.addSubItem("newsid", "Seller Guide", "Seller Guide",  "http://pages.ebay.com/help/sellerguide/index.html");
	menu.addSubItem("newsid", "Sell Your Item", "Sell Your Item",  "http://pages.ebay.com/sell/index.html");
	menu.addSubItem("newsid", "Revise Your Item", "Revise Your Item",  "http://cgi5.ebay.com/aw-cgi/eBayISAPI.dll?UserItemVerification");
	menu.addSubItem("newsid", "Add to Description", "Add to Description",  "http://cgi5.ebay.com/aw-cgi/eBayISAPI.dll?AddToItemDescription");
	menu.addSubItem("newsid", "End Auction Early", "End Auction Early",  "http://cgi3.ebay.com/aw-cgi/eBayISAPI.dll?EndingMyAuction");
	menu.addSubItem("newsid", "Relist Item", "Relist Item",  "http://pages.ebay.com/help/sellerguide/selling-item.html");
	menu.addSubItem("newsid", "Seller Account Status", "Seller Account Status",  "http://cgi3.ebay.com/aw-cgi/eBayISAPI.dll?ViewAccountStatus");
menu.addSubItem("newsid", "My eBay", "My eBay",  "http://cgi1.ebay.com/aw-cgi/eBayISAPI.dll?MyEbayLogin");

        menu.addSubItem("freedownloadid", "Free Browser Based E-mail", "Free Browser Based E-mail",  "http://www.dynamicwebspace.com/Mail/amail.cgi");
     
        menu.addSubItem("freedownloadid", "Triple Background Maker", "Triple Background Maker",  "http://www.dynamicwebspace.com/mixnmatch/");
        menu.addSubItem("freedownloadid", "Free Image Hosting", "Free Image Hosting",  "http://www.dynamicwebspace.com/FreeHosting.html");
        menu.addSubItem("freedownloadid", "Paint Shop Pro3", "Paint Shop Pro3",  "http://www.dynamicwebspace.com/PSP3.shtml");



        menu.addSubItem("searchengineid", "Practice Board", "Practice Board",  "http://www.sweetnesss.com/practice/scribble.html");
        menu.addSubItem("searchengineid", "File Uploading", "File Uploading",  "http://www.dynamicwebspace.com/fileuploading.html");
        menu.addSubItem("searchengineid", "Support Request", "Support Request",  "http://dynamicwebspace.com/Support/Submit.html");


	menu.addSubItem("miscid", "DynamicWebSpace", "DynamicWebSpace",  "http://www.dynamicwebspace.com/");
	menu.addSubItem("miscid", "Contact Us", "Contact Us",  "mailto:dynamicweb@dynamicwebspace.com");
        menu.addSubItem("miscid", "Referral Program", "Referral Program",  "http://dynamicwebspace.com/FreeHosting.html");
        menu.addSubItem("miscid", "User Comments or Suggestions", "User Comments or Suggestions",  "http://www.dynamicwebspace.com/comments.html");
        menu.addSubItem("miscid", "Support", "Support", "http://dynamicwebspace.com/Support/Submit.html");


	menu.showMenu();
}
