/*
  --- 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 = [


	['NOSOTROS', null, null,
		['Nuestra empresa','empresa.htm', null],
		['Grupos de interes','gruposint.htm', null],
		['Mapa del sitio', 'mapa.htm', null],
		['Visión General','vision.htm', null],

	],
	['OPERACIONES ', null, null,
		['Proceso de Producción','produccion.htm', null],
		['Seguridad y Salud Ocupacional', 'seguridad.htm', null],
		['Nuestros Productos', 'productos.htm', null,],
	],
	['MEDIO AMBIENTE', null, null,
		['Biodiversidad', 'biodiversidad.htm', null,],
		['Certificaciones de Seguridad', 'certificaciones.htm', null],
		['Proyectos de Conservación Ambiental', 'pcambiental.htm', null],
	],
	['APOYO SOCIAL', null, null,
		['Aporte Voluntario Minero', 'aporteminero.htm', null],
		['Asociación Civil del Hierro', 'achierro.htm', null],
	],


	


	['CONTACTOS', null, null,
		['Área Comercial','comercial.htm', null,],
		['Logística', 'logistica.htm', null],

	],


	['INTRANET', 'http://intranet.shougang.com.pe/system_intranet.asp', null,

	],


	['RECURSOS HUMANOS', null, null,
		['Nuestra gente', 'gente.htm' , null,],
		['Campamento y Alojamiento','campamento.htm', null],
		['Código de conducta','conducta.htm',null],
		['Trabaja con nosotros','http://intranet.shougang.com.pe/admn_consulta_olaboral.asp', null],
	],

];

