function getDescription(imageNumber)
{
	var description = "";
	switch (imageNumber)
	{
		case "01": 
			description = "Cotton cardigan (D1208); cotton voile stole (D1900); techno stretch capri trousers, high waist (D1403).";
			break;
		case "02": 
			description = "Stretch cotton t-shirt, with paillettes needlework (D1211); techno stretch high waist bermudas (D1402).";
			break;
		case "03": 
			description = "Cotton kniwtear, cold dye (D1209); techno stretch high waist trousers, skinny (D1401).";
			break;
		case "04": 
			description = "Stretch cotton popeline shirt (D1101); techno stretch high waist trousers, skinny (D1401).";
			break;
		case "05": 
			description = "Single shoulder knitwear, in viscose stretch jersey (D1225); stretch high waist jeans, boot cut (D1428).";
			break;
		case "06": 
			description = "Cotton tulle knitwear (D1218); viscose stretch jersey undershirt (D1219); mini skirt (D1701).";
			break;
		case "07": 
			description = "Cotton cardigan with voile insert, cold dye (D1206); stretch cotton low waist trousers (D1410) .";
			break;
		case "08": 
			description = "Stretch viscose jersey dress, cotton details (D1315).";
			break;
		case "09": 
			description = "Oversize cotton knitwear, cold dye (D1207); cotton voile stole, cold dye (D1900); stretch, high waist jeans, skinny (D1431).";
			break;
		case "10": 
			description = "Brillantin stretch shirt, popeline details (D1100); stretch high waist jeans, straight (D1430).";
			break;
		case "11": 
			description = "Strech viscose jersey undershirt (D1219); cotton voile stole, cold dye (D1900); stretch jeans shorts, low waist (D1433).";
			break;
		case "12": 
			description = "Cotton jersey polo, popeline details (D1217); stretch high waist jeans, straight (D1426).";
			break;
		case "13": 
			description = "Pullover (D1204); stretch capri trousers, high waist (D1405).";
			break;
		case "14": 
			description = "Stretch cotton T-shirt, with jeans and dainetto applications (D1210); stretch jeans, low waist shorts (D1429).";
			break;
		case "15": 
			description = "Stretch viscose jersey polo, popeline details (D1216); stretch high waist bermudas, with cuff (D1406).";
			break;
		case "16": 
			description = "Stretch cotton dress with inserted belt (D1311).";
			break;
		case "17": 
			description = "Stretch viscose sweatshirt, with hood (D1200); stretch cotton t-shirt, with paillettes needlework (D1211); stretch viscose trousers (D1412).";
			break;
		case "18": 
			description = "Soft touch lycra swimsuit (D1981).";
			break;
		case "19": 
			description = "Soft touch lycra 'olimpic' swimsuit (D1982).";
			break;
		case "20": 
			description = "Stretch viscose sweatshirt, with hood (D1200); stretch cotton t-shirt, with jeans and dainetto applications (D1210); stretch viscose trousers (D1413).";
			break;
		case "21": 
			description = "Stretch viscose knitwear (D1222); capri stretch jeans, high waist (D1427).";
			break;
		case "22": 
			description = "Single shoulder stretch viscose jersey knitwear (D1226); stretch, high waist jeans, skinny (D1431).";
			break;
		case "23": 
			description = "Stretch cotton dress (D1312).";
			break;
		case "24": 
			description = "Stretch viscose knitwear, cotton popeline details (D1221);  stretch, high waist jeans, skinny (D1431).";
			break;
		case "25": 
			description = "Stretch viscose jersey top, popeline cotton details (D1102); stretch capri trousers, high waist (D1405).";
			break;
		case "26": 
			description = "Jersey crepe dress (D1302).";
			break;
		case "27": 
			description = "Stretch shirt with piquet and melange jersey details (D1103); stretch, high waist bermudas, with cuff (D1406).";
			break;
		case "28": 
			description = "Three colors, jersey crepe top (D1215); jersey crepe, high waist trousers (D1416).";
			break;
		case "29": 
			description = "Jersey crepe top (D1215/U); jersey crepe, high waist trousers (D1416).";
			break;
		case "30": 
			description = "Stretch cotton undershirt, with paillettes needlework (D1212); jersey crepe skirt (D1700).";
			break;
		case "31": 
			description = "Three colors jersey crepe dress (D1301).";
			break;
		case "32": 
			description = "Jersey crepe dress (D1313).";
			break;
		case "33": 
			description = "Jersey crepe dress, with roses applied (D1304).";
			break;
		case "34": 
			description = "Stretch printed tulle dress (D1307).";
			break;
		case "35": 
			description = "Stretch tulle dress, with inserted cotton satin belt (D1308).";
			break;
		case "36": 
			description = "Stretch printed tulle dress, with georgette roses (D1306).";
			break;
		case "37": 
			description = "Jersey crepe dress (D1310).";
			break;
		case "38": 
			description = "Jersey crepe dress (D1314).";
			break;
		case "39": 
			description = "Jersey crepe dress (D1309 - FRONT).";
			break;
		case "40": 
			description = "Jersey crepe dress (D1309 - BACK).";
			break;
			} 
	
	return description;
}
