/* gnavi_setting.js */

var gnavi_setting = [

{	id: "gnav01",
	item:[
			{
			name: "Industrial Automation &amp; Control",
			href: "/iab/iab-index-en.htm",
			target:"_blank"
			},
			{
			name: "Test & Measurement",
			href: "http://tmi.yokogawa.com/",
			target:"_blank"
			},
			{
			name: "Industry Support",
			href: "/bh/sso/middle_east_services/yme_services.htm",
			target:""
			}
		]
},

{	id: "gnav02",
	item:[
			{
			name: "Company Information",
			href: "/bh/home/About_Us/yme_company_information.htm",
			target:""
			},
			{
			name: "Research &amp; Development",
			href: "/rd/rd-00-frontpage.htm",
			target:"_blank"
			},
			{
			name: "Recruitment",
			href: "/bh/home/About_Us/yme_recruitement.htm",
			target:""
			},
			{
			name: "News",
			href: "/bh/home/news/yme_home_news.htm",
			target:""
			}
		]
}

];

