var fDesc=new Array(); fDesc[0] = "Audio MP3 Find is a program to search and download MP3 audio files from Internet using large range of search engines to get the most results. All you need is enter the name of song or an artist, and the program will search number of search engines and produce list of appropriate files. It also verifies the links and lets you easily download found files with single mouse click without any worries of broken links or failed downloads."; 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 = ''; } }