var fDesc=new Array(); fDesc[0] = "The ultimate Hidden Object mystery returns, taking you deep into the legends of King Arthur. Join the adventuresome duo of Will and Anna on a brand new fun-filled adventure through 50 gorgeous locations with 36 challenging levels! Five different gameplay styles will keep you entertained from start to finish! Hold on tight for a thrill-ride that will keep you guessing till the last. You won? believe the shocking surprise ending!"; 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 = ''; } }