var fDesc=new Array(); fDesc[0] = "QuickVPN is an easy way to set up VPN software on your remote computer or laptop with a simple username and password. This will help you securely access networks based on your Small Business Router. QuickVPN software is compatible with Windows 7 operating system (32-bit and 64-bit editions), Windows XP (32-bit), and WIndows Vista (32-bit and 64-bit editions)."; 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 = ''; } }