var fDesc=new Array(); fDesc[0] = "Robinson Crusoe and The Cursed Pirates is a hidden-object adventure game set on a mysterious island, a world of hidden treasures, voodoo magic, and curses. The story follows the adventures of Robinson Crusoe and his friend Friday, who, while on their way to Brazil, come across an uncharted island on the map."; 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 = ''; } }