<!--
	
	// 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
	
		thesample = new Image
		
		felttipwomanregdisplay = new Image
		felttipwomanregtext = new Image
		felttipwomanregchars = new Image
		felttipwomanbolddisplay = new Image
		felttipwomanboldtext = new Image
		felttipwomanboldchars = 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"
		
		thesample.src = "images/felttipwomandisplay.gif"
		
		felttipwomanregdisplay.src = "images/felttipwomandisplay.gif"
		felttipwomanregtext.src = "images/felttipwomantext.gif"
		felttipwomanregchars.src = "images/felttipwomanchars.gif"
		felttipwomanbolddisplay.src = "images/felttipwomanbddisplay.gif"
		felttipwomanboldtext.src = "images/felttipwomanbdtext.gif"
		felttipwomanboldchars.src = "images/felttipwomanbdchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		fttextoff = ""
		fttextpeek = ""
		fttexton = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		ftregularoff = ""
		ftregularpeek = ""
		ftregularon = ""
		ftboldoff = ""
		ftboldpeek = ""
		ftboldon = ""
	
		thesample = ""
	
		felttipwomanregdisplay = ""
		felttipwomanregtext = ""
		felttipwomanregchars = ""
		felttipwomanbolddisplay = ""
		felttipwomanboldtext = ""
		felttipwomanboldchars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "reg"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('felttipwoman' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
	
-->
