// change the default options for all multiselects
a$.NO_SELECTION	= 'No Selection';		// TEXT for 'No selection' when nothing selected
a$.SELECTED		= 'Niches Selected';	// TEXT for 'XX Options selected' when over 1 selected
a$.SELECT_ALL	= 'Select All';			// TEXT for 'Select All' for checkboxes
a$.SelectAllMin	= 6;					// minimum number of options needed to show 'Select All'
a$.WhenToUse	= 'class';				// class | multiple | all : for how to make selects become multiselects
a$.msSeparator	= ';';					// separator for values (can be multiple characters)
