var catalog = new Object();
catalog.language = "eng";
catalog.countries = new Array();
catalog.countries["FR"] = new Array("FR", "France", 0, 14);
catalog.countries["CH"] = new Array("CH", "Swiss Confederation", 1, 14);
catalog.countries["AT"] = new Array("AT", "Austria", 1, 14);
catalog.countries["IT"] = new Array("IT", "Italy", 1, 14);
catalog.countries["AD"] = new Array("AD", "Principality of Andorra", 1, 14);
catalog.countries["CZ"] = new Array("CZ", "Czech Republic", 1, 14);
catalog.countries["DE"] = new Array("DE", "Germany", 1, 14);
catalog.countries["none"] = new Array("none", "All countries", 0, 14);
label_day = new String ("Days");

var basket = new Object();
basket.language = "eng";
basket.additional_products = new Array(
);
