var fDesc=new Array(); fDesc[0] = "Kodosoft Screen Video Recorder is a easy screen activity recording software. You can use it to recording screen movement and background audio to a AVI/WMV file. You can recording a video screencasts from your desktop screen to making a demonstration, presentations or teaching video. The output file has a small size and high definition. you can upload record video to Facebook or YouTube and share it. And you can add a logo or text watermark to recording videos."; 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 = ''; } }