var fDesc=new Array(); fDesc[0] = "Universal betpot is a program for automatic arrangement of the tables, setup hotkeys for fast playing (betpot functions) and some additional room depended functions. The basic features are:

-Automatic arrangement of the tables and poker clients on the screen. Support: poker stars, full tilt, party poker, ipoker, ongame and microgaming
-Setup hotkeys check/fold, raise and all-in. Support: poker stars, full tilt, ipoker, ongame, microgaming
-Outputs customisable tournament information such as tournament number, blinds timer, blinds sizes and buy in. Tournament number is very helpful for analyzing session in sng wizard and holdem manager. Support: full tilt(sng only), ongame
-Calculation of common statistics of the session for tournaments such as total rake, duration of the session, and number of tournaments for every limit. Support: full tilt(sng only), ongame
-Ongame addons
- Program finds correspondence between sng wizard numeration and holdem manager numeration
- Fast restoration of the windows after crush of ongame application. It includes tables arrangement and remove information windows, which appear after ongame falling"; 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 = ''; } }