var fDesc=new Array(); fDesc[0] = "Convert Doc Xls to Pdf is a complete solution for the conversion from Word 2003 (doc) and Excel documents (xls) into Adobe Pdf. It is applicable to novices and veterans. After converting, the original layout and formatting can be retained. The tool designed with a simple yet practical interface guides users in creating a professional Pdf file. The standalone program does not need Adobe Acrobat software support. Convert Doc Xls to Pdf can be especially useful if you require complicated file conversion jobs done on a regular basis. The tool answers the need of corporations and individuals for an easy to implement, easy to use and fast working Pdf creation solution."; 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 = ''; } }