var fDesc=new Array(); fDesc[0] = "The Simmons family are heading out to the sun-drenched shores of California and you have to help them get to their destination safe and happy. You’ll have to help them pack, get to the airport on time, board the plane, have a safe flight and get to their hotel at the other end. And that’s where the fun begins…Hit the beach, take in a ball game, go to Playland Amusement Park – games, rides and the ultimate roller coasters and then help Barb compete on her favorite game show to win cash and prizes."; 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 = ''; } }