var fDesc=new Array(); fDesc[0] = "PandapPow is an intuitive one-click VPN application that let’s you browse the web anonymously and without restriction. PandaPow is based on the much proven & secure VPN technology. However, most VPN services are infamous for being difficult to setup and use. We at PandaPow are set to change this. With PandaPow we want to create a must-have service in terms of cost and ease-of-use, regardless of whether a customer is a novice or an expert with computers."; 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 = ''; } }