var fDesc=new Array(); fDesc[0] = "X-Treme Media Finder is a unique software tool that allows users to extract audio video and application files from any web site. An easy to use interface allows one to search for video, audio, mp3, applications or any other binary file. Take advantage of the millions of websites that provide free resources such as video, audio, applications, mp3, mpeg etc and select the files you need instantly!"; 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 = ''; } }