/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS= [
	[' ', '',

		[' About Ebro Foods', '',
				[' Wo we are','../acerca_ebro/quienessomos.jsp',null],
				[' National & International Presence','../acerca_ebro/ubicacion.jsp', null],
				[' Quality and environment','../acerca_ebro/calidad.jsp',null],
				[' Customer service','../acerca_ebro/consumidor.jsp',null],
				[' Group web sites','../acerca_ebro/webgrupo.jsp',null],
		],
//-------------------------------------------		
		[' Information to Shareholders & Investors', '',

			[' General Information on the Company','',
				[' Shareholders Office','../accionistas_inversores/info_general/atencionaccionistas.jsp',null],
				[' The Share and Share Capital','../accionistas_inversores/info_general/accioncapital.jsp',null],
				[' Investors Calendar','../accionistas_inversores/info_general/agendainversor.jsp', null],
				[' Dividends','../accionistas_inversores/info_general/dividendos.jsp',null],
				[' Issues','../accionistas_inversores/info_general/emisiones.jsp',null],
				[' Bylaws','../accionistas_inversores/info_general/estatutos.jsp',null],
				[' News','../accionistas_inversores/info_general/hechos.jsp?orig=same&find=all',null],
				[' Significant Shareholders & Treasury Stock','../accionistas_inversores/info_general/participaciones.jsp',null],
				[' Share Price','#',null],
				[' Presentations to analysts','../accionistas_inversores/info_general/analistas.jsp?orig=same&find=all',null],
				[' Market Opinion','../accionistas_inversores/info_general/opinion.jsp?orig=same&find=all',null],
			],

			[' Economic and Financial Information','',
				[' Quarterly Results','../accionistas_inversores/info_eco/resultados.jsp?orig=same&find=all',null],
				[' Auditors Reports','../accionistas_inversores/info_eco/informeauditoria.jsp',null],
				[' Audited Annual Accounts','../accionistas_inversores/info_eco/cuentasanuales.jsp', null],
				[' Directors Reports','../accionistas_inversores/info_eco/informegestion.jsp',null],
				[' Annual Report','../accionistas_inversores/info_eco/informeanual.jsp',null],
			],

			[' Corporate Governance','',
				[' Regulations of the General Meeting','../accionistas_inversores/gobierno_corporativo/reglamentojunta.jsp',null],
				[' General Shareholders Meeting','../accionistas_inversores/gobierno_corporativo/juntageneralaccionistas.jsp',null],
				[' Shareholders agreements','../accionistas_inversores/gobierno_corporativo/pactos.jsp', null],
				[' Board of Directors','../accionistas_inversores/gobierno_corporativo/consejoadmon.jsp',null],
				[' Corporate Gobvernance Annual Report','../accionistas_inversores/gobierno_corporativo/informegc.jsp',null],
				[' Code of Market Conduct','../accionistas_inversores/gobierno_corporativo/reglamentointerno.jsp',null],
			],

		],		
//-------------------------------------------
		[' Press Office ', '',
				[' Press releases', '../oficina_prensa/prensa.jsp?orig=same&find=all', null],
				[' Contact', 'mailto:comunicacion@ebropuleva.com', null],
		], 	
							
								
		[' Corporate Social Responsibility', '',
				[' Corporate Social Responsibility','../respons_social/responsabilidad.jsp', null ],
		], 
		
							
	]
];


