<!--
	
	// 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
		
		thesample = new Image
		
		honeydisplay = new Image
		honeychars = new Image
		
		ftdisplayoff.src = "images/ftdisplayoff.gif"
		ftdisplaypeek.src = "images/ftdisplaypeek.gif"
		ftdisplayon.src = "images/ftdisplayon.gif"
		ftalloff.src = "images/ftcharoff.gif"
		ftallpeek.src = "images/ftcharpeek.gif"
		ftallon.src = "images/ftcharon.gif"
			
		thesample.src = "images/honeydisplay.gif"
		
		honeydisplay.src = "images/honeydisplay.gif"
		honeychars.src = "images/honeychars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		thesample = ""
	
		honeydisplay = ""
		honeychars = ""
		
	}
	
	var currentmode = "display"
	
	function updatesample(mode) {
		document.thesample.src = eval('honey' + mode + '.src');
		currentmode = mode;
		}
		
	// end Font Sample Matrix
	
-->

