var fDesc=new Array(); fDesc[0] = "Comodo Unite allows users to easily create a secure and encrypted virtual private network (VPNs) between groups of computers. Setting up a Unite network is as easy as clicking a button. Once connected, all computers can securely share any files they choose. Share music and photos with pals, set up a multi-player gaming session, or simply chat with friends using the included messaging service. You can download files directly from another PC, or edit them without downloading them at all."; 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 = ''; } }