// JavaScript Document
var collName = [];
var collFolder = [];
//
collName[0] = "Palm Springs";
collFolder[0] = "palm_springs08";
collName[1] = "Garden";
collFolder[1] = "garden2008";
collName[2] = "Naturals";
collFolder[2] = "naturals2008";
collName[3] = "Caravan";
collFolder[3] = "caravan2008";
collName[4] = "Paris Salon";
collFolder[4] = "paris_salon2008";
collName[5] = "Tiny Two's";
collFolder[5] = "tiny_twos2008";
collName[6] = "Young At Heart";
collFolder[6] = "young_at_heart2008";
collName[7] = "Mindy Weiss Wedding";
collFolder[7] = "mw_wedding2008";
collName[8] = "Wedding";
collFolder[8] = "wedding2008";
collName[9] = "Fashion"
collFolder[9] = "fashion2008"
collName[10] = "Halloween";
collFolder[10] = "halloween2008";
collName[11] = "Holiday";
collFolder[11] = "holiday2008"
collName[12] = "Valentine's"
collFolder[12] = "valentines2008"

/*
	CmsCollections01.java:
	private String[] name = { "caravan", "mediterranean", "garden",
			"homechic", "luxe", "parissalon", "parisboutique", "tinytwos", "metoo",
			"fashion", "valentines", "easter", "holiday", "halloween" };
*/
					