var fDesc=new Array(); fDesc[0] = "MeggieSoft Games Euchre & Ecarte is a full implementation of two card games: Ecarte and Euchre (the two-player version). Play against an online opponent or your computer with many customizable visual, audio, and game options.
Both games involve winning the majority of five tricks. In Ecarte, each player is able to swap unwanted cards with fresh ones from the stock before playing the tricks. In Euchre, the players negotiate the trump suit."; 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 = ''; } }