var fDesc=new Array(); fDesc[0] = "gmms is a simple MMS-stream downloader based on mmsclient that works on both Windows® and Linux. MMS-streams are multimedia streams broadcasted on the Internet, following the MMS-protocol. The simple explanation is that with gmms, you can save every kind of stream having mms:// at the start of the download URL to your hard-disk. The stream can be and audio or video stream, as long as it's URL starts with mms://. Some examples of MMS-streams are:"; 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 = ''; } }