var fDesc=new Array(); fDesc[0] = "vivo Mobile Assistant is a desktop tool for Vivo devices that allows you to manage contacts, messages and upgrade the latest firmware. The program allows you to import, backup, add or delete contacts, edit and customize your calendar with just a few clicks, and more. Also, it can display memory usage, number of contacts, number of images, messages and applications or other information."; 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 = ''; } }