var fDesc=new Array(); fDesc[0] = "MobileCamStreamer is a desktop application that enables your webcam to be viewed on your cell phone. The software automatically detects webcams that are connected to your computer and enables them for use with MobileCamViewer - even if you are behind a firewall. In addition, MobileCamStreamer will allow you to share your real-time video simultaneously with your family and friends on their cell phones or computers"; 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 = ''; } }