<!--
	
	// begin Font Sample Matrix
	
	if(document.images) {
	
	// Sample Tabs
	
		ftdisplayoff = new Image
		ftdisplaypeek = new Image
		ftdisplayon = new Image
		ftcharoff = new Image
		ftcharpeek = new Image
		ftcharon = new Image
		
		ftregularoff = new Image
		ftregularpeek = new Image
		ftregularon = new Image
		ftpremoff = new Image
		ftprempeek = new Image
		ftpremon = new Image
	
		thesample = new Image
		
		dianescriptregdisplay = new Image
		dianescriptregchars = new Image
		dianescriptpremdisplay = new Image
		dianescriptpremchars = new Image
		
		ftdisplayoff.src = "images/ftdisplayoff.gif"
		ftdisplaypeek.src = "images/ftdisplaypeek.gif"
		ftdisplayon.src = "images/ftdisplayon.gif"
		ftcharoff.src = "images/ftcharoff.gif"
		ftcharpeek.src = "images/ftcharpeek.gif"
		ftcharon.src = "images/ftcharon.gif"
			
		ftregularoff.src = "images/ftregularoff.gif"
		ftregularpeek.src = "images/ftregularpeek.gif"
		ftregularon.src = "images/ftregularon.gif"
		ftpremoff.src = "images/ftpremoff.gif"
		ftprempeek.src = "images/ftprempeek.gif"
		ftpremon.src = "images/ftpremon.gif"
		
		thesample.src = "images/dianescriptdisplay.gif"
		
		dianescriptregdisplay.src = "images/dianescriptregdisplay.gif"
		dianescriptregchars.src = "images/dianescriptregchars.gif"
		dianescriptpremdisplay.src = "images/dianescriptpremdisplay.gif"
		dianescriptpremchars.src = "images/dianescriptpremchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		ftcharoff = ""
		ftcharpeek = ""
		ftcharon = ""
		
		ftregularoff = ""
		ftregularpeek = ""
		ftregularon = ""
		ftpremoff = ""
		ftprempeek = ""
		ftpremon = ""
	
		thesample = ""
	
		dianescriptregdisplay = ""
		dianescriptregchars = ""
		dianescriptpremdisplay = ""
		dianescriptpremchars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "reg"
	
	function updatesample(mode, weight) {
		document.thesample.src = eval('dianescript' + weight + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		}
		
	// end Font Sample Matrix
	
-->

