var fDesc=new Array(); fDesc[0] = "The leader in shareware card and board games is proudto present the latest and greatest. Six computer opponents challenge you to a hot game of Checkers. Wonderful graphics and music provide the atmosphere as you take on a virtual opponent or challenge your friends to a Checkers 'death match' over the net, LAN or by modem."; 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 = ''; } }