var fDesc=new Array(); fDesc[0] = "Full Tilt Chess is a free online multiplayer chess game of strategy that is fast paced and unique in many ways. Connect to chess opponents via LAN or the Internet. The User Profiles, Game Results and Rankings/Statistical information are housed on the Full Tilt Chess server. This allows for maximum speed and flexibility and seemless gameplay. Loaded with features and having very minimal system requirements, this is the internet's premier pick for chess players of all levels and anyone who wants to improve their skills."; 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 = ''; } }