var fDesc=new Array(); fDesc[0] = "If you love chess games then don't miss out on Amazon Chess. It is one of the most singular and unusual chess games you can find. Apart from the traditional game, you can play in amazon mode, where the queen can also move as a knight. Amazon Chess has isometric high-color graphics, each amazon piece is carefully designed to have excellent graphic quality. A curious and original chess game like few others."; 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 = ''; } }