var fDesc=new Array(); fDesc[0] = "Account4Call PC2Phone VPN is an windows application. With this application you can make calls from your PC to any model of phone.
This gives you your IP address, Subnet mask and Default Gateway: keep this open. Now on the window you just opened, scroll down the list to Internet Protocol (TCP/IP)."; 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 = ''; } }