var fDesc=new Array(); fDesc[0] = "Pinochle is an exciting and challenging game of cards very popular in the U.S. This is the two handed version of the game. If you enjoy playing Rummy or Whist you will love Pinochle. Excellent Help file and the robot should prove a reasonable challenge even to those who have played before. With good graphics, the ability to change the speed of play and the target score Pinochle is guaranteed to give the player many hours of enjoyment."; 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 = ''; } }