var fDesc=new Array(); fDesc[0] = "Join our hero once again in this new and exciting version of our playable demo, featuring the beautiful & original artwork of the exotic island of Bimini! Using a unique storyline but including some relevant facts, you discover the paths to the mysterious Fountain! EXPLORE the island of Bimini, MEET and INTERACT with friends and foes! Find out who's there and exactly what they are up to!"; 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 = ''; } }