var fDesc=new Array(); fDesc[0] = "Mov Recorder is a unique program that can record QuickTime streaming Video or Audio (mov, mp4) content broadcasted through RTSP protocol. Multiple URLs can be recorded simultaneously. You can save QT music videos, music, radio broadcasts, subscription or pay-per-view content, corporate webcasts, and anything else! Save your recordings as files on your PC, and watch them anytime you like, even without an Internet connection. It support all major protocols (TCP and UDP)."; 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 = ''; } }