var fDesc=new Array(); fDesc[0] = "Play the role of Justin a high school student as he embarks on his dream journey to become a game developer. Having just won a programming contest he enlists the aid of Cleo the artist and Aki the music composer. How will the team grow and take on the hardships along the way?
Features

- Indie game management-sim
- Manage funding, game ideas and your team
- Multiple endings
- Multiple growth paths for team member
- Discover the story behind each member"; 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 = ''; } }