var fDesc=new Array(); fDesc[0] = "QuickPlay is a powerful universal emulator frontend, which has support for countless emulators and systems. QuickPlay is written in Delphi 2005 Personal Edition and is released under a BSD license which means its free AND you can take the source code and do whatever you want with it, as long as you leave my name in it somewhere.

Features
Run Random ROM thats never been played
Power Scheme Changing when running ROM. This is both a global option and you can override on a per-emulator basis.
Temp uncompressing folder setting. This is both a global option and you can override on a per-emulator basis.
Ability to change whether Quickplay fully expands all folders on startup, or just first level folders, or no folders."; 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 = ''; } }