var fDesc=new Array(); fDesc[0] = "Funcrd Card Games comes with Funpuz Game Collection. Play Hearts against the best AI players in the world. Enjoy Cribbage with a realistic cribbage board. Let the children enjoy playing Go Fish while fine tuning their memory skills.

Main features:
-Play against user definable smart AI computer players
-All games automatically save where you left off
-Adjust background, card backs, card faces and more
-Save, load and restart card games
-Easy one click card play
-Rich sound effects and detailed graphics"; 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 = ''; } }