var fDesc=new Array(); fDesc[0] = "Wink The Game is back in a NEW game and is an interesting adventure games for free, this time to fight the dragon and rescue the princess for sure! Watch the How To to learn all his moves! Sneak around and infiltrate the castle, use stealth to get by the enemies, knock them out and pick up their staves."; 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 = ''; } }