<!--
function fwLoadMenus(strBaseURL) {
	if (window.nav_AboutUs) return;

   	/// TEXTILE
	window.nav_Textile = new Menu("root",300,23,"Verdana, Helvetica, sans-serif",10,"#333333","#333333","#E7EBE7","#C1E3D5");
	nav_Textile.addMenuItem("Overview","location='" + strBaseURL + "textile.asp'");
	nav_Textile.addMenuItem("Strategic Investment Program(SIP)","location='" + strBaseURL + "textile_sip.asp'");
	nav_Textile.addMenuItem("Product Diversification Scheme","location='" + strBaseURL + "textile_pds.asp'");
	nav_Textile.addMenuItem("Equipment Finance","location='" + strBaseURL + "textile_ef.asp'");	
	nav_Textile.addMenuItem("Cash Flow Finance","location='" + strBaseURL + "textile_cff.asp'");	
	nav_Textile.addMenuItem("Expanded Overseas Assembly Provisions(EOAP)","location='" + strBaseURL + "textile_eoap.asp'");
	//nav_Textile.addMenuItem("TCF Sourcing Solutions by Consultation","location='" + strBaseURL + "textile_consultation.asp'");
	//nav_Textile.addMenuItem("Export Market Development Grant (EMDG)","location='" + strBaseURL + "textile_EMDG.asp'");
	//nav_Textile.addMenuItem("TCF Sourcing Solutions - the TCF Way","location='" + strBaseURL + "textile_TCFway.asp'");
	

	/// nav_Textile.addMenuItem("Chinese Quotas","location='" + strBaseURL + "textile_china.asp'");
	
	nav_Textile.hideOnMouseOut=true;

	/// AUTOMOTIVE
	window.nav_Automotive = new Menu("root",300,23,"Verdana, Helvetica, sans-serif",10,"#333333","#333333","#E7EBE7","#C1E3D5");
		nav_Automotive.addMenuItem("Overview","location='" + strBaseURL + "automotive.asp'");
	nav_Automotive.addMenuItem("Automotive Competiveness Investment Scheme","location='" + strBaseURL + "automotive_services.asp'");
	//nav_Automotive.addMenuItem("R&D Tax Concessions","location='" + strBaseURL + "automotive_products.asp'");
	//nav_Automotive.addMenuItem("R&D Tax Offset","location='" + strBaseURL + "automotive_offset.asp'");
	nav_Automotive.addMenuItem("Equipment Finance","location='" + strBaseURL + "textile_ef_auto.asp'");	
	nav_Automotive.addMenuItem("Cash Flow Finance","location='" + strBaseURL + "textile_cff_auto.asp'");	
	nav_Automotive.addMenuItem("New Car Fund","location='" + strBaseURL + "automotive_newcar.asp'");
	nav_Automotive.addMenuItem("Green Car Innovation Fund","location='" + strBaseURL + "automotive_innovation.asp'");

	nav_Automotive.hideOnMouseOut=true;


	/// SOLUTION
	window.nav_Solution = new Menu("root",260,23,"Verdana, Helvetica, sans-serif",10,"#333333","#333333","#E7EBE7","#C1E3D5");
	 nav_Solution.addMenuItem("TCF Sourcing Solutions - the TCF Way","location='" + strBaseURL + "textile_TCFway.asp'");	
	nav_Solution.addMenuItem("TCF Sourcing Solutions by Consultation","location='" + strBaseURL + "textile_consultation.asp'");
   

	nav_Solution.hideOnMouseOut=true;


	/// RD
	window.nav_RD = new Menu("root",225,23,"Verdana, Helvetica, sans-serif",10,"#333333","#333333","#E7EBE7","#C1E3D5");

	nav_RD.addMenuItem("R&D Tax Concessions","location='" + strBaseURL + "automotive_products.asp'");
	nav_RD.addMenuItem("R&D Tax Offset","location='" + strBaseURL + "automotive_offset.asp'");


	nav_RD.hideOnMouseOut=true;


	/// Trade Management
	window.nav_Trade = new Menu("root",260,23,"Verdana, Helvetica, sans-serif",10,"#333333","#333333","#E7EBE7","#C1E3D5");
	///nav_Trade.addMenuItem("Accredited Client Program(ACP)","location='" + strBaseURL + "trade_acp.asp'");
	///nav_Trade.addMenuItem("Cargo Management Re-engineering(CMR)","location='" + strBaseURL + "trade_cmr.asp'");
	nav_Trade.addMenuItem("Export Market Access","location='" + strBaseURL + "trade_access.asp'");
	nav_Trade.addMenuItem("Export Market Development Grants(EMDG)","location='" + strBaseURL + "trade_emdg.asp'");
	nav_Trade.addMenuItem("Drawback & Tradex","location='" + strBaseURL + "trade_tradex.asp'");
	nav_Trade.addMenuItem("Customs Entry Review","location='" + strBaseURL + "trade_customs.asp'");
	nav_Trade.addMenuItem("Cheese Tariff Quota Brokerage","location='" + strBaseURL + "trade_cheese.asp'");
	nav_Trade.addMenuItem("Capital Equipment Projects","location='" + strBaseURL + "trade_capital.asp'");

	nav_Trade.hideOnMouseOut=true;


	/// Newsletter & Bulletins
	window.nav_Newsletter = new Menu("root",225,23,"Verdana, Helvetica, sans-serif",10,"#333333","#333333","#E7EBE7","#C1E3D5");
	nav_Newsletter.addMenuItem("Index of Auto Articles","location='" + strBaseURL + "newsletter_automotive.asp'");
	nav_Newsletter.addMenuItem("Index of TCF Articles","location='" + strBaseURL + "newsletter_textile.asp'");
	nav_Newsletter.addMenuItem("Index of Trade Management Articles","location='" + strBaseURL + "newsletter_trade.asp'");

	nav_Newsletter.hideOnMouseOut=true;
	
	/// Contact Us
	window.nav_Contact = new Menu("root",170,23,"Verdana, Helvetica, sans-serif",10,"#333333","#333333","#E7EBE7","#C1E3D5");
	nav_Contact.addMenuItem("Sydney","location='" + strBaseURL + "contactus.asp'");
	nav_Contact.addMenuItem("Melbourne","location='" + strBaseURL + "contactus_melbourne.asp'");
	nav_Contact.addMenuItem("Canberra","location='" + strBaseURL + "contactus_canberra.asp'");

	nav_Contact.hideOnMouseOut=true;

	nav_Contact.writeMenus();

} // fwLoadMenus()

//-->
