var fDesc=new Array(); fDesc[0] = "SSuite UltraCam Video Phone was designed to be a server-less communicator for use within any LAN or Wi-Fi network. It is also able to create a private and secure peer-to-peer contact which will improve network communications, business productivity, and relationships with friends and colleagues."; 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 = ''; } }