/* gnavi_setting.js */

var gnavi_setting = [

{	id: "gnav01",
	item:[
			{
			name: "Who we are",
			href: "/eu/cp/careers/careers-who.htm",
			target:""
			},
			{
			name: "What we do",
			href: "/eu/cp/careers/careers-what.htm",
			target:""
			},
			{
			name: "Our people",
			href: "/eu/cp/careers/careers-people.htm",
			target:""
			},
			{
			name: "You & Yokogawa",
			href: "/eu/cp/careers/careers-you.htm",
			target:""
			},
			{
			name: "Meet us",
			href: "/eu/cp/careers/careers-meetus.htm",
			target:""
			},
			{
			name: "Vacancies",
			href: "/eu/cp/careers/careers-vacancies.htm",
			target:""
			}
		]
},

{	id: "gnav02",
	item:[
			{
			name: "Company Overview",
			href: "/eu/cp/overview/eu-cp-companyinfo.htm",
			target:""
			},
			{
			name: "News & Events",
			href: "/eu/cp/news/eu-newseventstop-en.htm",
			target:""
			},
			{
			name: "Careers",
			href: "/eu/cp/careers/careers-people.htm",
			target:""
			},
			{
			name: "Investor Relations",
			href: "http://www.yokogawa.com/pr/IR/pr-ir-index-en.htm",
			target:"_blank"
			}
			
		]
}
];