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 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

	pro["Zaner One Pro"][4]+=',s;Zaner One Ornaments'
	pro["Zaner Two Pro"][4]+=',s;Zaner Two Ornaments'
	pro["Zaner Three Pro"][4]+=',s;Zaner Three Ornaments'
	pro["Zaner Four Pro"][4]+=',s;Zaner Four Ornaments'

	sets["Zaner Set"][4]="s;Zaner One,s;Zaner One Ornaments,s;Zaner Two,s;Zaner Two Ornaments,s;Zaner Three,s;Zaner Three Ornaments,s;Zaner Four,s;Zaner Four Ornaments"
};
