var sprachArray = new Array(16);
for (a=0; a <sprachArray.length; a++)	{
	sprachArray[a] = new Array(2);
}

sprachArray[0][0]  = "\334bersicht";
sprachArray[1][0]  = "Suche";
sprachArray[2][0]  = "Zoomstufen in %";
sprachArray[3][0]  = "Stand";
sprachArray[4][0]  = "Aussteller";
sprachArray[5][0]  = "Bedienungshinweise:";
sprachArray[6][0]  = "1. Ziehen Sie in der kleinen \334bersichtskarte den markierten Ausschnitt mit gedr\374ckter Maustaste, um durch die Halle zu panen.";
sprachArray[7][0]  = "2. Oder w\344hlen Sie einen Stand oder Aussteller aus den Drop-Down-Men\374s.";
sprachArray[8][0]  = "3. Klicken Sie auf einen Firmennamen, um die Detailseite aufzurufen.";
sprachArray[9][0]  = "Version";
sprachArray[10][0] = "gefundener Stand";
sprachArray[11][0] = "belegter Stand";
sprachArray[12][0] = "freier Stand";
sprachArray[13][0] = "reservierter Stand";
sprachArray[14][0] = "Hallenplan drucken";
sprachArray[15][0] = "Standnummern";

sprachArray[0][1]  = "Overview";
sprachArray[1][1]  = "Search";
sprachArray[2][1]  = "Zoom in %";
sprachArray[3][1]  = "Booth";
sprachArray[4][1]  = "Exhibitor";
sprachArray[5][1]  = "How to use the floorplan:";
sprachArray[6][1]  = "1. Drag and move the small dashed selection.";
sprachArray[7][1]  = "2. You also can choose a booth or exhibitor from the drop down menue.";
sprachArray[8][1]  = "3. Click on a company name to go to the company detail page.";
sprachArray[9][1]  = "Version";
sprachArray[10][1] = "found booth";
sprachArray[11][1] = "booth with company assigned";
sprachArray[12][1] = "available booth";
sprachArray[13][1] = "reserved booth";
sprachArray[14][1] = "print hallplan";
sprachArray[15][1] = "Show booth #";
