var fDesc=new Array(); fDesc[0] = "The EmuMovies Download Service Utility completely automates the installation and use of all of our artwork packs and media in the front end of your choice. This means that instead of spending months of downloading, sorting and renaming it will now only take minutes per system (plus download time). The download service utility only downloads the content to match your roms and renames the content automatically to whatever romset you have so it just works!"; 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 = ''; } }