var fDesc=new Array(); fDesc[0] = "Lucky Luke: Shoot & Hit is an arcade shooter game. Play the part of Lucky Luke, the best gunslinger in the West, and win hundreds of missions in this challenging game based on physics and chain reactions. Precision and logic will be your best friends. Shoot faster than your shadow and bring down all the targets, but be careful cowboy, your ammunition is limited"; 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 = ''; } }