var fDesc=new Array(); fDesc[0] = "3DPageFlip PDF to Word converter is a free document converter that can easily change any PDF file into editable Word or text format. It preserves text, layout and images in the converted document as it is in the original file. This PDF document is exactly replicated in fully formatted Word file in a well-organized manner. With 3DPageFlip PDF to Word converter, you can reuse all your content without any need of retyping it."; 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 = ''; } }