var fDesc=new Array(); fDesc[0] = "CoCSoft Stream Down is a streaming video media download tool. It supports not only HTTP, FTP download, but also streaming video media download, such as RTSP, MMS, MMSU, MMST. You can download and save multimedia streaming and RTSP (Real Time Streaming Protocol) to local file, enabling you to download movies, music and capture streaming video and audio,record radio from Internet."; 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 = ''; } }