var fDesc=new Array(); fDesc[0] = "EmuMovies Download Service Utility completely automates the installation and use of all of artwork packs and media in the front end of your choice. It notifies you upon startup if any sets you have previously downloaded have been updated, allows you to only view those sets so you can easily update your artwork and video packs and you can individually download sets or all at once."; 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 = ''; } }