var fDesc=new Array(); fDesc[0] = "Yûki and Rina Football is a soccer runner game that will test your football gaming skills. Yuki & Rina are 2 young talented football players. They showed incredible football skills and their coach and manager decided it was time to train them to become Pro Players. Before becoming Pro Players, they must pass the ultimate test, which is a combination of agility, skills and reflex."; 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 = ''; } }