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 IHOF Collection contains:</b><br>35 Pro Fonts<br>160+ TT/PS or Basic Opentype Fonts<br><br><b>Call To Order: 1.800.722.5080</b>"

        // Text Descriptions
//	this.txtdefault="All fonts provided in 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

	sets["Hoy Pro Set"][4]='p;Hoy Italic Pro,p;Hoy Pro,p;Hoy Bold Italic Pro,p;Hoy Bold Pro'
	sets['Spiggie Pro Set'][4]='p;Spiggie Italic Pro,p;Spiggie Pro,p;Spiggie Bold Italic Pro,p;Spiggie Bold Pro'

};

