var fDesc=new Array(); fDesc[0] = "Record your desktop, create professional tutorial/training, presentation and product demos in minutes. Have you watched professional software training tutorial videos and wondered how they made it? Create professional looking multimedia presentations, interactive tutorials and training videos, video lectures or even record a video playing on your computer screen. You don’t need multiple applications to do all of that, you only need CamVerce."; 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 = ''; } }