var Countries = new Array(); var CountryPrices = new Array(); var CountriesCount = Countries.length;	
Countries.push(new Translation(new Array("Germany", "Deutschland", "Allemagne", "")));	CountryPrices.push(8.9);
Countries.push(new Translation(new Array("Austria", "Österreich", "Autriche", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Belgium", "Belgien", "Belgique", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Bulgaria", "Bulgarien", "Bulgarie", "")));	CountryPrices.push(25);
Countries.push(new Translation("Czech Republic"));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Cyprus", "Zypern", "Chypre", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Denmark", "Dänemark", "Danemark", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Finland", "Finnland", "Finlande", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("France", "Frankreich", "France", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Greece", "Griechenland", "Grèce", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Hungary", "Ungarn", "Hongrie", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Italy", "Italien", "Italie", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Ireland", "Irland", "Irlande", "")));	CountryPrices.push(25);
Countries.push(new Translation("Latvia"));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Lithuania", "Litauen", "Lituanie", "")));	CountryPrices.push(25);
Countries.push(new Translation("Luxembourg"));	CountryPrices.push(25);
Countries.push(new Translation("Malta"));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Netherlands", "Niederlande", "Pays-Bas", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Poland", "Polen", "Pologne", "")));	CountryPrices.push(25);
Countries.push(new Translation("Portugal"));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Romania", "Rumänien", "Roumanie", "")));	CountryPrices.push(25);
Countries.push(new Translation("Slovenia", "Slovenien", "Slovénie", ""));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Sweden", "Schweden", "Suède", "")));	CountryPrices.push(25);
Countries.push(new Translation(new Array("Spain", "Spanien", "Espagne", "")));	CountryPrices.push(25);
Countries.push(new Translation("United Kingdom"));	CountryPrices.push(25);

