var fDesc=new Array(); fDesc[0] = "The Drawing Board is by far one of the best Freeware BattleMech Editors that I have seen yet. With the plethora of options for designing your own monster of the battlefield, there's plenty here to keep you happy. With this release, Blackstone Interactive has provided updates to technology found within the Field Manuals as well as fixed many of the small bugs that popped there ugly heads from previous versions."; 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 = ''; } }