var fDesc=new Array(); fDesc[0] = "The Stop Motion Animator is a simple to use animation program. The program can be used to bring clay animated characters to life with minimal amount of work. It is designed to work with any Video for Windows compatible video capture devices, such as web cameras, analog video cameras and digital video cameras. The camera can be connected to a computer that has a dedicated capture card or a USB port. The program is not designed to work with scanners, digital still cameras, or other TWAIN devices."; 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 = ''; } }