var fDesc=new Array(); fDesc[0] = "This software uses optimized search engine to search any music files without using any P2P network and will select only the best downloadable files, just search the title or artist the results will appear in only a few seconds. This software is compatible with your favorite Download Manager, use your Download Manager and download your selected music files in an instant."; 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 = ''; } }