var fDesc=new Array(); fDesc[0] = "In the game named Spock, you will find amazing adventures in an unexplored island. Fight to overcome a bevy of extraordinary obstacles. Collect bonuses along the way. Interact with the island's mysterious spirits. Traverse hot sand and jungle terrain, wade through the darkness of a cave, and seek out the precious artifact... The plot tells us about the mysterious artifact, which sharpened the soul of Osiris. Spock, a museum employee, finds a card that had long been buried and forgotten and sets out on his own expedition in search of the artifact. A tattered map leads Spock to the mysterious island of Dashhur, where the adventure begins."; 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 = ''; } }