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="The full Underground Pro Set contains 19 Pro Opentype fonts and 58 Basic Opentype fonts.<br><br><img src='images/underground/undergroundComp.gif'>"

        // Text Descriptions
	this.txtdefault="All fonts provided in OpenType format"
        this.txtfullset=0
        this.txtsets=0
        this.txtpro=0
        this.txtsingles=0
};

