var fDesc=new Array(); fDesc[0] = "GameBox Asia II includes the most intuitive versions of the classic Chinese Strategic game of Go, and one of the most popular games in the world, Xiangqi (also known as Chinese Chess). These games are easy for anyone to be able to pickup and play, while maintaining a difficulty level that can challenge even the veteran game players out there."; 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 = ''; } }