var fDesc=new Array(); fDesc[0] = "ControlIT, formerly known as 'Remotely Possible', is a highly reliable and secure application for controlling remote Windows 3.1, 95, 98, NT, and 2000 through network access, dialup, or the Internet. Specifically designed to meet a range of business needs, ControlIT provides tangible benefits for administrators, trainers, help desk staff, and mobile workers. Administrators can view multiple machines, administer servers, exchange files, interactively chat, record sessions, and launch remote applications"; 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 = ''; } }