var Countries = new Array(); var CountryPrices = new Array(); var CountriesCount = Countries.length;	
Countries.push(new Translation(new Array("Germany", "Deutschland")));	CountryPrices.push(5);