var fDesc=new Array(); fDesc[0] = "When American showman Carl Denham brought the savage giant King Kong back to Manhattan, he never imagined the havoc that this monstrous anthropoid would wreak. Within hours of the beast's death plummet from the top of the Empire State Building, both Carl and Kong's body disappeared completely. 25 years later, Carl's son Vincent finds his way back to the site of his father's greatest adventure and to clues that may unlock the secrets surrounding nature's greatest miracle.

Uncover the greatest mystery of all time – The Mystery of King Kong – in this puzzle adventure of epic proportions! Featuring a richly illustrated story, a cinematic soundtrack, two modes of play and over 100 varied levels, this game will transport you to a world of mystery and action, and to the home of one of the most popular characters of all times."; 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 = ''; } }