var fDesc=new Array(); fDesc[0] = "Kasual Chess is a fully functional computer chess program that allows you to play chess against computer or friend.

It has a simple user interface that can get you started on the game without having much experience on chess.

Kasul Chess has resizable windows, drag and drop interface, 5 difficulty levels, animated moves, highlighted legal moves, last movement tracking, moved history, captured pieces, flip board, customizable background and pieces and you can even play it on the network using IP address."; 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 = ''; } }