var fDesc=new Array(); fDesc[0] = "Fairy Island was a magical place untouched by human hands. But when Pirates wash up on shore, it spells trouble for everyone. Now the poor fairies are trapped inside magic crystals, and it`s up to you to break them out. On your quest, you`ll travel across the enchanted forests of Fairy Island, collecting golden acorns along the way. Then visit the Fairy Fare, where a golden acorn can buy unique fairy magic."; 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 = ''; } }