﻿var ToolBar_Supported = ToolBar_Supported ;



	// Customize default LCL menu color - bgColor, fontColor, mouseoverColor
	setDefaultLCLMenuColor("Navy", "white", "#6495ED");
	setBorders();
	
	//***** Add LCL menus *****
	//function addLCLMenu(MenuIDStr, MenuDisplayStr, MenuHelpStr, MenuURLStr)
	//function addLCLSubMenu(MenuIDStr, SubMenuStr, SubMenuURLStr)
	
	
	// display LCL Banner
	setLCLBanner("images/hclogo.jpg","index.htm","Hoeganaes");
	
	// display global banner
	
	selectHCBanner(0);
	

	addLCLMenu("Home", "Home", "Home","");
		addLCLSubMenu("Home", "English", "http://www.hoeganaes.com/index.htm")
		addLCLSubMenu("Home", "首頁 / Chinese", "http://www.hoeganaes.com/navpages/forlanguagehomepage/chinese.htm")
		addLCLSubMenu("Home", "Home / German", "http://www.hoeganaes.com/navpages/forlanguagehomepage/german.htm")
		addLCLSubMenu("Home", "ホーム / Japanese", "http://www.hoeganaes.com/navpages/forlanguagehomepage/japanese.htm")
		addLCLSubMenu("Home", "홈 / Korean", "http://www.hoeganaes.com/navpages/forlanguagehomepage/korean.htm")



	addLCLMenu("Applications", "Applications", "Applications","");
	    addLCLSubMenu("Applications", "Structural Parts", "http://www.hoeganaes.com/navpages/structuralparts.htm")
	    addLCLSubMenu("Applications", "Chemical", "http://www.hoeganaes.com/navpages/chemical.htm")
  

	addLCLMenu("Products", "Products", "Products","");
	    addLCLSubMenu("Products", "Atomized Unalloyed Steel", "http://www.hoeganaes.com/navpages/atomizedUAS.htm")
	    addLCLSubMenu("Products", "Atomized Low Alloy Steel", "http://www.hoeganaes.com/navpages/atomizedLAS.htm")
		addLCLSubMenu("Products", "Brazing", "http://www.hoeganaes.com/Product Datasheets/AB72Sept2009/AncorBraze72Sept09.pdf")


	addLCLMenu("Events", "Events", "Events","http://www.hoeganaes.com/navpages/events.htm");

	    addLCLSubMenu("Events", "Public Technical Seminars", "http://www.hoeganaes.com/navpages/PublicTechSeminars.htm")
	    addLCLSubMenu("Events", "International Conference on Powder Metallurgy & Particulate Materials", "http://www.hoeganaes.com/navpages/MPIFConference.htm")
	    addLCLSubMenu("Events", "Society for Automotive Engineers", "http://www.hoeganaes.com/navpages/SAE.htm")

	addLCLMenu("News", "News", "News","http://www.hoeganaes.com/navpages/news.htm");
	    addLCLSubMenu("News", "Automotive Market Trends", "http://www.hoeganaes.com/navpages/AMT.htm")
	    addLCLSubMenu("News", "Hoeganaes News", "http://www.hoeganaes.com/navpages/HCNews.htm")
	    addLCLSubMenu("News", "Press Releases", "http://www.hoeganaes.com/navpages/HCPR.htm")
	addLCLMenu("TechLibrary", "Technical Library", "Technical Library","");
	    addLCLSubMenu("TechLibrary", "By Category", "http://www.hoeganaes.com/navpages/newtechbytopic/TechbyTopicV2_home.htm")
	    addLCLSubMenu("TechLibrary", "By Conference/Year", "http://www.hoeganaes.com/navpages/techlib_by_conference.htm")
	addLCLMenu("FreqQuestions", "F. A. Q.", "Frequently Asked Questions","http://www.hoeganaes.com/navpages/freq_questions.htm");
	addLCLMenu("ISO/TS Certification", "ISO/TS Certification", "ISO/TS16949 Certificate", "");
		addLCLSubMenu("ISO/TS Certification", "North American Gallatin Plant ISO/TS16949 Certificate", "http://www.hoeganaes.com/Hoeganaes(Gallatin)2009.pdf")
		addLCLSubMenu("ISO/TS Certification", "North American Ridgway Plant ISO/TS16949 Certificate", "http://www.hoeganaes.com/Hoeganaes(Ridgway)2009.pdf")
		addLCLSubMenu("ISO/TS Certification", "North American Watsontown Plant ISO/TS16949 Certificate", "http://www.hoeganaes.com/Hoeganaes(Watsontown)2009.pdf")
		addLCLSubMenu("ISO/TS Certification", "German Plant ISO/TS16949 Certificate", "http://www.hoeganaes.com/Huckeswagen TS16949_en 2008.pdf")
		addLCLSubMenu("ISO/TS Certification", "Roumanian Plant ISO/TS16949 Certificate", "http://www.hoeganaes.com/certificat ISO TS 16949 p1 2009.pdf")

	
	addLCLMenu("QS-9000 Certification", "ISO 14001 Certification", "ISO 14001:2004 Certificate", "http://www.hoeganaes.com/ISO14001.pdf");
	
 
	addLCLMenu("QS-9000 Certification", "OHSAS Certification", "OHSAS 18001:2007 Certificate", "http://www.hoeganaes.com/OHSAS82263.pdf");
		
	
	addLCLMenu("Arc Metals", "Arc Metals Web Site", "","http://www.arcmetals.com");
	



	
		