var fDesc=new Array(); fDesc[0] = "A small, fast and feature rich Windows95/NT4 address book. It is designed to be light on hard drive space and memory, yet contain all the features a person should need. CB includes TAPI telephone dialing, shell link email/URL browsing, complete name, company and address fields, 6 phone fields, 2 email and 2 URL fields, notes, minimize totray support, comma/tab seperated value import and export, searching and sorting on any field, window andcolumn size saving, and quickfind addressing along witha wealth of other features."; 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 = ''; } }