var fDesc=new Array(); fDesc[0] = "This revolutionary personal information manager reinvented the art of programming, and pioneered more innovative programming, design, and user interface techniques for Windows than Windows itself.
Features:
-DeskTop Set's Address Book is defined by depth, flexibility, and speed.
-Calendar, this stunning planner is cool, slick and ultra-fast.
-And to round it all up, an indispensable adjunct to your telephone that turns an ordinary desktop phone into a 'monster' dialer and voice mail.
-DeskTop Set is compatible with Windows 95, ME, 2000, XP, Vista, Windows 7 (32 bit all versions), and XP mode in Windows 7 Professional 64 bit. Answer Bar and DeskTop Set-By-Phone are supported in Windows 95 only."; 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 = ''; } }