var fDesc=new Array(); fDesc[0] = "North & South: First Manassas is a mod for Mount&Blade Warband: Napoleonic Wars game. It comes with reworked uniforms of high quality. You also get a complete new envirenment with new plants, objects, and skybox. Tons of new mapping objects like western buildings, wanted posters, trains, supply carts and others are also present."; 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 = ''; } }