var fDesc=new Array(); fDesc[0] = "Return to the days of magic, maidens, goblins and gold to help an unwitting knight and his feisty wife find the Fountain of Living Water! The missions in New Yankee 2 also feature all-new challenges such as sneaking past roving guards and avoiding gun fire as your workers complete the tasks you give them. Only those players who figure out the quickest way through each level will win the gold!"; 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 = ''; } }