
function fwLoadMenus()
 {	strPath="";
	var menuDefaultHeight=18;

  if (window.fw_menu_0) return;


//#1 About Us
 	window.fw_menu_0 = new Menu("root",145,menuDefaultHeight);
	fw_menu_0.addMenuItem("History","location='group_history.html'");
	fw_menu_0.addMenuItem("Vision / Mission","location='group_vision.html'");
	fw_menu_0.addMenuItem("We Believe","location='group_webelieve.html'");
	fw_menu_0.addMenuItem("MD's / Chairman's Note","location='group_chairmannote.html'");
	fw_menu_0.addMenuItem("Business Model","location='group_businessmodel.html'");
	fw_menu_0.addMenuItem("Group Strengths","location='group_strengths.html'");
	fw_menu_0.addMenuItem("Management Team","location='group_managementteam.html'");
	fw_menu_0.addMenuItem("Milestones","location='group_milestones.html'");
	fw_menu_0.addMenuItem("GOAL 2007","location='group_goal2007.html'");
	fw_menu_0.hideOnMouseOut=true;
		
//#2 Products
 	window.fw_menu_1 = new Menu("root",235,menuDefaultHeight);
	fw_menu_1.addMenuItem("Composite Cans","location='fibrefoils_products_laminated.html'");
	fw_menu_1.addMenuItem("Fibre Drums","location='fibrefoils_products_fibredrums.html'");
	fw_menu_1.addMenuItem("Paper Cores & Tubes","location='fibrefoils_products_paper.html'");
	fw_menu_1.addMenuItem("Food Cans","location='shetronlimited_products_metalcans.html'");
	fw_menu_1.addMenuItem("Safkaps","location='.html'");
	fw_menu_1.addMenuItem("Can Ends & Components","location='shetronlimited_products_cansends.html'");
	fw_menu_1.addMenuItem("Battery Jackets & Components","location='shetronlimited_products_dcbjackets.html'");	
	fw_menu_1.addMenuItem("Printed & Coated Sheets","location='shetronlimited_products_printed.html'");
	fw_menu_1.addMenuItem("Dies Tools, Press parts","location='sanshasystem_products_pressed.html'");
	fw_menu_1.hideOnMouseOut=true;
		
//#3 Group Companies
 	window.fw_menu_2 = new Menu("root",130,menuDefaultHeight);
	fw_menu_2.addMenuItem("Shetron Limited","location='group_shetron.html'");
	fw_menu_2.addMenuItem("Fibre Foils","location='group_fibrefoils.html'");
	fw_menu_2.addMenuItem("Sansha System","location='group_sanshasystem.html'");
	fw_menu_2.addMenuItem("Shetron Sobemi","location='group_shetronsobemi.html'");	
	fw_menu_2.addMenuItem("Shetron Metropak","location='group_shetronmetropak.html'");	
	fw_menu_2.hideOnMouseOut=true;
	

//#4.2 Investor Relations - Corporate Governance
		window.fw_menu_3_2 = new Menu("Corporate Governance",150,menuDefaultHeight);
		fw_menu_3_2.addMenuItem("Management","location='group_managementteam.html'");
		fw_menu_3_2.addMenuItem("Board of Directors","location='group_boardofdirectors.html'");
		fw_menu_3_2.addMenuItem("Code of Conduct","location='group_codeofconduct.html'");		
		fw_menu_3_2.hideOnMouseOut=true;	
		
//#4.1 Investor Relations - Financials
		window.fw_menu_3_1 = new Menu("Financials",150,menuDefaultHeight);
		fw_menu_3_1.addMenuItem("Profit & Loss A/C","location='group_profitloss.html'");
		fw_menu_3_1.addMenuItem("Balance Sheet","location='group_balancesheet.html'");
		fw_menu_3_1.addMenuItem("Cash Flow Statement","location='group_cashflowstatement.html'");		
		fw_menu_3_1.addMenuItem("Key Financials","location='group_keyfinancials.html'");		
		fw_menu_3_1.hideOnMouseOut=true;
		
		
//#4 Investor Relations
 	window.fw_menu_3 = new Menu("root",180,menuDefaultHeight);
	fw_menu_3.addMenuItem(fw_menu_3_1,"location='#'");
	fw_menu_3.addMenuItem("Shareholding Pattern","location='group_shareholdingpattern.html'");
	fw_menu_3.addMenuItem(fw_menu_3_2,"location='#'");
	fw_menu_3.addMenuItem("Investor FAQ's","location='group_faqs.html'");	
	fw_menu_3.hideOnMouseOut=true;
	

//#5 Media Room
 	window.fw_menu_4 = new Menu("root",120,menuDefaultHeight);
	fw_menu_4.addMenuItem("Results","location='group_pressreleases.html'");
	fw_menu_4.addMenuItem("Press Coverages","location='group_presscoverages.html'");
	fw_menu_4.addMenuItem("Press Kit","location='group_presskit.html'");
	fw_menu_4.addMenuItem("Group News","location='group_groupnews.html'");			
	fw_menu_4.hideOnMouseOut=true;
		

//#6 Careers
 	window.fw_menu_5 = new Menu("root",120,menuDefaultHeight);
	fw_menu_5.addMenuItem("Human Resources","location='group_humanresourses.html'");
	fw_menu_5.addMenuItem("Current Openings","location='group_currentopenings.html'");			
	fw_menu_5.hideOnMouseOut=true;		

	//Overseas	
/*	window.fw_menu_ = new Menu("root",135,menuDefaultHeight,"","","","","","","");
	fw_menu_5.hideOnMouseOut=true;
*/


	fw_menu_0.writeMenus();

	



} // fwLoadMenus()

