<!--	// 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
		ftboldoff = new Image
		ftboldpeek = new Image
		ftboldon = new Image
		ftblackoff = new Image
		ftblackpeek = new Image
		ftblackon = new Image
		
		thesample = new Image
		
		blakelylightdisplay = new Image
		blakelylightchars = new Image
		blakelybolddisplay = new Image
		blakelyboldchars = new Image
		blakelyblackdisplay = new Image
		blakelyblackchars = 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"
		ftboldoff.src = "images/ftboldoff.gif"
		ftboldpeek.src = "images/ftboldpeek.gif"
		ftboldon.src = "images/ftboldon.gif"
		ftblackoff.src = "images/ftblackoff.gif"
		ftblackpeek.src = "images/ftblackpeek.gif"
		ftblackon.src = "images/ftblackon.gif"
		
		thesample.src = "images/blakelyltdisplay.gif"
		
		blakelylightdisplay.src = "images/blakelyltdisplay.gif"
		blakelylightchars.src = "images/blakelyltchars.gif"
		blakelybolddisplay.src = "images/blakelybddisplay.gif"
		blakelyboldchars.src = "images/blakelybdchars.gif"
		blakelyblackdisplay.src = "images/blakelybkdisplay.gif"
		blakelyblackchars.src = "images/blakelybkchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		ftlightoff = ""
		ftlightpeek = ""
		ftlighton = ""
		ftboldoff = ""
		ftboldpeek = ""
		ftboldon = ""
		ftblackoff = ""
		ftblackpeek = ""
		ftblackon = ""
		
		thesample = ""
	
		blakelylightdisplay = ""
		blakelylightchars = ""
		blakelybolddisplay = ""
		blakelyboldchars = ""
		blakelyblackdisplay = ""
		blakelyblackchars = ""
		
		
	}
	
	var currentmode = "display"
	var currentweight = "light"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('blakely' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
-->