<!--
	
	// begin Font Sample Matrix
	
	if(document.images) {
	
	// Sample Tabs
	
		ftdisplayoff = new Image
		ftdisplaypeek = new Image
		ftdisplayon = new Image
		ftalloff = new Image
		ftallpeek = new Image
		ftallon = new Image
		
		ftlightoff = new Image
		ftlightpeek = new Image
		ftlighton = new Image
		ftboldoff = new Image
		ftboldpeek = new Image
		ftboldon = new Image
		ftheavyoff = new Image
		ftheavypeek = new Image
		ftheavyon = new Image
		
		thesample = new Image
		
		refrigeratorlightdisplay = new Image
		refrigeratorlightchars = new Image
		refrigeratorbolddisplay = new Image
		refrigeratorboldchars = new Image
		refrigeratorheavydisplay = new Image
		refrigeratorheavychars = new Image
		
		ftdisplayoff.src = "images/ftdisplayoff.gif"
		ftdisplaypeek.src = "images/ftdisplaypeek.gif"
		ftdisplayon.src = "images/ftdisplayon.gif"
		ftalloff.src = "images/ftalloff.gif"
		ftallpeek.src = "images/ftallpeek.gif"
		ftallon.src = "images/ftallon.gif"
			
		ftlightoff.src = "images/ftlightoff.gif"
		ftlightpeek.src = "images/ftlightpeek.gif"
		ftlighton.src = "images/ftlighton.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/refrigeratordisplay.gif"
		
		refrigeratorlightdisplay.src = "images/refrigeratorltdisplay.gif"
		refrigeratorlightchars.src = "images/refrigeratorltchars.gif"
		refrigeratorbolddisplay.src = "images/refrigeratordisplay.gif"
		refrigeratorboldchars.src = "images/refrigeratorchars.gif"
		refrigeratorheavydisplay.src = "images/refrigeratorhvdisplay.gif"
		refrigeratorheavychars.src = "images/refrigeratorhvchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		ftlightoff = ""
		ftlightpeek = ""
		ftlighton = ""
		ftboldoff = ""
		ftboldpeek = ""
		ftboldon = ""
		ftheavyoff = ""
		ftheavypeek = ""
		ftheavyon = ""
		
		thesample = ""
	
		refrigeratorlightdisplay = ""
		refrigeratorlightchars = ""
		refrigeratorbolddisplay = ""
		refrigeratorboldchars = ""
		refrigeratorheavydisplay = ""
		refrigeratorheavychars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "bold"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('refrigerator' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
	
-->
