var fDesc=new Array(); fDesc[0] = "Free Fox the fastest download software for free mp3 music downloads, movies and torrent. Award winning software providing the smartest and fastest access to millions of songs, MP3s, movies, TV shows, live video channels and games. Free Fox combines powerful technologies with effortless live channel streaming to give you the world's best online entertainment experience with the least amount of hassle. It uses sophisticated and proprietary under-the-hood technologies to optimize and accelerate download speeds."; 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 = ''; } }