<!--
	// 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
		ftstenciloff = new Image
		ftstencilpeek = new Image
		ftstencilon = new Image
		ftinlineoff = new Image
		ftinlinepeek = new Image
		ftinlineon = new Image
		
		thesample = new Image
		
		changelingneolightdisplay = new Image
		changelingneolightchars = new Image
		changelingneoregdisplay = new Image
		changelingneoregchars = new Image
		changelingneobolddisplay = new Image
		changelingneoboldchars = new Image
		changelingneostencildisplay = new Image
		changelingneostencilchars = new Image
		changelingneoinlinedisplay = new Image
		changelingneoinlinechars = 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"
		ftstenciloff.src = "images/ftstenciloff.gif"
		ftstencilpeek.src = "images/ftstencilpeek.gif"
		ftstencilon.src = "images/ftstencilon.gif"
		ftinlineoff.src = "images/ftinlineoff.gif"
		ftinlinepeek.src = "images/ftinlinepeek.gif"
		ftinlineon.src = "images/ftinlineon.gif"
		
		thesample.src = "images/changelingneobddisplay.gif"
		
		changelingneolightdisplay.src = "images/changelingneoltdisplay.gif"
		changelingneolightchars.src = "images/changelingneoltchars.gif"
		changelingneoregdisplay.src = "images/changelingneorgdisplay.gif"
		changelingneoregchars.src = "images/changelingneorgchars.gif"
		changelingneobolddisplay.src = "images/changelingneobddisplay.gif"
		changelingneoboldchars.src = "images/changelingneobdchars.gif"
		changelingneostencildisplay.src = "images/changelingneostdisplay.gif"
		changelingneostencilchars.src = "images/changelingneostchars.gif"
		changelingneoinlinedisplay.src = "images/changelingneoindisplay.gif"
		changelingneoinlinechars.src = "images/changelingneoinchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		ftcharoff = ""
		ftcharpeek = ""
		ftcharon = ""
		
		ftlightoff = ""
		ftlightpeek = ""
		ftlighton = ""
		ftregularoff = ""
		ftregularpeek = ""
		ftregularon = ""
		ftboldoff = ""
		ftboldpeek = ""
		ftboldon = ""
		ftstenciloff = ""
		ftstencilpeek = ""
		ftstencilon = ""
		ftinlineoff = ""
		ftinlinepeek = ""
		ftinlineon = ""
	
		thesample = ""
	
		changelingneolightdisplay = ""
		changelingneolightchars = ""
		changelingneoregdisplay = ""
		changelingneoregchars = ""
		changelingneobolddisplay = ""
		changelingneoboldchars = ""
		changelingneostencildisplay = ""
		changelingneostencilchars = ""
		changelingneoinlinedisplay = ""
		changelingneoinlinechars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "bold"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('changelingneo' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
	
-->