var fDesc=new Array(); fDesc[0] = "In Wyv and Keep you take control of two notorious treasure hunting thieves as they delve into the dangerous, savage jungles of Amazonia in search of an ancient, mysterious temple. Play with a friend or go it alone, using team-based puzzle solving to advance the daring Wyv and the cunning and beautiful Keep through an exciting, trap-filled world. Navigate past treacherous obstacles with precise timing and pinpoint accuracy, ultimately activating a switch to open the level's exit and proceed forth."; 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 = ''; } }