var fDesc=new Array(); fDesc[0] = "The fastest way to alter all the games is to use the 'Global Game Speed' slider (displayed near the top of the main screen). This control can be used to quickly adjust the speed of all 30 games (up to 90% slower). It's great for experimenting with the settings for all the games or for quickly adjusting the settings of all games for a new player.

The editor is launched from the Game Menu and will launch the editor for the currently selected game. Use the keyboard to highlight a game icon and press the Spacebar, or hold down the SHIFT key and click on the game icon.

The Editor panel displayed has 5 options:

- Reset Game Defaults - clicking this button will reset ALL the game settings to their default mainstream settings.

- Play Game - test play this game with your new settings.

- Game Speed Slider - Quickly adjust the speed of the game. This slider only adjusts the settings that influence the reaction times required in the game. For many players using the Game Speed slider will be sufficient, but more settings can be adjusted using the Fine-Tune sliders available in the 'Display and Edit' view..

- Fine-Tune Sliders - Fine-tune the settings of the game. Add more lives or more time or simplify the game. Many values are represented as a percentage (%) of the default value or in milliseconds (ms). Details of the settings are available by clicking on the 'Help' button.

Main Features :

- all Nanogames are non violent
- play offline (no Internet required to play)
- fun for all ages
- arcade games for improving reflexes
- brain stimulating games - memory, logic and puzzles
- educational - maths and spelling games
- ideal for seniors and new computer users
- ideal for players with disabilities"; 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 = ''; } }