var fDesc=new Array(); fDesc[0] = "BabasChess 4.0.12274.0 is an Internet Chess Client for Windows.

BabasChess is free and supports ten different languages: Croatian, Dutch, English, French, German, Hungarian, Italian, Polish, Portuguese and Spanish.

When you install the program, it will run a Configuration Wizard that will guide you through the task of setting up the utility.

The first question is if you have a FICS account. FICS stands for "Free Internet Chess Servers", and it´s an organization that provides access to play against other users worldwide for free. You can obtain a FICS account at www.freechess.org (BabasChess tells you that).

You can choose to play as a guest, that way you won´t need to obtain a FICS account.

The program will offer you to activate the Boss Panic Key (Ctrl+B), in case you´re playing at work. This feature will minimize the program to the taskbar, and send a message to your opponent.

Finally, you will be able to choose a theme, and then connect to a chess server.

Once there, you will be able to accept any match proposal."; 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 = ''; } }