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="Due to the large amount of rude comments given in place of the voluntary email asked for to get our free font, you will now have to subscribe to our email list in order to get the free font. Sorry about the extra step, but this will also prevent unwanted email from being sent to the email addresses of those who do not want the email. To subscribe, send any email to: <a href='mailto:p22list-on@p22.com'>p22list-on(at)p22.com</a><br><br> There are other free fonts for you after you subscribe as well. You may unsubscribe at any time. Thank you for understanding."

        // Text Descriptions
	this.txtdefault="All fonts provided in TrueType and Postscript formats"
//      this.txtdefault="All fonts provided in Opentype, 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
};

