

	menu = new NYKMenu();
	menu.header = "http://www.nyk.com.au/img/menu_default.gif";
	menu.flashFile = "nyk_FLASH_menu.swf";

	
	menu.setCategory('Home','home',false);
	menu.getCategory('home').setSubCategory('Home','http://www.au.nyklogistics.com');
	menu.getCategory('home').setSubCategory('Site Map','http://www.au.nyklogistics.com/SiteMap.shtm');
	menu.getCategory('home').setSubCategory('NYK Global Site','http://www.nyklogistics.com');
	
	menu.setCategory('About Us','aboutUs');
	menu.getCategory('aboutUs').setSubCategory('About Us','http://www.au.nyklogistics.com/AboutUs/AboutUs.shtm');
	menu.getCategory('aboutUs').setSubCategory('History','http://www.au.nyklogistics.com/AboutUs/History.shtm');
	menu.getCategory('aboutUs').setSubCategory('NYK Logistics Globally','http://www.au.nyklogistics.com/AboutUs/International.shtm');
	menu.getCategory('aboutUs').setSubCategory('Quality','http://www.au.nyklogistics.com/AboutUs/Quality.shtm');
	menu.getCategory('aboutUs').setSubCategory('Why NYK Logistics?','http://www.au.nyklogistics.com/AboutUs/Why_NYK.shtm');
		
	menu.setCategory('Contact Us','contactUs');
	menu.getCategory('contactUs').setSubCategory('Head Office Sydney','http://www.au.nyklogistics.com/ContactUs/Sydney.shtm');
	menu.getCategory('contactUs').setSubCategory('International Chullora','http://www.au.nyklogistics.com/ContactUs/Chullora.shtm');
	menu.getCategory('contactUs').setSubCategory('Brisbane','http://www.au.nyklogistics.com/ContactUs/Brisbane.shtm');
	menu.getCategory('contactUs').setSubCategory('Adelaide','http://www.au.nyklogistics.com/ContactUs/Adelaide.shtm');
	menu.getCategory('contactUs').setSubCategory('Melbourne','http://www.au.nyklogistics.com/ContactUs/Melbourne.shtm');
	menu.getCategory('contactUs').setSubCategory('Perth','http://www.au.nyklogistics.com/ContactUs/Perth.shtm');
	
	menu.setCategory('Services','services');
	menu.getCategory('services').setSubCategory('Supply Chain Mgt','http://www.au.nyklogistics.com/Services/Logistics.shtm');
	menu.getCategory('services').setSubCategory('National Warehousing','http://www.au.nyklogistics.com/Services/Warehousing.shtm');
	menu.getCategory('services').setSubCategory('National Transport','http://www.au.nyklogistics.com/Services/Transport.shtm');
	menu.getCategory('services').setSubCategory('International Logistics','http://www.au.nyklogistics.com/Services/International.shtm');menu.getCategory('services').setSubCategory('Information Systems','http://www.au.nyklogistics.com/Services/IS.shtm');
	menu.getCategory('services').setSubCategory('Customer Services','http://www.au.nyklogistics.com/Services/CS.shtm');
	menu.getCategory('services').setSubCategory('Value Added','http://www.au.nyklogistics.com/Services/Value-Added.shtm');
	
	menu.setCategory('Customer Login','login');
	menu.getCategory('login').setSubCategory('Freight Forwarding','http://www.au.nyklogistics.com/Login/ff.shtm');
	menu.getCategory('login').setSubCategory('Warehouse System','http://www.au.nyklogistics.com/Login/WMS.shtm');
	menu.getCategory('login').setSubCategory('Transport System','http://www.au.nyklogistics.com/Login/TMS.shtm');
	menu.getCategory('login').setSubCategory('Transport Checkout','http://www.au.nyklogistics.com/Login/webportal.shtm');
	
	menu.build();