var fDesc=new Array(); fDesc[0] = "Word/Doc to Pdf Converter&Creator is the fast software that help you convert PDF file from different document formats including doc, docx, docm with the best quality. It is software which can convert to pdf in batch mode with ease.which is good at batch converting different files, no other software like it has so powerful function"; 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 = ''; } }