//Sets Arrays

arrSets = new Array();
//arrSets[i] = new Array(0.Ref, 1. Name, 2. TiaraRef, 3. JewRef, 4. JewRef, 5. JewRef);

arrSets[0] = new Array ("ST001", "Angeldust","SC018","NL018","BR040","EA017");
arrSets[1] = new Array ("SC020", "Wild Orchid","SC020","NL059","BR049","EA036");
arrSets[2] = new Array ("ST015", "Silver Clematis","SP002","NL040","BR004","EA028");
arrSets[3] = new Array ("ST002", "Fantasy","SC015","NL007","","");
arrSets[4] = new Array ("ST003", "Icicle","SC045","NL031","BR004","EA028");
arrSets[5] = new Array ("ST004", "Clear Moonlight","SC041","NL030","EA020","");
arrSets[6] = new Array ("ST005", "Snow Drop","SP006","NL006","EA001","");
arrSets[7] = new Array ("ST006", "Snowdrop in AB","SC043","CH022","EA015","");
arrSets[8] = new Array ("ST007", "Aphrodite","SP025","CH013","EA016","");
arrSets[9] = new Array ("ST008", "Aphrodite in AB","SC037","CH028","EA015","");
arrSets[10] = new Array ("ST009", "Mermaid","PC012","NL004","BR044","EA003");
arrSets[11] = new Array ("ST010", "Ice Queen","SC004","NL014","EA014","");
arrSets[12] = new Array ("ST011", "Rainbow","SC018","CH006","BR003","EA006");
arrSets[13] = new Array ("ST012", "Kiss From a Rose","SC010","NL005","EA002","");
arrSets[14] = new Array ("ST013", "Moonlight","SC024","NL008","BR006","EA010");
arrSets[15] = new Array ("ST014", "Sunbeam","GC013","CH009","","");
arrSets[16] = new Array ("ST016", "Starry Night","SC021","NL001","BR045","EA035");
arrSets[17] = new Array ("ST017", "Pleasures","SC027","NL001","BR045","EA035");
arrSets[18] = new Array ("ST018", "Blue Bell","","CH010","BR008","");
arrSets[19] = new Array ("ST019", "MarieLouise","","NL020","BR055","EA005"); 

