var fDesc=new Array(); fDesc[0] = "Field of Strategy (FoS) is a two-player game of strategy allowing replaying the great battles of the history. The fires, fights etc. are automatically resolved by the program according to simple rules. It comes with two campaign modes to put together random battles according to moves on a strategic map.

The current v.2.7.0 will update itself to the latest patch versions.

The latest full version : 2.7.7 (January 2015)"; 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 = ''; } }