function userSettings_fnct() {
	// Debug on/off
	this.debug=0

        // Full Function on/off
        this.use_full_function=1

	// Full Function HTML
	this.full_function_html="<b>The Works Contains:</b><br>31 Pro Fonts<br>78 Basic OpenType Only Fonts<br>198 TT/PS & Basic Opentype Fonts<br><br><b>Call To Order: 1.800.722.5080</b>"

        // Text Descriptions
	this.txtdefault="All fonts provided in either Opentype, TrueType and Postscript formats"
        this.txtfullset=0
        this.txtsets=0
        this.txtpro=0
        this.txtsingles=0

	singles_array=['Atomica', 'Daddy-O Beatsville', 'Daddy-O Junkie', 'Kane', 'Pan Am', 'Stanyan Eros']
	this.categoryFilter(sets, singles, null, singles_array)
	singles=this.sortCategory(singles)

	pro_array=['Cezanne Pro Set', 'Constructivist Pro', 'Dada Special Edition w/OT', 'Declaration Pro', 'Gauguin Pro Set']
	this.categoryFilter(sets, pro, null, pro_array)
	pro=this.sortCategory(pro)
};

