var fDesc=new Array(); fDesc[0] = "Flexible, lightweight phone- and addressbook with a phone dialer.
It offers a unique set of features and is one of the best-looking freeware addressbook programss for Windows. Fast, convenient navigation, addresses are easy to locate. Powerful search facility. Two viewing modes, choose the one you prefer. Extremely configurable interface and behavior. Multilingual address-description interface. System tray icon with an activation hotkey. Includes phone dialer and a powerful import/export utility. Full help and automatic install/uninstall process. Please see homepage for detailed list of features and a list of mirror sites. No nags, no ads freeware."; 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 = ''; } }