var fDesc=new Array(); fDesc[0] = "Baldur's Gate II: Enhanced Edition is an action adventure game with a magical theme. The wizard Irenicus holds you captive in his stronghold, attempting to strip you of the powers that are your birthright. You must resist the evil within you, forge a legend of heroic proportions, and ultimately destroy the dark essence that haunts your dreams."; 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 = ''; } }