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="<b>The Lanston Collection Contains:</b><br>58 Pro Fonts<br>214 TT/PS or Basic Opentype Fonts<br><br><b>Call To Order: 1.800.722.5080</b><br><br><a href='images/ltccollection/ltcbox_detail1.jpg'>Box Detail</a><br><a href='images/ltccollection/ltcbox_matrix1.jpg'>Matrix Detail</a>"

        // Text Descriptions
	this.txtdefault="All fonts provided in one or more of the following: 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

	// Custom Information

	products['Lanston Collection'][2]='1,499.95'

	sets['WaterGarden'][4]='s;WaterGarden A,s;WaterGarden B,s;WaterGarden C,s;WaterGarden D,s;WaterGarden E,s;WaterGarden F,s;WaterGarden G,s;WaterGarden H,s;WaterGarden I,s;WaterGarden J,s;WaterGarden K'
	sets['Christmas Set'][4]='s;Christmas One,s;Christmas Two Part,s;Holly Leaves A,s;Holly Leaves B,s;Holly Leaves C'

	// Moving, Sorting, Deleting...

	this.categoryFilter(sets, pro, null, ['Artscript Pro', 'Goudy Thirty Pro', 'Ornaments 2 Pro', 'Squareface Pro', 'Tourist Gothic Pro', 'Twentieth Century Medium Pro', 'Bodoni Bold Pro'])
	pro=this.sortCategory(pro)

	singles_filter=['Bodoni 26','Creepy Ornaments','Figures','Flash','Fleurons Garamont','Fleurons Granjon','Fleurons Rogers','Forum Titling','Fournier Le Juene','Goudy Extras','Goudy Initials','Halloween Ornaments','Hess Monoblack','Holiday Ornaments','Jefferson Gothic','Keystone Ornaments','Law Italic','Obelysk Grotesk','Ornamental Initials','Ornaments 1','Ornaments 3','Ornaments Animalia','Record Title','Spire','Swing Bold','Vine Leaves']
	this.categoryFilter(sets, singles, null, singles_filter)
	singles=this.sortCategory(singles)

	delete sets['Ornaments Collection']

};

