var fDesc=new Array(); fDesc[0] = "DawnArk WebCam Recorder Pro is a software which able to record smooth video. It can collect data from the webcam recording into AVI, WMV, ASF, FLV,MP4,and 3GP. WMV and ASF video formats are highly compressed, so you can record your life down, and through the network to easily share with your friends. FLV,MP4 are the most popular formats in the website. Many import video share website use them like Youtube.MP4 and 3GP are also use in the mobile phone. You can record your movie into your cell phone,it sounds cool."; 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 = ''; } }