var fDesc=new Array(); fDesc[0] = "Free PDF to Word Converter is an easy to use utility that does swift conversions from PDF to Word. You just need to add the file which you intend to convert into the program and click Convert. It is that easy! This program will create an exact copy of the PDF file. It will retain all graphics, fonts and formatting. It supports all versions of MS Word so that you will not have any troubles editing the converted file. The program works on all Windows systems."; 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 = ''; } }