var texto=new Array ();

texto[0]=new Array ('');

texto[1]=new Array ('<H2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Produkte</h2>');

texto[2]=new Array ('<br><li><a href="producto04.htm" class="lista">40 ml - Flasche</a><li><a href="producto06.htm" class="lista">60 ml - Flasche</a><li><a href="producto0.htm" class="lista">250 ml - Flasche</a><li><a href="producto1.htm" class="lista">500 ml - Flasche</a><li><a href="producto2.htm" class="lista">750 ml - Flasche</a><li><a href="producto3.htm" class="lista">1-Liter-Flasche</a><li><a href="producto4.htm" class="lista">2-Liter-Flasche</a><li><a href="producto5.htm" class="lista">5-Liter-Karrafe</a>');

texto[3]=new Array ('<dl><u>ARTEN DES OLIVENÖLS:<br><br></u><dt><b>Natives Olivenöl und Natives Olivenöl Extra.</b> (DAS, DAS WIR HERSTELLEN)<dd>Saft, den wir durch physische Verfahren aus der Olive pressen.<br><br><dt><b>Olivenöl</b><dd>Mischung zwischen raffiniertem Öl (chemisches Verfahren) und Nativem Öl.<br><br><dt><b>Treberöl</b><dd>Aus den Resten der Olive gepresst, die die Mühle hinterlässt, bei der alle Verfahren, abgesehen von den mechanischen, angewandt werden.</dl>');

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]);
}
