var fDesc=new Array(); fDesc[0] = "SigMaker — Turn Images, Logos, Signatures into FontsAn affordable font utility that allows users to turn any image such as a scanned signature, a corporate logo or a digital photo into a font that can be easily used in any wordprocessing or graphic application ― all in six easy steps. You can either add a glyph to an existing font or create a glyph on its own — as a SING glyphlet for Adobe InDesign or as an OpenType fontlet for any other application. Add a signature, logo or symbol to any existing fontEach computer font consists of graphical characters called glyphs. With SigMaker, you can easily create glyphs on your own, from photos, drawings, scanned signatures or company logos, and add them to any of the OpenType (new in version 3) or TrueType fonts that are installed on your system, at a character slot (keyboard position) of your choice."; 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 = ''; } }