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

        menu = new Menu();
        menu.addItem("info", "Information", "Information",  null, null);
        menu.addItem("alum", "Aluminum Products", "Aluminum Products",  null, null);
        menu.addItem("hi", "High Temperature", "High Temperature",  null, null);
        menu.addItem("metal", "Metallic Finishes", "Metallic Finishes",  null, null);
        menu.addItem("other", "Other Products", "Other Products",  null, null);

        menu.addSubItem("info", "Contact Sheffield", "click to email",  "mailto:sheffieldbronze@ameritech.net");
        menu.addSubItem("info", "Legal", "Legal Information",  "http://www.sheffieldbronze.com/legal/");
        menu.addSubItem("info", "About us ", "About us",  "http://www.sheffieldbronze.com/other");        
        menu.addSubItem("info", "MSDS Sheets", "MSDS Sheets",  "http://www.sheffieldbronze.com/msds");
        menu.addSubItem("info", "What's New", "Our new products",  "http://www.sheffieldbronze.com/products/new.html");
	


        menu.addSubItem("alum", "All Purpose ", "All Purpose Aluminum",  "http://www.sheffieldbronze.com/Aluminum/");
        menu.addSubItem("alum", "Alumi-Roof  ", "Alumi-Roof Aluminum",  "http://www.sheffieldbronze.com/Aluminum/"); 
        menu.addSubItem("alum", "Aluminum Lacquer  ", "Aluminum Lacquer", "http://www.sheffieldbronze.com/Aluminum/");
        menu.addSubItem("alum", "Brilliant Aluminum ", "Brilliant Aluminum",  "http://www.sheffieldbronze.com/Aluminum/");
        menu.addSubItem("alum", "Government Spec TTP-28E ", "Government Spec TTP-28E",  "http://www.sheffieldbronze.com/Aluminum/");
        menu.addSubItem("alum", "Powders and Pastes ", "Powders and Pastes",  "http://www.sheffieldbronze.com/Aluminum/");
        menu.addSubItem("alum", "Shef-Kote Aluminum ", "Shef-Kote Aluminum",  "http://www.sheffieldbronze.com/Aluminum/"); 
        menu.addSubItem("alum", "Silicone #392 Aluminum ", "Silicone #392 Aluminum",  "http://www.sheffieldbronze.com/Aluminum/"); 
        menu.addSubItem("alum", "Super Hot #321 Aluminum", "Super Hot #321 Aluminum",  "http://www.sheffieldbronze.com/Aluminum/"); 
        menu.addSubItem("alum", "Super Hot #327 Aluminum", "Government Spec Aluminum",  "http://www.sheffieldbronze.com/Aluminum/"); 
	menu.addSubItem("alum", "Red Hot ", "Red Hot Aluminum",  "http://www.sheffieldbronze.com/Aluminum/");        
        menu.addSubItem("alum", "Super Krome ", "Super Krome Aluminum",  "http://www.sheffieldbronze.com/Aluminum/");
        

        
	menu.addSubItem("hi", "Pot Belly Black ", "Pot Belly Black",  "http://www.sheffieldbronze.com/hitemp/");        
        menu.addSubItem("hi", "Red Hot Aluminum ", "Red Hot Aluminum",  "http://www.sheffieldbronze.com/hitemp/");
        menu.addSubItem("hi", "Super Hot ", "Super Hot Aluminum",  "http://www.sheffieldbronze.com/hitemp/");
       



        menu.addSubItem("metal", "Bright Gold Enamel", "solvent based",  "http://www.sheffieldbronze.com/Metallics/"); 

        menu.addSubItem("metal", "Bronze Powders and Pastes", "Bronze Powders and Pastes", http://www.sheffieldbronze.com/Products/metallic/");
        menu.addSubItem("metal", "Bronzing Liquid", "Bronzing Liquid", "http://www.sheffieldbronze.com/Metallics/");
        menu.addSubItem("metal", "Clear Overcoat", "protective finish",  "http://www.sheffieldbronze.com/Metallics/");
        menu.addSubItem("metal", "Copper Patine", "Copper Patina",  "http://www.sheffieldbronze.com/Metallics/");
        menu.addSubItem("metal", "Gold Leaf Metallics", "solvent based",  "http://www.sheffieldbronze.com/Metallics/");	
        menu.addSubItem("metal", "Golden Touch Metallics", "water based", "http://www.sheffieldbronze.com/Metallics/"); 
        menu.addSubItem("metal", "Metallic Images", "variety of colors",  "http://www.sheffieldbronze.com/Metallics/"); 


      
        menu.addSubItem("other", "Bulldozer", "paint remover",  "http://www.sheffieldbronze.com/specialty/");
        menu.addSubItem("other", "Clear Lacquer", "clear lacquer",  "http://www.sheffieldbronze.com/specialty/");
        menu.addSubItem("other", "Colors in Oil", "oil based colorant",  "http://www.sheffieldbronze.com/oilcolors/");
        menu.addSubItem("other", "Japan Drier", "Japan Drier",  "http://www.sheffieldbronze.com/specialty/");
        menu.addSubItem("other", "Kleen-a-Brush", "brush cleaner",  "http://www.sheffieldbronze.com/specialty/");
        menu.addSubItem("other", "Lacquer Thinner", "Lacquer Thinner",  "http://www.sheffieldbronze.com/specialty/");
        menu.addSubItem("other", "Porcelain Touch Up", "repair chips, scratches, nicks",  "http://www.sheffieldbronze.com/ptu/");
        menu.addSubItem("other", "Quik Spray", "aerosol paint",  "http://www.sheffieldbronze.com/quik/");
        menu.addSubItem("other", "Tinners Red", "Tinners Red",  "http://www.sheffieldbronze.com/specialty/");
        menu.addSubItem("other", "Tints-All Colorant", "tint any paint any color",  "http://www.sheffieldbronze.com/tintsall/");





	menu.showMenu();
}

