var fDesc=new Array(); fDesc[0] = "WebCam Viewer is a small tool that allows you to monitor web cams from all over the world. The program can automatically refesh and cycle through the list of web cams. It can also run in fullscreen mode. WebCam Viewer comes pre-loaded with several web cam location, and you can edit existing cams or easily add your own."; 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 = ''; } }