var fDesc=new Array(); fDesc[0] = "The Mount & Blade - Unoffical Troop Editor is developed to allow editing of the troops.txt, parties.txt and party_templates.txt files and should be compatible with M&B versions 0.9 - 1.x as well as M&B Warband.
The Unoffical Troop Editor is used for better balance individual troops and factions for the user's own personal use or possibly to create a new mod for Mount & Blade."; 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 = ''; } }