var fDesc=new Array(); fDesc[0] = "Bookviser sync tool is a software application that allows you to send books to your phone right from your desktop computer. The program is absolutely free, easy to install, easy to use and with a friendly user interface. You can upload your files, sign in to your Bookviser account and send it to your phone."; 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 = ''; } }