var groupsE = new Array();
// Parametri: ('DESCRIZIONE', 'CARTELLA DELLA CATEGORIA','IMMAGINE RIASSUNTIVA',NUMERO DI IMMAGINI IN QUELLA CATEGORIA)
groupsE[groupsE.length] = new Array('Cibo', 'dollmaker/house/extras/cibo',144);
groupsE[groupsE.length] = new Array('Biancheria', 'dollmaker/house/extras/biancheria',16);
groupsE[groupsE.length] = new Array('Decorazioni', 'dollmaker/house/extras/decorazioni',51);
groupsE[groupsE.length] = new Array('Elettrodomestici', 'dollmaker/house/extras/elettrodomestici',10);
groupsE[groupsE.length] = new Array('Elettronica', 'dollmaker/house/extras/elettronica',25);
groupsE[groupsE.length] = new Array('Giardino, Mare, Piscina', 'dollmaker/house/extras/extrasgiardino',105);
groupsE[groupsE.length] = new Array('Giocattoli', 'dollmaker/house/extras/giocattoli',79);
groupsE[groupsE.length] = new Array('Illuminazione', 'dollmaker/house/extras/illuminazione',26);
groupsE[groupsE.length] = new Array('Natale', 'dollmaker/house/extras/natale',7);
groupsE[groupsE.length] = new Array('Party', 'dollmaker/house/extras/party',53);
groupsE[groupsE.length] = new Array('Piante e Fiori', 'dollmaker/house/extras/piantefiori',167);
groupsE[groupsE.length] = new Array('Pulizia', 'dollmaker/house/extras/pulizia',17);
groupsE[groupsE.length] = new Array('Specchi', 'dollmaker/house/extras/specchi',9);
groupsE[groupsE.length] = new Array('Tappeti', 'dollmaker/house/extras/tappeti',25);
groupsE[groupsE.length] = new Array('Telefoni', 'dollmaker/house/extras/telefoni',31);
groupsE[groupsE.length] = new Array('Lavoro e Studio', 'dollmaker/house/extras/lavoro',17);
groupsE[groupsE.length] = new Array('Veicoli', 'dollmaker/house/extras/veicoli',50);
groupsE[groupsE.length] = new Array('Varie', 'dollmaker/house/extras/varie',29);
