var fDesc=new Array(); fDesc[0] = "In this challenging skill game you're a thief and your aim is to steal the precious jewels from the jewelry stores! Do you have the courage to sneak past all the security guards and customers, avoid the security devices and get hold of the jewel? Good Luck Jewel Thief!!!"; 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 = ''; } }