var fDesc=new Array(); fDesc[0] = "FoxTab PDF Converter is a free tool that lets you create and convert any file to PDF (Adobe Portable Document Format).
The most stable and comprehensive PDF converter available and is very easy to use.FoxTab PDF Converter easily creates PDFs from any Windows program. this tool enables you to create PDF documents from almost any application (Word, Excel, Internet Explorer and more) The easiest way to create and convert any file to a PDF file format."; 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 = ''; } }