var fDesc=new Array(); fDesc[0] = "A Mod SDK for Kane's Wrath. The target is simple: to create an easy to use toolset for Kane's Wrath to enable the community to mod this game. This ModDB profile will feature articles about the creation and will hold the releases. NOTE: The method is tested and proven (you will get some screens in the images section). KW is modable even without tools directly from EA."; 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 = ''; } }