function userSettings_fnct() {
	// Debug on/off
	this.debug=0

        // Full Function on/off
        this.use_full_function=0

	// Full Function HTML
	this.full_function_html="<em> Replace this string with your html </em>"

        // Text Descriptions
	this.txtdefault="All fonts provided in one of the following: Opentype, TrueType and Postscript formats"
//	this.txtdefault="All fonts provided in TrueType and Postscript formats"
        this.txtfullset=0
        this.txtsets=0
        this.txtpro="Pro fonts provided in Opentype format. Single fonts in TrueType and Postscript formats"
        this.txtsingles=0
	
	products['Ornaments Collection'][6]=2
	products['Ornaments Collection'][4]="p;Ornaments 2,s;Christmas One,s;Christmas Two Part,s;Holly Leaves A,s;Holly Leaves B,s;Holly Leaves C,s;Creepy Ornaments,s;Figures,s;Fleurons Garamont,s;Fleurons Granjon,s;Fleurons Rogers,s;Halloween Ornaments,s;Holiday Ornaments,s;Keystone Ornaments,s;Ornamental Initials,s;Ornaments 1,s;Ornaments 2,s;Ornaments 3,s;Ornaments Animalia,s;Ornaments 2,s;Vine Leaves,s;WaterGarden A,s;WaterGarden B,s;WaterGarden C,s;WaterGarden D,s;WaterGarden E,s;WaterGarden F,s;WaterGarden G,s;WaterGarden H,s;WaterGarden I,s;WaterGarden J,s;WaterGarden K"
	
	sets['WaterGarden'][4]='s;WaterGarden A,s;WaterGarden B,s;WaterGarden C,s;WaterGarden D,s;WaterGarden E,s;WaterGarden F,s;WaterGarden G,s;WaterGarden H,s;WaterGarden I,s;WaterGarden J,s;WaterGarden K'
	sets['Christmas'][4]='s;Christmas One,s;Christmas Two Part,s;Holly Leaves A,s;Holly Leaves B,s;Holly Leaves C'

	this.categoryFilter(sets, singles, ['Christmas', 'Ornaments 2', 'WaterGarden'], null)
	singles=this.sortCategory(singles)
};

