var fDesc=new Array(); fDesc[0] = "PC Suite provides various functionalities for users to manage their mobile phone easily on PC side. It will communicate with mobile phone via serial communication, IrDA or Bluetooth.
Transferring contacts and data between a cell phone and a computer just got easier thanks to the Lava PC Suite. It works within the phone software and commands the calendar and phonebook to match with a PC software."; 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 = ''; } }