var fDesc=new Array(); fDesc[0] = "Siege IGC provides a client for FICS (Free Internet Chess Servers) and ICC (Internet Chess Club), the two most popular Internet Chess clubs. After downloading, you must follow the instructions, and you should be online playing a game in no time!
Customizable Chess Board and Pieces - use .BMP or .GIF files to create your own chess boards and sets. Siege provides several high quality sets and hundreds of possible boards. Both vector and bitmap sets are supported."; 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 = ''; } }