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

	products['Christmas Set'][4]='s;Christmas One,s;Christmas Two Part,s;Holly Leaves A,s;Holly Leaves B,s;Holly Leaves C'
	sets['Holly Leaves Set (A,B and C)'][4]='s;Holly Leaves A,s;Holly Leaves B,s;Holly Leaves C'

};
