	<!--
	
	// 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
		
		ftlightoff = new Image
		ftlightpeek = new Image
		ftlighton = new Image
		ftmedoff = new Image
		ftmedpeek = new Image
		ftmedon = new Image
		ftitalicoff = new Image
		ftitalicpeek = new Image
		ftitalicon = new Image
	
		thesample = new Image
		
		metalsp8ltromdisplay = new Image
		metalsp8ltromtext = new Image
		metalsp8ltromchars = new Image
		metalsp8ltitdisplay = new Image
		metalsp8ltittext = new Image
		metalsp8ltitchars = new Image
		metalsp8mdromdisplay = new Image
		metalsp8mdromtext = new Image
		metalsp8mdromchars = new Image
		metalsp8mditdisplay = new Image
		metalsp8mdittext = new Image
		metalsp8mditchars = 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"
			
		ftlightoff.src = "images/ftlightoff.gif"
		ftlightpeek.src = "images/ftlightpeek.gif"
		ftlighton.src = "images/ftlighton.gif"
		ftmedoff.src = "images/ftmediumoff.gif"
		ftmedpeek.src = "images/ftmediumpeek.gif"
		ftmedon.src = "images/ftmediumon.gif"
		ftitalicoff.src = "images/ftitalicoff.gif"
		ftitalicpeek.src = "images/ftitalicpeek.gif"
		ftitalicon.src = "images/ftitalicon.gif"
		
		thesample.src = "images/metalsp8display.gif"
		
		metalsp8ltromdisplay.src = "images/metalsp8ltdisplay.gif"
		metalsp8ltromtext.src = "images/metalsp8lttext.gif"
		metalsp8ltromchars.src = "images/metalsp8ltchars.gif"
		metalsp8ltitdisplay.src = "images/metalsp8ltitdisplay.gif"
		metalsp8ltittext.src = "images/metalsp8ltittext.gif"
		metalsp8ltitchars.src = "images/metalsp8ltitchars.gif"
		metalsp8mdromdisplay.src = "images/metalsp8mddisplay.gif"
		metalsp8mdromtext.src = "images/metalsp8mdtext.gif"
		metalsp8mdromchars.src = "images/metalsp8mdchars.gif"
		metalsp8mditdisplay.src = "images/metalsp8mditdisplay.gif"
		metalsp8mdittext.src = "images/metalsp8mdittext.gif"
		metalsp8mditchars.src = "images/metalsp8mditchars.gif"
		
	} else {
	
		ftdisplayoff.src = ""
		ftdisplaypeek.src = ""
		ftdisplayon.src = ""
		fttextoff.src = ""
		fttextpeek.src = ""
		fttexton.src = ""
		ftalloff.src = ""
		ftallpeek.src = ""
		ftallon.src = ""
		
		ftlightoff.src = ""
		ftlightpeek.src = ""
		ftlighton.src = ""
		ftmediumoff.src = ""
		ftmediumpeek.src = ""
		ftmediumon.src = ""
		ftitalicoff.src = ""
		ftitalicpeek.src = ""
		ftitalicon.src = ""
	
		thesample.src = ""
		
		metalsp8ltromdisplay.src = ""
		metalsp8ltromtext.src = ""
		metalsp8ltromchars.src = ""
		metalsp8ltitdisplay.src = ""
		metalsp8ltittext.src = ""
		metalsp8ltitchars.src = ""
		metalsp8mdromdisplay.src = ""
		metalsp8mdromtext.src = ""
		metalsp8mdromchars.src = ""
		metalsp8mditdisplay.src = ""
		metalsp8mdittext.src = ""
		metalsp8mditchars.src = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "lt"
	var currentstyle = "rom"
	
	function updatesample(mode, weight, style) {
		document.thesample.src = eval('metalsp8' + weight + style + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		currentstyle = style;
		}
		
	// end Font Sample Matrix
	
	// -->
