var ToolBar_Supported = ToolBar_Supported ;

if (ToolBar_Supported != null && ToolBar_Supported == true)

{

	//To Turn on/off Frame support, set Frame_Supported = true/false.

	Frame_Supported = false;



	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor

  	setDefaultICPMenuColor("#508CFF", "white", "red");

        setICPMenuFont("bold 9pt arial");

        //Customize toolbar background color

	setToolbarBGColor("white");



	// display ICP Banner

	

	//***** Add ICP menus *****



//追加菜单 Home

	addICPMenu("SiteMenuHome", "Home", "","index.htm");



// 追加菜单 Company

	addICPMenu("ChinaHome", "About Company", "","company.htm");

	

//追加菜单 soybean protein fibre

	addICPMenu("ChinaEvents", "soybean protein fibre", "","");

	addICPSubMenu("ChinaEvents","spf fibre","spf_fibre.htm");

	addICPSubMenu("ChinaEvents","spf yarn","spf_yarn.htm");

	addICPSubMenu("ChinaEvents","spf fabric","spf_fabric.htm");

	addICPSubMenu("ChinaEvents","spf garment","spf_garment.htm");

	addICPSubMenu("ChinaEvents","soybean protein fibre blanket","soybean_protein_fibre_blanket.htm");

	addICPSubMenu("ChinaEvents","Soybean protein viscose fiber filament yarn","Soybean_protein_viscose_fiber_filament_yarn.htm");



//追加菜单 Fiber

	addICPMenu("ChinaSubscription", "Fiber", "", "");

        addICPSubMenu("ChinaSubscription","Polyester staple fibre and its filament yarns","polyester_staple_fibre_and_its_filament_yarns.htm");

        addICPSubMenu("ChinaSubscription","Arcrylic staple fibre","arcrylic_staple_fibre.htm");

        addICPSubMenu("ChinaSubscription","Nylon staple fiber and its yarn","nylon_staple_fiber_and_its_yarn.htm");

        addICPSubMenu("ChinaSubscription","Rayon staple fiber","rayon_staple_fiber.htm");



//追加菜单 Yarn

	addICPMenu("AboutMicrosoftChina", "Yarn", "", "");

	addICPSubMenu("AboutMicrosoftChina","modal yarn","modal_yarn.htm");

	addICPSubMenu("AboutMicrosoftChina","cotton yarn","cotton_yarn.htm");

	addICPSubMenu("AboutMicrosoftChina","cotton/polyester yarn","cotton_polyester_yarn.htm");

	addICPSubMenu("AboutMicrosoftChina","cotton spandex yarn","cotton_spandex_yarn.htm");

	addICPSubMenu("AboutMicrosoftChina","Polyester/Rayon yarn","polyester_rayon_yarn.htm");

	addICPSubMenu("AboutMicrosoftChina","viscose yarn","viscose_yarn.htm");

	addICPSubMenu("AboutMicrosoftChina","Acrylic Yarn","acrylic_yarn.htm");

	addICPSubMenu("AboutMicrosoftChina","Polyester yarn","polyester_yarn.htm");

	addICPSubMenu("AboutMicrosoftChina","Cashmere yarn","cashmere_yarn.htm");



//追加菜单 Fabric

	addICPMenu("MSUSChina", "Fabric", "","");

	addICPSubMenu("MSUSChina","denim","denim.htm");

	addICPSubMenu("MSUSChina","corduroy","corduroy.htm");

	addICPSubMenu("MSUSChina","dyed fabric","dyed_fabric.htm");

	addICPSubMenu("MSUSChina","yarn-dyed fabric","yarn_dyed_fabric.htm");

	addICPSubMenu("MSUSChina","fleece","fleece.htm");

	addICPSubMenu("MSUSChina","knitting fabric","knitting_fabric.htm");

	addICPSubMenu("MSUSChina","Linen and ramie fabric","linen_and_ramie_fabric.htm");



//追加菜单 Made products

	addICPMenu("Madeproducts", "Made products", "","");

	addICPSubMenu("Madeproducts","Apparels","Apparels.htm");

	addICPSubMenu("Madeproducts","Scarves and shawls","Scarves_and_shawls.htm");

	addICPSubMenu("Madeproducts","Blanket","Blanket.htm");

	addICPSubMenu("Madeproducts","Towel","Towel.htm");

	addICPSubMenu("Madeproducts","Caps","Caps.htm");



//追加菜单 Leather products

	addICPMenu("Leatherproducts", "Leather products", "","");

	addICPSubMenu("Leatherproducts","leather garments","leather_garments.htm");

	addICPSubMenu("Leatherproducts","leather bags","leather_bags.htm");

	addICPSubMenu("Leatherproducts","leather gloves","leather_gloves.htm");



//追加菜单 Bamboo products

	addICPMenu("Bambooproducts", "Bamboo products", "","");

	addICPSubMenu("Bambooproducts","bamboo fiber","bamboo_fiber.htm");

	addICPSubMenu("Bambooproducts","Bamboo yarn made of bamboo pulp","Bamboo_yarn_made_of_bamboo_pulp.htm");

	addICPSubMenu("Bambooproducts","Bamboo yarn made of bamboo original fiber and its dyed fabric","Bamboo_yarn_made_of_bamboo_original_fiber_and_its_dyed_fabric.htm");

	addICPSubMenu("Bambooproducts","Bamboo fiber viscose filament yarn","Bamboo_fiber_viscose_filament_yarn.htm");

	addICPSubMenu("Bambooproducts","Bamboo T-shirt","Bamboo_T-shirt.htm");



//追加菜单 Contact Us

	addICPMenu("SiteMenuChina", "Contact Us", "","");

	addICPSubMenu("SiteMenuChina","tao@fgtex.com","mailto:tao@fgtex.com");

	addICPSubMenu("SiteMenuChina","taozhaodong@hotmail.com","mailto:taozhaodong@hotmail.com");


}

