var fDesc=new Array(); fDesc[0] = "BitFonter is a professional bitmap font editor for Mac OS X and Windows. It allows creative professionals, web designers and manufacturers of electronic devices to create and modify bitmap fonts for print publications, web pages, animations, computer games and electronic devices, convert between bitmap font formats as well as from and to outline font formats, and apply special effects to your outline fonts when used together with TypeTool, FontLab Studio or AsiaFont Studio."; 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 = ''; } }