var fDesc=new Array(); fDesc[0] = "With ScanFont, you can turn graphics into fonts. Any bitmap image or outline illustration can be quickly converted into a fully-workable TrueType, Type 1 or OpenType font. ScanFont 5 works as a plugin for one of the following font editors: FontLab Studio 5, TypeTool 3 or the upcoming AsiaFont Studio 5. Support for grayscale and color — from simple black-and-white to 32-bit color with smooth transparencyDirect import of EPS graphics — assists you in turning your Adobe Illustrator drawings into a fontExport of .vfb format fonts — for use in any font editor by Fontlab Ltd.Transformations and filters — from Pencil to Gaussian blurAdvanced image-split algorithms — from Table to Book SmartDirect import of most image formats, including EPS, GIF, JPG, TIF, BMP, PNG and (on Mac OS X) PDF Put a signature, logo or symbol into a fontTurn someone's handwriting into a fontConvert old print lettering or letterhead into modern electronic formatCreate symbol fontsSix simple stepsStep 1. Open any bitmap image or a vector illustration — EPS, GIF, JPG, PNG, TIF, directly from a scanner, on Mac OS X also PDFStep 2. Improve and adjust the image using transformations, filters and effects — remove background, adjust brightness/contrast and hue/saturation, rotate, sharpen, remove noise, blur"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }