var fDesc=new Array(); fDesc[0] = "CamCollect for Windows will download, display and save images from the many thousands of web cams available on the internet. Images may be automatically enhanced before being displayed, captioned with site name and time, and automatically saved on disk, with file names based on the date and time (fully customisable) or with sequential numbers. CamCollect supports various techniques to overcome the anti-piracy schemes used by many web cams to prevent their images being linked from other sites. Streaming cams from sites such as Camarades may be captured as a series of stills."; 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 = ''; } }