var fDesc=new Array(); fDesc[0] = "PARCHUS is an easy to play board game of the Cross and Circle family. PARCHUS is an adaptation of the Indian game Pachisi. This game is played with 1 die and 4 pawns per player. Dice cups are optional, but most game sets include them. Players compete on leading their four pawns out of their nest, around the whole board, into the color track and up to the center of the board, chasing and "eating" each other in the process."; 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 = ''; } }