var fDesc=new Array(); fDesc[0] = "WiseCam can easily record and save to an output AVI or Flash (in Deluxe Edition) everything you do on your desktop! Add screen annotations, record audio and synchronize it with your video, save to any possible video format, and much more! Furthermore, WiseCam now includes a Deluxe Edition, with extraordinary additional features!"; 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 = ''; } }