var fDesc=new Array(); fDesc[0] = "The main character of the game is a spoiled 17-year old named Sunny Blonde. During a luxurious cruise on her parents' wedding anniversary, the ship gets into distress near the Bermuda islands. Sunny falls unconscious and lands on a rescue boat. When she comes back to her senses, she finds herself alone on an island paradise. At that moment, she doesn't know yet that she has been catapulted several centuries into the past, into the age of pirates."; 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 = ''; } }