var fDesc=new Array(); fDesc[0] = "CCTV View allows you to watch up to 20 webcams or CCTV cams within your browser. This extension allows you to define up to 16 cctv or webcam URLs. Every time the toolbar button is clicked it will show an updated version of the image. For streaming JPEG images you will need to copy the URL parameter from the video stream on the montage window."; 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 = ''; } }