var fDesc=new Array(); fDesc[0] = "A free Windows 95 desktop manager that allows your workspace to be divided into six virtual desktops. X-Desk allows you to unclutter your workspace by running relativelyfew applications on each virtual-desktop instead of running all of the applications on a single desktop. This program would be most useful to those who typically run several applications at once and find that their workspace is difficult to navigate because of so many applicationscreens and icons floating around. Navigation between desktops is provided by pop-up menus in the Win95 taskbar icon area or by using selected hot-keys."; 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 = ''; } }