var fDesc=new Array(); fDesc[0] = "The Egg Run 2 is an interesting action game for free. Help the Easter Bunny collect up all the Easter eggs in time for Easter. Beware though, its a dangerous job, so try to keep him out of trouble along the way. If you mess up, watch your Bunny meet a horrible ending! Use arrows to move, jump and duck/pickup. Come on and good luck!"; 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 = ''; } }