var fDesc=new Array(); fDesc[0] = "With the help of NMDVPN you will have the access to all the websites without blocking. It supports all TCP/UDP posts and it's free.

Main Features:

- NMDVPN is a free software – Zero cost for downloading as well as using it
- It supports both TCP as well as UDP protocol
- It supports all HTTP as well as HTTPS requests"; 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 = ''; } }