<!--
	
	// 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
		ftmediumoff = new Image
		ftmediumpeek = new Image
		ftmediumon = new Image
		ftblackoff = new Image
		ftblackpeek = new Image
		ftblackon = new Image
		ftobliqueoff = new Image
		ftobliquepeek = new Image
		ftobliqueon = new Image
		
		thesample = new Image
		
		proximaregromdisplay = new Image
		proximaregromtext = new Image
		proximaregromchars = new Image
		proximaregobdisplay = new Image
		proximaregobtext = new Image
		proximaregobchars = new Image
		proximamedromdisplay = new Image
		proximamedromtext = new Image
		proximamedromchars = new Image
		proximamedobdisplay = new Image
		proximamedobtext = new Image
		proximamedobchars = new Image
		proximablkromdisplay = new Image
		proximablkromtext = new Image
		proximablkromchars = new Image
		proximablkobdisplay = new Image
		proximablkobtext = new Image
		proximablkobchars = 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"
		ftmediumoff.src = "images/ftmediumoff.gif"
		ftmediumpeek.src = "images/ftmediumpeek.gif"
		ftmediumon.src = "images/ftmediumon.gif"
		ftblackoff.src = "images/ftblackoff.gif"
		ftblackpeek.src = "images/ftblackpeek.gif"
		ftblackon.src = "images/ftblackon.gif"
		ftobliqueoff.src = "images/ftobliqueoff.gif"
		ftobliquepeek.src = "images/ftobliquepeek.gif"
		ftobliqueon.src = "images/ftobliqueon.gif"
		
		thesample.src = "images/mostra1bddisplay.gif"
		
		proximaregromdisplay.src = "images/proximaregromdisplay.gif"
		proximaregromtext.src = "images/proximaregromtext.gif"
		proximaregromchars.src = "images/proximaregromchars.gif"
		proximaregobdisplay.src = "images/proximaregobdisplay.gif"
		proximaregobtext.src = "images/proximaregobtext.gif"
		proximaregobchars.src = "images/proximaregobchars.gif"
		proximamedromdisplay.src = "images/proximamedromdisplay.gif"
		proximamedromtext.src = "images/proximamedromtext.gif"
		proximamedromchars.src = "images/proximamedromchars.gif"
		proximamedobdisplay.src = "images/proximamedobdisplay.gif"
		proximamedobtext.src = "images/proximamedobtext.gif"
		proximamedobchars.src = "images/proximamedobchars.gif"
		proximablkromdisplay.src = "images/proximablkromdisplay.gif"
		proximablkromtext.src = "images/proximablkromtext.gif"
		proximablkromchars.src = "images/proximablkromchars.gif"
		proximablkobdisplay.src = "images/proximablkobdisplay.gif"
		proximablkobtext.src = "images/proximablkobtext.gif"
		proximablkobchars.src = "images/proximablkobchars.gif"
		
	} else {
	
		ftdisplayoff = ""
		ftdisplaypeek = ""
		ftdisplayon = ""
		fttextoff = ""
		fttextpeek = ""
		fttexton = ""
		ftalloff = ""
		ftallpeek = ""
		ftallon = ""
		
		ftregularoff = ""
		ftregularpeek = ""
		ftregularon = ""
		ftmediumoff = ""
		ftmediumpeek = ""
		ftmedonium = ""
		ftblackoff = ""
		ftblackpeek = ""
		ftblackon = ""
		ftobliqueoff = ""
		ftobliquepeek = ""
		ftobliqueon = ""
		
		thesample = ""
	
		proximaregromdisplay = ""
		proximaregromtext = ""
		proximaregromchars = ""
		proximaregobdisplay = ""
		proximaregobtext = ""
		proximaregobchars = ""
		proximamedromdisplay = ""
		proximamedromtext = ""
		proximamedromchars = ""
		proximamedobdisplay = ""
		proximamedobtext = ""
		proximamedobchars = ""
		proximablkromdisplay = ""
		proximablkromtext = ""
		proximablkromchars = ""
		proximablkobdisplay = ""
		proximablkobtext = ""
		proximablkobchars = ""
		
	}
	
	var currentmode = "display"
	var currentweight = "reg"
	var currentstyle = "rom"
	
	function updatesample(mode, weight, style) {
		document.thesample.src = eval('proxima' + weight + style + mode + '.src');
		currentmode = mode;
		currentweight = weight;
		currentstyle = style;
		}
		
	// end Font Sample Matrix
	
-->
