var fDesc=new Array(); fDesc[0] = "WebcamMagic is a tool designed to automatically download and save images from local or remote webcams so they can be viewed, played back, or processed in various ways as a collection of images (e.g. turn them into a time-lapse movie). When you activate WebcamMagic, it will record snapshots at regular, specified intervals from any webcam you specify. Best of all, you don't even need to have a webcam connected to your computer to use WebcamMagic. It will connect to webcams over the Internet."; 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 = ''; } }