/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS_PRODUCTS_NAV_1 = [
	[' [ 製品情報 ]', '../products/index.html']
];
var MENU_ITEMS_SOLUTIONS_NAV_1 = [
	[' [ ソリューション ]', '../solutions/index.html']
];
var MENU_ITEMS_NEWS_NAV_1 = [
	[' [ ニュース ]', '../news/index.html']
];
var MENU_ITEMS_CONTACT_NAV_1 = [
	[' [ コンタクト ]', '../contact/index.html']
];

