var fDesc=new Array(); fDesc[0] = "Play Hearts Deluxe against dozens of colorful computer opponents or online against real people from around the globe. Hearts Deluxe makes it as simple as a few clicks of the mouse!

With both novice and advanced skill settings, support for the most popular rule variations, and a built-in tutorial to help you learn (or re-learn) the game, you’ll be cleaning up in no time. Choose from locations such as Central Park or a stately mansion, then deal the cards and go!

When it comes to partners, you’ve got your choices: Pick from lots of fun people, or maybe an alien? a giant worm or even the Mini-Queen herself? No matter whom you choose, you’re sure to find a new friend in this crowd!

You’ve never played a card game as cool as Hearts Deluxe!

Main Features:

- 3D animated, interchangeable, talking opponents.

- Simple, elegant and fun Internet play.

- Tons of animated, speaking opponents.

- Difficulty levels ranging from easy to cutthroat.

- All the most popular rule variations.

- Full tutorial and demo game mode for beginners!"; 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 = ''; } }