/* 
	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= [
	[' ', '',

		['Puleva Biotech', '',
				['Tradition of Innovation','../puleva/tradicion.html',null],
				['Mision','../puleva/mision.html',null],
				['Links','../puleva/links.html', null],

		],
//-------------------------------------------		
		['Added Value', '',	
				['Function and Taste','../creacion/areadesarrollo.html',null],
				['Functional Nutrition','../creacion/nutricion.html',null],
				['Products Launch Support','../creacion/soporte.html', null],
				['Biotechnology','../creacion/biotecnologia.html',null],
				['Process Development','../creacion/desarrollo.html',null],
				['Operations','../creacion/operaciones.html', null],

		],
//-------------------------------------------		
		['Customer Solutions', '',

		        ['Operating Principles, Solutions for Clients','../customer/principios.html',null],

		        ['Healthy Fats','',
				['Healthy Fats','../customer/grasas.html',null],
				['Eupoly -EPA','../customer/eupoly.html',null],
				],

			['Probiotics','',
				['Probiotics','../customer/probioticos.html',null],
				['Hereditum','../customer/hereditum.html',null],
			],

		        ['Prebiotics','../customer/azucares.html',null],

		        ['Protein Hydrolysates','../customer/hidrolizados.html',null],

		        ['Antioxidant','../customer/antioxidantes.html',null],

		],	
//-------------------------------------------		
		['Functional Food', '',	

		        ['Functional Food','../alimentacion/alimentacionf.html',null],

		        ['Busines Opportunities','../alimentacion/oportunidades.html',null],


		],	
//-------------------------------------------		
		['Investors', '',

		        ['Calendar','../inversores/calendario.html',null],

		        ['News','../inversores/noticias.jsp',null],

		        ['Stock information','../inversores/informacion.html',null],

		        ['Board of directors','../inversores/consejeros.html',null],

		        ['General Shareholders Meeting','../inversores/economico.html',null],

		        ['Relevant facts','../inversores/hechos.jsp',null],


		],	

	
//-------------------------------------------
	['Contact', '',
				['Contact us','../contacta/direcciones.html', null ],
				['Curriculum','../contacta/curriculum.html', null ],

		], 
			
									
	]
];


