<!--
	
	// 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
		ftregularoff = new Image
		ftregularpeek = new Image
		ftregularon = new Image
		ftboldoff = new Image
		ftboldpeek = new Image
		ftboldon = new Image
		
		thesample = new Image
		
		goldenbooklightdisplay = new Image
		goldenbooklightchars = new Image
		goldenbookregdisplay = new Image
		goldenbookregchars = new Image
		goldenbookbolddisplay = new Image
		goldenbookboldchars = 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"
		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"
		
		thesample.src = "images/goldenbookdisplay.gif"
		
		goldenbooklightdisplay.src = "images/goldenbookltdisplay.gif"
		goldenbooklightchars.src = "images/goldenbookltchars.gif"
		goldenbookregdisplay.src = "images/goldenbookdisplay.gif"
		goldenbookregchars.src = "images/goldenbookchars.gif"
		goldenbookbolddisplay.src = "images/goldenbookbddisplay.gif"
		goldenbookboldchars.src = "images/goldenbookbdchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		ftlightoff = ""
		ftlightpeek = ""
		ftlighton = ""
		ftregularoff = ""
		ftregularpeek = ""
		ftregularon = ""
		ftboldoff = ""
		ftboldpeek = ""
		ftboldon = ""
		
		thesample = ""
	
		goldenbooklightdisplay = ""
		goldenbooklightchars = ""
		goldenbookregdisplay = ""
		goldenbookregchars = ""
		goldenbookbolddisplay = ""
		goldenbookboldchars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "reg"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('goldenbook' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
	
-->
