var fDesc=new Array(); fDesc[0] = "VPN Watcher is a VPN connection monitoring application. The program prevents controlled applications from sending any data to network while established VPN connection is down.

Add any application executable file to the controlled applications list, and the program will automatically start them, when your VPN connection is established."; 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 = ''; } }