// Variable initiieren und Werte zuweisen
EGebuehr = 50;
StakursZahl=6;
Stakurs = new Array(StakursZahl);
for (i=0; i< StakursZahl; i++)
{
Stakurs[i]= new Array(3);
}
StakursPreise="0,0,0,160,320,135,200,400,165,240,480,195,285,570,260,410,820,385,";
counta=0;
counte=0;
countArray1=0;
countArray2=0;
countDimension=3;
for (i=0; i<=StakursPreise.length; i++)
	{counte=i;
	if (StakursPreise.charCodeAt(counte)==44)
	{Stakurs[countArray1][countArray2]=StakursPreise.substring(counta,counte);
	counta=counte+1;
	countArray2+=1;
	if (countArray2==countDimension)
		{countArray1 +=1;
		countArray2 =0;
		}
	}
}
LangZeit= new Array(125,155,185);
BildungsUrlaub= new Array(300,540);
Schreiben=30;

// Variable Einzelkurse
UnoPreise="300,450,600,750,900,";
UnoPreis= new Array(5);

counta=0;
counte=0;
countArray1=0;
for (i=0; i<=UnoPreise.length; i++)
	{counte=i;
	if (UnoPreise.charCodeAt(counte)==44)
	{UnoPreis[countArray1]=UnoPreise.substring(counta,counte);
	counta=counte+1;
	countArray1 +=1;
	}}

//Lehrerfortbildung
Lehrer= new Array(1200,1800);
//Erasmus
ErasmusPreis=175;
//Jugendkurs
JuniorPreis=980;
// DELE  Langzeit, Intensiv, Examen
DelePreise=new Array(1800,1390,480);
// Wirtschaftsspanisch
WirtschaftPreis= new Array(820,1650,3230);

// Body and Mind
KulturKurs= new Array(125,250);
Flamenco=100;
Kochen=110;
Reiten=130;
TrekkingPreis=000
// +++++++++++++++++++++++++++++++++++++ Unterbringung +++++++++++++++++++++++++
UGebuehr = 25;
AlojPreise1= "0,0,0,120,200,80,100,170,70,120,200,80,100,170,70,23,28,33,20,25,30,25,30,35,22,27,32,";
//Hotel hostal
AlojPreise2= "58,48,34,25,";


AlojPreis1 = new Array(9);
for (i=0; i< 9; i++)
{
AlojPreis1[i]= new Array(3);
}
AlojPreis2 = new Array(2);
for (i=0; i< 2; i++)
{
AlojPreis2[i]= new Array(2);
}
// Appartment
AlojPreis3= new Array(65,120);

counta=0;
counte=0;
countArray1=0;
countArray2=0;
countDimension=3;
for (i=0; i<=AlojPreise1.length; i++)
	{counte=i;
	if (AlojPreise1.charCodeAt(counte)==44)
	{
	AlojPreis1[countArray1][countArray2]=AlojPreise1.substring(counta,counte);
	counta=counte+1;
	countArray2+=1;
	if (countArray2==countDimension)
		{countArray1 +=1;
		countArray2 =0;
		}
	}
	}

counta=0;
counte=0;
countArray1=0;
countArray2=0;
countDimension=2;
for (i=0; i<=AlojPreise2.length; i++)
	{counte=i;
	if (AlojPreise2.charCodeAt(counte)==44)
	{AlojPreis2[countArray1][countArray2]=AlojPreise2.substring(counta,counte);
	counta=counte+1;
	countArray2+=1;
	if (countArray2==countDimension)
		{countArray1 +=1;
		countArray2 =0;
		}
	}
}
