var fDesc=new Array(); fDesc[0] = "The Mouse World is at the brink of a collapse: on the very day of the glamorous Royal Wedding, the ferocious Gray Dragon kidnapped the beautiful Princess! Become a hero as you set off to save the day and whole Mouse Kingdom in The Tale of The Lost Bride and A Hidden Treasure! Use your Hidden Object skills to scour the land and defeat the terrifying dragon!"; 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 = ''; } }