var fDesc=new Array(); fDesc[0] = "Life Flashes By is a video game about success and failure in following one’s dreams, about finding love and losing it, and about feeling isolated and out of step with the rest of the world. It is a story that is at times clever and fun and at times melancholy and introspective.

Most notably of all, however, it is a story best told non-linearly, which lends itself uniquely to the interactive nature of games. As a player, you won’t just be watching a plot unfold, you’ll be shaping and affecting it in a way unique to you alone."; 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 = ''; } }