<!-- 

	// begin Font Sample Matrix
	
	if(document.images) {
	
	// Sample Tabs
	
		ftdisplayoff = new Image
		ftdisplaypeek = new Image
		ftdisplayon = new Image
		fttextoff = new Image
		fttextpeek = new Image
		fttexton = new Image
		ftalloff = new Image
		ftallpeek = new Image
		ftallon = new Image
		
		thesample = new Image
		
		felttipsrdisplay = new Image
		felttipsrtext = new Image
		felttipsrchars = new Image
		
		ftdisplayoff.src = "images/ftdisplayoff.gif"
		ftdisplaypeek.src = "images/ftdisplaypeek.gif"
		ftdisplayon.src = "images/ftdisplayon.gif"
		fttextoff.src = "images/fttextoff.gif"
		fttextpeek.src = "images/fttextpeek.gif"
		fttexton.src = "images/fttexton.gif"
		ftalloff.src = "images/ftalloff.gif"
		ftallpeek.src = "images/ftallpeek.gif"
		ftallon.src = "images/ftallon.gif"
			
		thesample.src = "images/mostra1bddisplay.gif"
		
		felttipsrdisplay.src = "images/felttipsrdisplay.gif"
		felttipsrtext.src = "images/felttipsrtext.gif"
		felttipsrchars.src = "images/felttipsrchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		fttextoff = ""
		fttextpeek = ""
		fttexton = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		thesample = ""
	
		felttipsrdisplay = ""
		felttipsrtext = ""
		felttipsrchars = ""
		
	}
	
	var currentmode = "display"
	
	function updatesample(mode) {
		document.thesample.src = eval('felttipsr' + mode + '.src');
		currentmode = mode;
		}
		
	// end Font Sample Matrix
	
-->
