var fDesc=new Array(); fDesc[0] = "The warboard is a standalone software program that does not require Medieval II to run. Running the Warboard does not require an active internet connection.It is a lightweight .exe with its own installer, and can be run on most any computer,at any time.

For more than a strategy guide, the Warboard is an incisive look into the history of the Middle Ages and a study of the combat that took place there.

Tactics and Generals,Priests and Merchants,Cavalry and Mercenaries -- all are treated in more than twenty unique chapters that read like a gamers Art of War."; 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 = ''; } }