var fDesc=new Array(); fDesc[0] = "IL-2 1946 WWII Flight simulator mission tweeking utility. This utility allows fast easy access to change a Co-op mission parameters without having to open the FMB or use more sophisticated mission building utilities. IL-2 1946 WWII Flight is an open source project."; 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 = ''; } }