var fDesc=new Array(); fDesc[0] = "PaperPlane is a video game where you fly a paper airplane through typical childhood memories. Enabling those memories give access to little sketches which put some movement to the landscape. Also, each one of them is can be viewed in a polaroid pictures book inside the tree house. You give life back to these memories by flying close to them, through them or around them."; 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 = ''; } }