var fDesc=new Array(); fDesc[0] = "There is already one game editor the Baldur's Gate and Tales of the Sword Coast, GateKeeper by Aaron O'Neil. This editor has one main limitation : it does not allow for adding custom items and spells.

Since then Aaron O'Neil has made new editors, for Icewind Dale and Baldur's Gate II - Shadows of Amn, that allowed for much more flexibility.

Sword Coast Keeper will allow people using custom items or spells to display or modules such as Dark Side of the Sword Coast to display properly their saved games and perform any change you may want to do, much like Shadow Keeper allowed for Baldur's Gate II."; 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 = ''; } }