var fDesc=new Array(); fDesc[0] = "The BEST Chess client software on the web. A banner-free graphical interface that allows you to play, watch and examine games, or to chat with friends around the world. Chess.net for Windows is one of the most exciting chess multimedia products tailored for the chess novice and enthusiast alike. This version is available free for download and can be used for both Free Trial accounts and Paid Member accounts."; 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 = ''; } }