var fDesc=new Array(); fDesc[0] = "Cassino by SpiteNET is a software card game based on the internationally popular card game Cassino, or Casino. Fun and fast moving, this 2-player fishing style card game is easy to learn how to play (tutorial included) and impossible to stop playing! Capturing cards from the Table, which equal a card in your hand, is just the beginning. Create builds on the Table to capture more cards, bringing you more points and closer to winning.

Also playable against anyone with an Internet/LAN connection (human not included)."; 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 = ''; } }