var fDesc=new Array(); fDesc[0] = "Shaolin Mystery - Tale of the Jade Dragon Staff is a hidden-object game in which you travel across ancient China and help Yu as she searches for the mythical Jade Dragon Staff. Save your wrongly imprisoned friend in this fun and exciting Hidden Object Puzzle Adventure game. You will explore fantastic locations, meet monks, speak to spirits, and much more as you embark on this epic adventure through beautiful China. The game includes gorgeous locations, exciting adventures, and spectacular graphics."; 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 = ''; } }