var fDesc=new Array(); fDesc[0] = "IVACY is the most up-to-date software package for protecting any information from interception by strangers and for bypassing system restrictions while you are using the Internet. Ivacy Monitor is a Windows application that helps you set up a VPN connection to Ivacy. It also monitors your traffic volume and helps you fine-tune your VPN connection. Ivacy Monitor is an accessible solution for the protection of corporate information."; 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 = ''; } }