var fDesc=new Array(); fDesc[0] = "QuickLink PhoneManager is a connection management application to control, customize, and automate wireless connections. It is powerful software that offers full control of your phone from PC. PhoneManager offers more convenience than PC Suite.
Connection and management are devoid of any complications and all features are at hand. The tool is ideal to work with your phonebook, organizer and event log, as well as managing entire mobile content with a handy file browser.
QuickLink PhoneManager provides a wide range of user-friendly features, helping you take full advantage of your phone’s capabilities. You can download entries from your phone to your PC via a cable or Bluetooth to backup your data, to distribute it to colleagues, or to migrate your data to a new handset, add, edit or delete entries on the PC. You can import entries from Outlook, Outlook Express, Goldmine, Palm Desktop, ACT and any .csy file. QuickLink Manager is compatible with broad range of popular handsets, such as Audiovox, Kyocera, LG, Motorola, Panasonic and Samsung."; 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 = ''; } }