var fDesc=new Array(); fDesc[0] = "AutoVPNConnect is a tool that keeps your VPN connection open. The app is suited for everyone that works daily with VPN and supports even the VPN connection created with the Windows built-in VPN client. This tool can connect to your VPN when starting Windows, and can be configured to work completely in background."; 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 = ''; } }