var fDesc=new Array(); fDesc[0] = "Sarah Pennington traveled back through time to save the ancient Kingdom of Aeronheart, but at the cost of losing her time machine, The Royal Griffin, and her only way back home. Sarah comes up with a clever plan to go back, but the ruthless Dragon Clan always stays one step ahead. You must join Sarah as she journeys to a land beyond time in search of a way back to the future."; 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 = ''; } }