<!--
	
	// begin Font Sample Matrix
	
	if(document.images) {
	
	// Sample Tabs
	
		ftdisplayoff = new Image
		ftdisplaypeek = new Image
		ftdisplayon = new Image
		ftcharoff = new Image
		ftcharpeek = new Image
		ftcharon = new Image
		
		ftlightoff = new Image
		ftlightpeek = new Image
		ftlighton = new Image
		ftregularoff = new Image
		ftregularpeek = new Image
		ftregularon = new Image
		ftboldoff = new Image
		ftboldpeek = new Image
		ftboldon = new Image
		ftheavyoff = new Image
		ftheavypeek = new Image
		ftheavyon = new Image
		
		thesample = new Image
		
		refrigeratordlxlightdisplay = new Image
		refrigeratordlxlightchars = new Image
		refrigeratordlxregulardisplay = new Image
		refrigeratordlxregularchars = new Image
		refrigeratordlxbolddisplay = new Image
		refrigeratordlxboldchars = new Image
		refrigeratordlxheavydisplay = new Image
		refrigeratordlxheavychars = new Image
		
		ftdisplayoff.src = "images/ftdisplayoff.gif"
		ftdisplaypeek.src = "images/ftdisplaypeek.gif"
		ftdisplayon.src = "images/ftdisplayon.gif"
		ftcharoff.src = "images/ftcharoff.gif"
		ftcharpeek.src = "images/ftcharpeek.gif"
		ftcharon.src = "images/ftcharon.gif"
			
		ftlightoff.src = "images/ftlightoff.gif"
		ftlightpeek.src = "images/ftlightpeek.gif"
		ftlighton.src = "images/ftlighton.gif"
		ftregularoff.src = "images/ftregularoff.gif"
		ftregularpeek.src = "images/ftregularpeek.gif"
		ftregularon.src = "images/ftregularon.gif"
		ftboldoff.src = "images/ftboldoff.gif"
		ftboldpeek.src = "images/ftboldpeek.gif"
		ftboldon.src = "images/ftboldon.gif"
		ftheavyoff.src = "images/ftheavyoff.gif"
		ftheavypeek.src = "images/ftheavypeek.gif"
		ftheavyon.src = "images/ftheavyon.gif"
		
		thesample.src = "images/refrigeratordlxbddisplay.gif"
		
		refrigeratordlxlightdisplay.src = "images/refrigeratordlxltdisplay.gif"
		refrigeratordlxlightchars.src = "images/refrigeratordlxltchars.gif"
		refrigeratordlxregulardisplay.src = "images/refrigeratordlxrgdisplay.gif"
		refrigeratordlxregularchars.src = "images/refrigeratordlxrgchars.gif"
		refrigeratordlxbolddisplay.src = "images/refrigeratordlxbddisplay.gif"
		refrigeratordlxboldchars.src = "images/refrigeratordlxbdchars.gif"
		refrigeratordlxheavydisplay.src = "images/refrigeratordlxhvdisplay.gif"
		refrigeratordlxheavychars.src = "images/refrigeratordlxhvchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		ftcharoff = ""
		ftcharpeek = ""
		ftcharon = ""
		
		ftlightoff = ""
		ftlightpeek = ""
		ftlighton = ""
		ftregularoff = ""
		ftregularpeek = ""
		ftregularon = ""
		ftboldoff = ""
		ftboldpeek = ""
		ftboldon = ""
		ftheavyoff = ""
		ftheavypeek = ""
		ftheavyon = ""
		
		thesample = ""
	
		refrigeratordlxlightdisplay = ""
		refrigeratordlxlightchars = ""
		refrigeratordlxregulardisplay = ""
		refrigeratordlxregularchars = ""
		refrigeratordlxbolddisplay = ""
		refrigeratordlxboldchars = ""
		refrigeratordlxheavydisplay = ""
		refrigeratordlxheavychars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "bold"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('refrigeratordlx' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
	
-->
