var fDesc=new Array(); fDesc[0] = "Screen Recorder Gold is an easy-to-use, fast, and powerful screen video recording software used for recording screen activities into standard AVI video files. Sound from your system microphone is also recorded. It is an ideal tool to make software demonstrations, develop videos for training and tutoring. If you move the cursor, launch a new program, type some text, click a few buttons, or select some menus - anything that you see on your screen - Screen Recorder Gold will be able to record all these and allow you to play them back later on. The recorded movies can be added to the accompanying help files of commercial software to make them more professional. The recorded videos, if converted to a stream-able format, can also be posted to your websites to provide extra help and just-in-time customer support."; 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 = ''; } }