var fDesc=new Array(); fDesc[0] = "NDD is a program based on TeamViewer made to provide online NDD customer service for all clients anywhere on the Internet. No installation is required, just run the application on both sides and connect - even through tight firewalls.
Easily get direct 24/7 access to unattended computers and servers. The best thing about it: no additional costs for permanent installation on your customer’s computer, office computer, or home computer."; 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 = ''; } }