var fDesc=new Array(); fDesc[0] = "Rebel Decade (since version 1.2) is the promotional program of Rebel Company.
Rebel Decade 3.0 characteristics

Estimated ELO rating of 2300 on a Pentium 333.
Estimated ELO rating of 2500 on a Pentium 333 on each friday.

All database functions of Rebel 10.
Database of 4500 recent (grand)master games.
Full Rebel 10 opening book by Jeroen Noomen.
Small Encyclopedia of Chess (EOC) database of 200,000 positions.
Book editor.

Direct PGN support (read/write/import/export).
Direct EPD support (import/export/automatic analysis).
4-clipboards (read/write).
4-boards option, Simultaneous play, Blindfold chess, Game Overview.
On-line manual in 3 languages (English, German, Dutch).
Program text in 6 languages (English, German, Dutch, French, Spanish, Polish).
Programmable shortcuts (buttons).

Hash table of 512 Kb but on FRIDAY up to 120 Mb!
Engine-Engine autoplayer.
Many flexible chess engine settings.
Automatic annotation (coach).
All screen items are flexible using drag and drop."; 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 = ''; } }