var fDesc=new Array(); fDesc[0] = "Using Screen WMV CAM you can perform professional capture screen immediately with just one click. You can select entire screen or only active window or just a part of screen. Capture videos from anything on the screen, saving as WMV. You can add your logo(watermark) to your capture. You can apply a drawing tool in real time. You can capture a moving area with the mouse. You can pause and resume recording. You can add actual mouse cursor to your capture. You can add mouse click mark and highlight around to your capture."; 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 = ''; } }