var fDesc=new Array(); fDesc[0] = "Friends and Families v1.0 [ASP] Keep track of the special people in your life - especially critical info such as birthdays! This software organizes names, addresses, phone numbers, etc., for individuals or entire families. PLUS maintain a list of coming events: birthdays, holidays, or events you enter yourself! F&F prints different report formats, including monthly block calendars. It's incredibly easy
to use, and it's...FREE from ComputerEase!"; 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 = ''; } }