var fDesc=new Array();
fDesc[0] = "Discover the excitement of Championship Euchre All-Stars! Euchre was the national card game back in the 1800s and is currently regaining popularity. Popular Euchre 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 Euchre 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.
Main Features:
- Endless Excitement
Choose from scores of customizable options, rules and variations.
- Extra Fun Gameplay
24 colorful All-Star virtual opponents.
- Challenge
Five levels of difficulty. Explore dozens of Euchre variations, including Bid Euchre and British.
- Improve your game
In-game help and tutorials – Personal DreamCoach(TM) advice.
- Relax and Enjoy!";
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 = '';
}
}