

	menu = new NYKMenu();
	menu.header = "img_ja/menu_japan.gif";
	menu.flashFile = "nyk_FLASH_menu.swf";
	
	menu.setCategory('JAPAN Region Main','top', 'index.shtml');

	menu.setCategory('Services','services', 'service.shtml');
	menu.getCategory('services').setSubCategory('Domestic Network','service01.shtml');
	menu.getCategory('services').setSubCategory('Overall Operational Capabilities','service02.shtml');

	menu.setCategory('Solutions','solutions', 'solution.shtml');
	menu.getCategory('solutions').setSubCategory('IT solutions','solution01.shtml');
	menu.getCategory('solutions').setSubCategory('Sample solution','solution02.shtml');
	menu.getCategory('solutions').setSubCategory('Origin Cargo & Order Management','solution03.shtml');

	menu.setCategory('About Us','about', 'about.shtml');
	menu.getCategory('about').setSubCategory('About Us','about.shtml');

	menu.setCategory('Inquiries','inquiries', 'inquiries.shtml');
	menu.getCategory('inquiries').setSubCategory('Inquiries','inquiries.shtml');
	
	menu.setCategory('News','news', 'news.shtml');
	menu.getCategory('news').setSubCategory('News Index','news.shtml');
	
	menu.setCategory('Sitemap','sitemap', 'sitemap.shtml');
	menu.getCategory('sitemap').setSubCategory('Sitemap Index','sitemap.shtml');

	menu.build();