<!--
	
	// 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
		
		sharktoothregdisplay = new Image
		sharktoothregtext = new Image
		sharktoothregchars = new Image
		sharktoothbolddisplay = new Image
		sharktoothboldtext = new Image
		sharktoothboldchars = new Image
		sharktoothheavydisplay = new Image
		sharktoothheavytext = new Image
		sharktoothheavychars = 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/sharktoothdisplay.gif"
		
		sharktoothregdisplay.src = "images/sharktoothdisplay.gif"
		sharktoothregtext.src = "images/sharktoothtext.gif"
		sharktoothregchars.src = "images/sharktoothchars.gif"
		sharktoothbolddisplay.src = "images/sharktoothbddisplay.gif"
		sharktoothboldtext.src = "images/sharktoothbdtext.gif"
		sharktoothboldchars.src = "images/sharktoothbdchars.gif"
		sharktoothheavydisplay.src = "images/sharktoothhvdisplay.gif"
		sharktoothheavytext.src = "images/sharktoothhvtext.gif"
		sharktoothheavychars.src = "images/sharktoothhvchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		fttextoff = ""
		fttextpeek = ""
		fttexton = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		ftregularoff = ""
		ftregularpeek = ""
		ftregularon = ""
		ftboldoff = ""
		ftboldpeek = ""
		ftboldon = ""
		ftheavyoff = ""
		ftheavypeek = ""
		ftheavyon = ""
	
		thesample = ""
	
		sharktoothregdisplay = ""
		sharktoothregtext = ""
		sharktoothregchars = ""
		sharktoothbolddisplay = ""
		sharktoothboldtext = ""
		sharktoothboldchars = ""
		sharktoothheavydisplay = ""
		sharktoothheavytext = ""
		sharktoothheavychars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "reg"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('sharktooth' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
	
	
-->
