var fDesc=new Array(); fDesc[0] = "PDF to Mobile Phone Tool is a software application that converts PDF files into texts which can be read and edited on the mobile phone. Basically it transforms PDF files into HTML formats and Text files into such formats like iPhone, PSP, PMP, mobile phone.
You can use it to convert many files at the same time, which saves a lot of time and also it can be used for those files that are protected by password."; 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 = ''; } }