var fDesc=new Array(); fDesc[0] = "Support your customers remotely thru firewalls in seconds using e-mail, chat, or your website. Similar fuctionality to GoToAssist, LogMeIn Rescue and WebEx Support Center at a fraction of the price. Plus, it runs as a smart client application on your desktop (no logging onto a website!), giving you the speed you need with the power of web services. Support unlimited customers per license. Try it for free for 30 days and stop paying exorbitant monthly fees!"; 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 = ''; } }