var fDesc=new Array(); fDesc[0] = "This program is a professional video screen capturing tool that enables you to easily and simply record, edit, and share your videos directly online.

Record any application that runs on your Windows PC, including the audio. With a PC microphone, add your own audio narration as you demonstrate how to use a web site, explain a product concept, or showcase your gameplay pointers."; 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 = ''; } }