var fDesc=new Array();
fDesc[0] = "Get trouble of editing or modifying the content of a PDF file? Or just want to copy a picture or some texts in a PDF file? Now, Xilisoft PDF to Word Converter enables you to convert PDF to Word files with original structure and good quality remained. Convenient and easy-to-use, Xilisoft PDF to Word Converter can convert PDF to Word files in formats of DOC, DOCX and RTF only by two steps: drag and drop files and click to start converting!";
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 = '';
}
}