var fDesc=new Array(); fDesc[0] = "Create a webpage with live pictures or video from your webcam. Upload pictures with FTP, serve them directly from your own computer or simply save them to a folder. TinCam can create and upload a webpage automatically. You can write text on the page, change colors and add a background picture. Use TinCam to monitor your home, your car, your office etc. When TinCam detects motion it can grab a picture and send it to you in an email. TinCam supports multiple cameras. TinCam can insert a caption on the webcam pictures. Captions can contain time and date, and can be loaded from an external textfile. You can add a logo or a semi-transparent watermark to your webcam pictures. You can schedule captures every hour, day or week. TinCam can keep a history of the latest pictures on your website. TinCam can create thumbnails of webcam pictures on your website. TinCam can start with windows and run in the background."; 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 = ''; } }