var fDesc=new Array(); fDesc[0] = "Take on the role of d'Artagnan in his quest to become a Musketeer. Gather loot, duel enemies, and fire flintlocks in this swashbuckling epic.

When the evil Cardinal Richelieu launches a plot to disgrace the queen, you'll have to use your wits and skills with the sword to defend her honor. You'll journey from Paris to London and back to retrieve her 12 diamond studs in time for the royal ball. The cardinal has eyes and ears everywhere... He will not make this journey an easy one for you."; 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 = ''; } }