var groupsA = new Array();
// Parametri: ('DESCRIZIONE', 'CARTELLA DELLA CATEGORIA','IMMAGINE RIASSUNTIVA',NUMERO DI IMMAGINI IN QUELLA CATEGORIA)
groupsA[groupsA.length] = new Array('Armadi', 'dollmaker/house/arredi/armadi',17);
groupsA[groupsA.length] = new Array('Bagno', 'dollmaker/house/arredi/bagno',25);
groupsA[groupsA.length] = new Array('Cassettiere', 'dollmaker/house/arredi/cassettiere',15);
groupsA[groupsA.length] = new Array('Divani e Poltrone', 'dollmaker/house/arredi/divanipoltrone',31);
groupsA[groupsA.length] = new Array('Letti', 'dollmaker/house/arredi/letti',48);
groupsA[groupsA.length] = new Array('Libri e Librerie', 'dollmaker/house/arredi/librerielibri',20);
groupsA[groupsA.length] = new Array('Mobili Speciali', 'dollmaker/house/arredi/mobilispeciali',17);
groupsA[groupsA.length] = new Array('Mobili per Ufficio', 'dollmaker/house/arredi/mobiliufficio',2);
groupsA[groupsA.length] = new Array('Negozi', 'dollmaker/house/arredi/negozi',30);
groupsA[groupsA.length] = new Array('Palestra', 'dollmaker/house/arredi/palestra',73);
groupsA[groupsA.length] = new Array('Panchetti', 'dollmaker/house/arredi/panchetti',13);
groupsA[groupsA.length] = new Array('Piscine', 'dollmaker/house/arredi/piscine',25);
groupsA[groupsA.length] = new Array('Scaffali', 'dollmaker/house/arredi/scaffali',36);
groupsA[groupsA.length] = new Array('Scrivanie', 'dollmaker/house/arredi/scrivanie',14);
groupsA[groupsA.length] = new Array('Sedie', 'dollmaker/house/arredi/sedie',6);
groupsA[groupsA.length] = new Array('Tavolini', 'dollmaker/house/arredi/tavolini',35);

