var fDesc=new Array(); fDesc[0] = "Screen Recording Suite can record anything on your screen, including video, audio, PowerPoint Presentation, computer action. It also has the function to record audio through microphone, record video from webcam and other Recording devices. You will get any video and audio files of many formats from computer screen and saves them as compressed video file in real-time. The built in video convertor can help you export the video to many formats according to your requirement, like AVI, MP4, WMV, 3GP etc. It also can convert the video format specially for Andriod, Apple and Sony. The built in Video and audio processor will help you polish recorded contents and turn it into a professional screencast. Later you can transfer these video, audio files to mobile devices like iPod, MP3, or upload to hot video sharing websites. Screen Recording Suite also can help you generate flash Movie from recorded contents for web sharing."; 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 = ''; } }