var CurrencyType = 0 var CurrencyRate = [ 1.0, 5.55, 8.42] var CurrencyName = ["NOK", "USD", "EUR"] var CurrencySymbol = ["kr", "$", "€"]