var fDesc=new Array(); fDesc[0] = "The Love Boat is a time management game based on the TV show of similar name. You manage a cruise ship and cater to the needs of the passengers. You can meet the TV show characters such as Captain Stubing, Julie, Gopher, Doc, and Isaac; you must help them across 60 Levels in this game. Collectors/Platinum edition comes with 30 extra challenges."; 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 = ''; } }