var fDesc=new Array(); fDesc[0] = "IP Cam PTZ is a free Mozilla Firefox extension that enables you to load any IP Cam that supports URL commands in the Sidebar. It gives you full Pan and Tilt control along with the video stream, thus you will not need to go through the cameras own user interface- annoying login process."; 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 = ''; } }