var fDesc=new Array(); fDesc[0] = "Memento LE is an easy to use utility that allows you to record and store all video received during a Yahoo! webcam session.
All recorded video can be played back using your favorite media player (including Windows Media Player).

Main features:

- Simple, easy to use user interface: Memento LE displays a list of all current Yahoo! web cam sessions. To control recording, simply select the session from to list to start or stop recording.

- Saves video in industry standard formats: the video captured by Memento LE is stored in AVI file format and can use any video encoder installed on the system to compress the video thus saving disk space."; 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 = ''; } }