var fDesc=new Array(); fDesc[0] = "W/ drag'n'drop graphical Appointments, Address Agent w/ auto-dialing and unlimited number of links to WWW/FTP/newsgroup sites, flexible Task lists w/ repeat settings, Alarms for appointments/tasks/birthdays, built-in EMail client with unlimited number of mailboxes and advanced spam-filtering, Diary, Knowledge Agent, Biorhythm w/ compatibility chart, CityDistance and Financial calculators, Measurement Converter, drag'n'drop links to other records/files/folders, custom wallpaper backgrounds, and much more for Win95/98/NT4."; 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 = ''; } }