var fDesc=new Array(); fDesc[0] = "Swinxs is the first screen-free games console that can play games, talk, listen and keep you entertained for hours. The portable entertainment pod engages kids in physical, creative and educational play (including musical chairs, tag and relay ) by using its voice in combination with sounds and colors. Designed for ages four and above, Swinxs talks and explains games, recognizes players and even referees.
The SwinxsSDK contains everything you need to develop your own games:
-The SwinxsEmulator
The purpose of the emulator is two-fold. Firstly you can run all games on your PC. Secondly, using the SwinxsEmulator, you can publish the games to your Swinxs or upload to here.
-The SwinxsSource
Basically all game specifications plus audio samples to run your emulated Swinxs.
The documentation
-Read the documentation thoroughly, as you will find most answers there."; 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 = ''; } }