var fDesc=new Array(); fDesc[0] = "A Windows 95/NT utility that adds a lot of functionnalities that you can access using an icon in the tray area. You may : quit or restart Windows, inhibit the screen saver, use a calculator, manage your phone numbers and to do list, modify automatically your wallpaper, launch applications or documents directly from the tray area, adjust automatically some windows positions, count how much time you spend using Internet, announce the time every half an hour, queryyour mailboxes, announce and display any new mail, pick up some quotes values, place a phone call, simplify connection process."; 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 = ''; } }