var fDesc=new Array(); fDesc[0] = "DawnArk Screen Recorder is a capture and recorder tool. You can use it to capture a full screen, a selected region, or a picked window. You can draw some easy shape on the capture to show something. With DawnArk Screen Recorder, you can record hours of screen to show others how to use your software or website.

It also supports hot keys to let your work much easier. With this program you can record your screen to AVI,WMV,ASF and FLV. At the same time, you can specify many parameters such as bitrate or resolution to output the movie which you like."; 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 = ''; } }