var fDesc=new Array(); fDesc[0] = "A small program that sit on your Win95 System Tray (Beside the taskbar clock) and background check yourmail accounts for new messages, detect your Dialup connection and then launch your favorites apps and/or adjust adjust your PC clock using a Time Server! It also run as an Identification Server (IdentD), calculate the time you spend on the Net, watch the clipboard for URL and then allow you to load them in the browser or copy to clipboard again later, and also allow to connect an existing dialup networking connection to check mail."; 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 = ''; } }