var fDesc=new Array(); fDesc[0] = "Front end designed to run on a touch screen, but can be used with a mouse as well.

Main features:

- Add games/programs with drag and drop
- Support for animated GIF images as well as BMP, JPG and PNG
- Support for video previews
- Can play music in the background while browsing games
- Supports 10 different configurations and the option to drag and drop games between them
- Supports skins for each individual config page
- Supports both delayed shutdown and a pincode protected shutdown
- Optional shutdown screen with quit, shutdown, reboot, standby and hibernate
- Take screenshots of games and add automatically to the FE
- Run a selectable program at shutdown
- Select between 172 different image transitions when browsing the games
- Easily skinnable."; 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 = ''; } }