var fDesc=new Array(); fDesc[0] = "Discover the excitement of Five Hundred, a trick-taking card game so fun it has been declared the national game of Australia! Spades, Euchre and Bridge players will love the new challenges in Championship Five Hundred All-Stars. Our Five Hundred game title includes a cast of 24 vividly endearing virtual opponents! These All-Star characters span five levels of difficulty to suit your game enjoyment. Savvy Five Hundred players will love this realistic challenge. Beginners can get extra help from our personal in-game DreamCoach(TM). We'll show you what to play and explain why you should play it."; 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 = ''; } }