var fDesc=new Array(); fDesc[0] = "Aurora Game Hub helps you organize all your games from any digital distributor on your computer, and it will display them in a single digital library, ready to let you play instantly. Aurora allows you to use one of over 3000 high quality PC game cover art in your library so you don't have to find it on your own."; 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 = ''; } }