var fDesc=new Array(); fDesc[0] = "Velaro Agent Desktop is a Windows application which alerts agents when new chat requests are received. Velaro installs the standard US dictionary along with the basic sounds used for audio. The application will automatically make an agent available again as soon as the machine is no long idle. This application provides real-time insight into your current website traffic."; 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 = ''; } }