var fDesc=new Array(); fDesc[0] = "ZD Soft Screen Recorder is the ultimate screen recording and sharing software for Windows. It captures what you see on computer screen and what you hear from speakers simultaneously, and saves as compressed video file in real-time. External capture device such as webcam is also supported. New virtual capture device mode enables you to share your computer screen with your friends through any webcam capable IM software such as Windows Live Messenger (MSN)."; 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 = ''; } }