var fDesc=new Array(); fDesc[0] = "An exciting game of Spades in which you play as an individual against 3 other computer players called Charles, Phillip and Camilla. The game has good graphics and many options. You also do not have to worry about how a robotic partner may play. Statistics of games won and lost are kept in an interesting way. Guaranteed to be adictive and keep you amused for many hours. After downloading and installing the game you may play as many games as you like five times. If you then wish for unlimited play you can register safely and securely with RegNow for only $16."; 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 = ''; } }