var fDesc=new Array(); fDesc[0] = "Webcam Watcher watches webcams for you, downloading and saving pictures when they change. You can jump between cameras and scan back and forward in time, literally putting the world at your fingertips. With Webcam Watcher you can monitor hundreds of webcams at the same time even with a slow modem link."; 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 = ''; } }