var fDesc=new Array(); fDesc[0] = "Remote Helpdesk is a program that allows you to provide support to customers by pc remote control. The Server is a thin (under 450 Kb) program that doesn't require installation, your customers can start it from a web server link, shortcut on a local file server or it can even be emailed to them. Even at 56k download speeds, this means you can typically start a remote control session within 30 seconds of your users downloading remhelp.exe and pressing the start button. Other remote control products charge on your customer base or monthly fee. Remote Helpdesk has only a single purchase charge based on your number of support staff. Remote Helpdesk offers real value in providing online support to a large customer base."; 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 = ''; } }