var fDesc=new Array(); fDesc[0] = "D'Artagnan saved the queen but lost his three friends and the woman that he loves. What has become of the famed trio: Athos, Porthos, and Aramis? Who could have captured the beautiful Constance Bonacieux? It is up to d'Artagnan to find out. D'Artagnan's actions will soon capture the attention of femme fatale Milady de Winter, and lead to another adventure in The Three Musketeers: Milady's Vengeance, a fun Adventure game."; 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 = ''; } }