var themesArray = new Array();
var theme = new Array();
theme["longname"] = "Scalix Default Long name";
theme["description"] = "Blue with the shade of yellow and brown";
theme["name"] = "Scalix Default";
theme["id"] = "scalix-default";
theme["author"] = "Tadas";
theme["copyright"] = "Scalix";
themesArray[0] = theme;
var theme = new Array();
theme["longname"] = "Scalix Classic Long name";
theme["description"] = "Classic Scalix theme";
theme["name"] = "Scalix Classic";
theme["id"] = "scalix-classic";
theme["author"] = "Scalix";
theme["copyright"] = "Scalix";
themesArray[1] = theme;
