var fDesc=new Array(); fDesc[0] = "Pal Communicator is an application that allows you to manage the data transfer between a host computer and mobile devices. It allows you to view or clear the contents of the log file. You can also synchronize the time and date, update the device configuration file or copy a custom configuration file to the device."; 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 = ''; } }