var fDesc=new Array(); fDesc[0] = "WebCam-Control-Center is Webcam software that is easy to use. It has an adjustment tool for your video device with picture taking and video recording functions; a motion detector with a lot of settings, an FTP (file transfer protocol) client to update your webpage and an Email client for sending emails with pictures or AVI videos attached."; 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 = ''; } }