function showToolbar()
{
	msg = "<!-- -->\n";
	menu = new Menu();
	menu.addItem("imenu_00","Home", "Home",  null);
	

	menu.addItem("imenu_22", "Glucomannan Supplier", "Glucomannan Supplier",  null);	
	menu.addItem("imenu_33", "Food Gum Application", "Food Gum Application",  null);	
	menu.addItem("imenu_44", "Research", "Research",  null);
        menu.addItem("imenu_55", "Medical & Health", "Medical & Health",  null);
        menu.addItem("imenu_66", "Konjac Foods", "Konjac Foods",  null);
        menu.addItem("imenu_67", "Food Recipes", "Food Recipes",  null);
        menu.addItem("imenu_77", "Soluble Fiber", "Soluble Fiber",  null);
        menu.addItem("imenu_88", "Contact US", "Contact US",  null);

	
	menu.addSubItem("imenu_00", "Home", "Home",  "/index.htm");
	menu.addSubItem("imenu_00", "What is glucomannan?","What is glucomannan?", "/glucomannan.htm");

	menu.addSubItem("imenu_22", "Konjac Foods USA","Konjac Foods USA", "http://www.konjacfoods.com");
	menu.addSubItem("imenu_22", "FMC Corp","FMC Corp", "http://www.fmc.com");
	menu.addSubItem("imenu_22", "Opta Food","Opta Food", "http://www.opta-food.com/");

	menu.addSubItem("imenu_33","Food gum","Food gum","/gum.htm");           
	menu.addSubItem("imenu_33","Complex Powder","Complex Powder","/complex.htm");      
	menu.addSubItem("imenu_33","Hydrocolloids Reference","Hydrocolloids Reference","/ref.htm");     
	
	menu.addSubItem("imenu_44","Medical research","Medical research","/medical.htm");         
	menu.addSubItem("imenu_44","Patent","Patent","/patent.htm");     

   	
	menu.addSubItem("imenu_55","Constipation","Constipation","/constipation.htm");      
	menu.addSubItem("imenu_55","Cholesterol","Cholesterol","/cholesterol.htm");    
	menu.addSubItem("imenu_55","Diabetes","Diabetes","/diabetes.htm");          
	menu.addSubItem("imenu_55","Obesity","Obesity","/obesity.htm");    
	menu.addSubItem("imenu_55","Colonic pathology","Colonic pathology","/colonic.htm");    


	menu.addSubItem("imenu_66","Konjac food","Konjac food","/food.htm");        
	menu.addSubItem("imenu_66","Konjac food 1","Konjac food1","/food1.htm");    
	menu.addSubItem("imenu_66","Konjac food 2","Konjac food2","/food2.htm");    
	menu.addSubItem("imenu_66","Konjac food 3","Konjac food3","/food3.htm");    
	menu.addSubItem("imenu_66","Konjac food 4","Konjac food4","/food4.htm");    
	menu.addSubItem("imenu_66","Konjac food 5","Konjac food5","/food5.htm");    
	menu.addSubItem("imenu_66","Konjac food 6","Konjac food6","/food6.htm");    

	menu.addSubItem("imenu_67","Recipes","Konjac Recipes","/recipes.htm");       	
	menu.addSubItem("imenu_67","Recipes 1","Konjac Recipes","/recipes1.htm");      
	menu.addSubItem("imenu_67","Recipes 2","Konjac Recipes","/recipes2.htm");      
	menu.addSubItem("imenu_67","Recipes 3","Konjac Recipes","/recipes3.htm");      
	menu.addSubItem("imenu_67","Recipes 4","Konjac Recipes","/recipes4.htm");      
	menu.addSubItem("imenu_67","Recipes 5","Konjac Recipes","/recipes5.htm");      
	menu.addSubItem("imenu_67","Recipes 6","Konjac Recipes","/recipes6.htm");      
	menu.addSubItem("imenu_67","Recipes 7","Konjac Recipes","/recipes7.htm");      
	menu.addSubItem("imenu_67","Recipes 8","Konjac Recipes","/recipes8.htm");      
	menu.addSubItem("imenu_67","Recipes 9","Konjac Recipes","/recipes9.htm");    
	menu.addSubItem("imenu_67","Recipes 10","Konjac Recipes","/recipes10.htm");        
	menu.addSubItem("imenu_67","Recipes 11","Konjac Recipes","/recipes11.htm");      
	menu.addSubItem("imenu_67","Recipes 12","Konjac Recipes","/recipes12.htm");      
	menu.addSubItem("imenu_67","Recipes 13","Konjac Recipes","/recipes13.htm");      
	menu.addSubItem("imenu_67","Recipes 14","Konjac Recipes","/recipes14.htm");      
	menu.addSubItem("imenu_67","Recipes 15","Konjac Recipes","/recipes15.htm");      
	menu.addSubItem("imenu_67","Recipes 16","Konjac Recipes","/recipes16.htm");      
	menu.addSubItem("imenu_67","Recipes 17","Konjac Recipes","/recipes17.htm");      
	menu.addSubItem("imenu_67","Recipes 18","Konjac Recipes","/recipes18.htm");      
	menu.addSubItem("imenu_67","Recipes 19","Konjac Recipes","/recipes19.htm");    
	menu.addSubItem("imenu_67","Recipes 20","Konjac Recipes","/recipes20.htm");      
	menu.addSubItem("imenu_67","Recipes 21","Konjac Recipes","/recipes21.htm");      
	menu.addSubItem("imenu_67","Recipes 22","Konjac Recipes","/recipes22.htm");      
	menu.addSubItem("imenu_67","Recipes 23","Konjac Recipes","/recipes23.htm");      
 


	menu.addSubItem("imenu_77","Medical Research","Medical Research","/fiber/index.htm");        
	menu.addSubItem("imenu_77","Fiber and Health","Fiber and Health","/fiber/more.htm");        
	menu.addSubItem("imenu_77","Friend or foe","Friend or foe","/fiber/friend.htm");        
	menu.addSubItem("imenu_77","Fiber food source","Fiber food source","/fiber/source.htm");     
	menu.addSubItem("imenu_77","Fiber from AHA","Fiber from AHA","/fiber/heart.htm");     

	menu.addSubItem("imenu_88","Contact US","Contact US","/contact.htm");


	menu.showMenu();

}

showToolbar();
