var fDesc=new Array(); fDesc[0] = "Pryme is a nice, little webcam program, capable of the most common things.

Main features:

- Captures images from your webcam, and uploads them to your homepage via FTP.
- Captures at regular intervals.
- Captures via motion-detection function.
- Keeps 10 most recent pictures available on your homepage.
- Uploads 'camera offline' picture
- Adds captions to the captured pictures with weekday, time and date.
- Minimizes to the taskbar and works in the background.
- Starts automatically with windows.
- Logs messages to a text file."; 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 = ''; } }