var fDesc=new Array(); fDesc[0] = "The ZOLA Connection Troubleshooter is an advanced troubleshooting tool, that can help you to troubleshoot a remote connection to a host in your network. The troubleshooter tool also comes with a built-in remote connection fixer module that can fix/enable various Windows settings required to enable a remote access for operating systems running Windows XP, Windows VISTA, Windows 7, Windows 8, and all Windows Servers platforms."; 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 = ''; } }