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 Opentype format"
	this.txtfullset=0
	this.txtsets=0
	this.txtpro=0
	this.txtsingles=0

	sets['Coda Pro Select Set'][4]+=",s;Coda Light,s;Coda Light Small Caps,s;Coda Regular,s;Coda Small Caps,s;Coda Italic,s;Coda Italic Small Caps,s;Coda Bold,s;Coda Bold Small Caps"

};

