var fDesc=new Array(); fDesc[0] = "Create high quality bitmapped textures from Windows TrueType fonts. Import your ASCII or Unicode text files and select your desired font typeface to produce a texture page containing all the characters required to render your text. Using the flexible layout and rendering options, create smooth, anti-aliased fonts for use in your OpenGL, DirectX or other graphical applications. Textures can be generated in BMP, JPG, PNG, RAW or TGA formats. The included manual explains the various output formats in great detail (with diagrams where appropriate), making integration with your own programs a breeze."; 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 = ''; } }