var fDesc=new Array(); fDesc[0] = "Deliver the ultimate customer support experience. Enhance service levels, increase first call resolution & streamline support costs & processes. Leverage advanced management, reporting & integration capabilities in a SaaS remote support solution designed for multi-agent help desks & IT service organizations. Provide instant on-demand remote support to Windows & Linux-based PCs, Macs & smartphones. Works fast over any connection so you are always on line for your customers – even from within your own web applications. Equip your customer support team with a robust remote troubleshooting toolkit so they can virtually see & reach into remote computers and apply fixes fast."; 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 = ''; } }