var fDesc=new Array(); fDesc[0] = "Flash Game Studio allows you to easily manage and organize your favorite flash games and animations. Resize, modify, and easily take screenshots while accessing the Flash Game Studio arcade with over 1000 games.

Main features:
- Play your favorite flash games offline!
- Build up your library up to as many games as you want!
- Easily organize and access your favorite games and animations!
- Easily take, manage and automatically crop screenshots!
- Resize your flash games to whatever size you want!
- Easily access the Flash Game Studio arcade!
- Hack your favorite games using Flash Game Studio's variable control tool!"; 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 = ''; } }