var texto=new Array ();

texto[0]=new Array ('<b>La Casa Del Aceite</b> is a family company that was created in 1998, since then it has been producing and selling <b>extra virgin olive oil</b>. The olives we use come straight from our plantations, and from approximately 700 farmers in the region.<br><br>The quality of our oil is based on three factors:<br><br>- The excellent quality of our olives, mainly from the empeltre variety, which is mainly known for producing very mild, sweet oils.<br><br>- Modern technology, which enables us to produce high quality oils.<br><br><img src="imagenes/empresa2.jpg" border="0" align="left">- The human factor, brothers Mario and Martín Gómara are exclusively in charge of controlling the process to guarantee the production of the best extra virgin oil.');

texto[1]=new Array ('<H2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Company</h2>','');

function textos (posicion,idioma)
{
	idi=-1;
	switch (idioma)
	{
		case 'e':idi=0;break;
		case 'i':idi=1;break;
		case 'f':idi=2;break;
		case 'a':idi=3;break;
	}
	document.write (texto[posicion][idi]);
}

