var fDesc=new Array(); fDesc[0] = "Acey Ducey Backgammon is for every sailor who's ever sailed the seas. Play Acey Ducey as well as Backgammon. This product features ten different match play options and four levels of computer play. You can save a match and play it later, and take a turn over again. Use the custom board designer to build your own boards with 75 different textures. Play with a friend on the same machine, or via the Internet, a LAN or modem. There's even a built in scoreboard, chat window, and great music and sound."; 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 = ''; } }