var fDesc=new Array(); fDesc[0] = "Mobility is the new way of working. For workers in home offices or well-traveled "road warriors", Movi offers a cost-effective, easy to use video solution that allows them to stay visually connected to colleagues, customers or suppliers. With only an existing PC and a USB Camera, thousands of users in a video-enabled enterprise can connect from public spaces or remote offices whenever they need."; 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 = ''; } }