var fDesc=new Array(); fDesc[0] = "The theme for this one was Light & Darkness, which will be very apparent to players. There's a real strange indirect mechanism for playing this game which adds nothing to the gameplay, but I think one of the themes that didn't quite win was 'Indirect Interaction', so I threw it in anyway. It's still kind of fun, and contains some pretty puzzling challenges!"; 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 = ''; } }