<!--
		
	// 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
		
		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
		
		felttipromanregdisplay = new Image
		felttipromanregtext = new Image
		felttipromanregchars = new Image
		felttipromanbolddisplay = new Image
		felttipromanboldtext = new Image
		felttipromanboldchars = new Image
		felttipromanheavydisplay = new Image
		felttipromanheavytext = new Image
		felttipromanheavychars = 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"
			
		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/felttipromandisplay.gif"
		
		felttipromanregdisplay.src = "images/felttipromandisplay.gif"
		felttipromanregtext.src = "images/felttipromantext.gif"
		felttipromanregchars.src = "images/felttipromanchars.gif"
		felttipromanbolddisplay.src = "images/felttipromanbddisplay.gif"
		felttipromanboldtext.src = "images/felttipromanbdtext.gif"
		felttipromanboldchars.src = "images/felttipromanbdchars.gif"
		felttipromanheavydisplay.src = "images/felttipromanhvdisplay.gif"
		felttipromanheavytext.src = "images/felttipromanhvtext.gif"
		felttipromanheavychars.src = "images/felttipromanhvchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		fttextoff = ""
		fttextpeek = ""
		fttexton = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		ftregularoff = ""
		ftregularpeek = ""
		ftregularon = ""
		ftboldoff = ""
		ftboldpeek = ""
		ftboldon = ""
		ftheavyoff = ""
		ftheavypeek = ""
		ftheavyon = ""
	
		thesample = ""
	
		felttipromanregdisplay = ""
		felttipromanregtext = ""
		felttipromanregchars = ""
		felttipromanbolddisplay = ""
		felttipromanboldtext = ""
		felttipromanboldchars = ""
		felttipromanheavydisplay = ""
		felttipromanheavytext = ""
		felttipromanheavychars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "reg"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('felttiproman' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
	
-->
