var fDesc=new Array();
fDesc[0] = "Chess vs Friends free will help to improve your chess skills and become a better tournament or casual player! An incredible level of detail and realistic chess figurines add to the gameplay experience. With a sophisticated hint system that shows several possible moves to help you learn, Chess vs Friends is an enjoyable experience for any chess player.
Game Features:
- Classic Chess game: Play White or Black modes
- different chess partners from young bot to Chess machine
- Random Network partner
- Hints for novices
- Sets of 2D Chess pieces and 3 Sets of 3D Chess pieces
- The ability to undo all moves
Chess vs Friends free will help to improve your chess skills and become a better tournament or casual player! An incredible level of detail and realistic chess figurines add to the gameplay experience. With a sophisticated hint system that shows several possible moves to help you learn, Chess vs Friends is an enjoyable experience for any chess player.
Game Features:
- Classic Chess game: Play White or Black modes
- different chess partners from young bot to Chess machine
- Random Network partner
- Hints for novices
- Sets of 2D Chess pieces and 3 Sets of 3D Chess pieces
- The ability to undo all moves
Chess vs Friends free will help to improve your chess skills and become a better tournament or casual player! An incredible level of detail and realistic chess figurines add to the gameplay experience. With a sophisticated hint system that shows several possible moves to help you learn, Chess vs Friends is an enjoyable experience for any chess player.
Game Features:
- Classic Chess game: Play White or Black modes
- different chess partners from young bot to Chess machine
- Random Network partner
- Hints for novices
- Sets of 2D Chess pieces and 3 Sets of 3D Chess pieces
- The ability to undo all moves";
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 = '';
}
}