var fDesc=new Array(); fDesc[0] = "By using uvScreenCamera you can easily create animated demos or tutorials by recording your computer's desktop activity, including all mouse movements, window graphics, mouse clicks, etc. The recorded clips are stored into UVF, EXE, SWF or AVI movie files, streaming just 20 to 400 KB per minute. As an option, you can annotate recorded movies with text. uvScreenCamera animated tutorials are the most visual way of presenting your software, training your staff, and supporting your customers."; 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 = ''; } }