// Category Settings
var optionGroups = Array();
var category = Array();

// Option group settings
// Use same format for define new groups
optionGroups[0] = { id : 0 /*Leave this group for ungrouped options*/	}
optionGroups[1] = { id : 1,	label : "International Grantmaking", className : "optlabel"	}
optionGroups[2] = { id : 2,	label : "United States Grantmaking", className : "optlabel"	}
optionGroups[3] = { id : 3,	label : "General Grantmaking", 		 className : "optlabel"	}


// Followig list represent each category and its access code
// Use same fomat for insert new category
category[0] = {name :	"All Programs ", 							code :	"", 		group : 0	}
category[1] = {name :	"All International Grantmaking", 			code :	"GSS", 		group : 1	}
category[2] = {name :	"Conservation and Sustainable Development", code :	"GSS:CSD", 	group : 1	}
category[3] = {name :	"Human Rights and International Justice", 	code :	"GSS:HRJ", 	group : 1	}
category[4] = {name :	"International Peace and Security", 		code :	"GSS:IPS", 	group : 1	}
category[5] = {name :	"Migration", 		code :	"GSS:Migration", 	group : 1	}
category[6] = {name :	"Population and Reproductive Health", 		code :	"GSS:PRH", 	group : 1	}
category[7] = {name :	"Universities in Russia and Nigeria", 		code :	"GSS:Univ", group : 1	}
category[8] = {name :	"All United States Grantmaking", 			code :	"HCD", 		group : 2	}
category[9] = {name :	"Affordable Housing", 						code :	"HCD:AH", 	group : 2	}
category[10] = {name :	"Community and Economic Development", 		code :	"HCD:CC", 	group : 2	}
category[11] = {name :	"Education", 								code :	"HCD:Ed", 	group : 2	}
category[12] = {name :	"Juvenile Justice", 						code :	"HCD:JJ",	group : 2	}
category[13] = {name :	"Mental Health", 							code :	"HCD:MH", 	group : 2	}
category[14] = {name :	"Policy Research", 							code :	"HCD:PR", 	group : 2	}
category[15] = {name :	"Regional Policy", 							code :	"HCD:RP", 	group : 2	}
category[16] = {name :	"Program-Related Investment", 				code :	"HCD:PRI", 	group : 2	}
category[17] = {name :	"All General Grantmaking", 					code :	"GP", 		group : 3	}
category[18] = {name :	"Arts and Culture in Chicago", 				code :	"GP:ArtsChicago", group : 3	}
category[19] = {name :	"Media", 			code :	"GP:Media", 	group : 3	}
 	
 	
 	
 	
 	
 	
 	
	
