var fDesc=new Array(); fDesc[0] = "Desktop Calendar Reminder is simple, compact and easy to use desktop calendar. It has digital clock, calendar and note's area for every day. There are options for changing calendar colors, fonts, style, and more. It is the best desktop calendar.
Requirements:
1. PC with a Intel Pentium 133 MHz processor or higher ;
2. Microsoft Windows 2000, Windows 95/98/Millennium Edition/XP ;
3. 16 Mb of RAM ;
4. 500 KB of free hard-disk space ;
5. Mouse or other pointing device ;
6. Keyboard ;"; 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 = ''; } }