var fDesc=new Array(); fDesc[0] = "FontLab Pad allows you to use any font format and any OpenType feature, on Mac and Windows. Open any color font in FontLab Pad and type your text. Choose the font size, apply additional formatting and preview the final result with FontLab Pad’s transparent background. Copy your result, then paste into your favorite app, or export it as PDF, SVG or PNG."; 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 = ''; } }