var Country = "0,Country,0;13,Switzerland,0";
var Country = CreateDataSource(Country);
var Location = "0,Location,0;876,Basel,13;897,Berne,13;1972,Chur,13;881,Geneva,13;920,Grindelwald,13;909,Gryon Vaud,13;389,Interlaken,13;866,Laax-Cons,13;892,Lausanne,13;917,Lauterbrunnen,13;1783,Neuhausen,13;905,Vevey-Montreux,13;880,Zurich,13";
var Location = CreateDataSource(Location);

