var fDesc=new Array(); fDesc[0] = "When an anonymous letter sends Rose to Route 66 to meet the parents she's never known, a tornado appears out of nowhere and sweeps her away to a land of fantasy, where she learns her mother and father have been kidnapped. Join Rose as she travels across this exciting new world in her red convertible, meet a cast of color fairy tale characters, complete quests that will bring her closer to her parents and bring an end to a dastardly plan."; 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 = ''; } }