var fDesc=new Array(); fDesc[0] = "NS Contacts is especially helpful if you do not synchronize contacts of your mobile device with Microsoft Outlook. Using this application you can edit/add/delete contacts of your PPC/Smartphone on your desktop computer or laptop. The program also has a built-in small photo editor, so you can easily work with photos for your contacts (rotate, cut part of the photo and so on). NS Contacts works together with utility NS Contacts Backup (Pocket PC or Smartphone version), which is delivered together with this application and has to be installed on your mobile 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 = ''; } }