var fDesc=new Array(); fDesc[0] = "DISMOD II is a software tool that may be used to check the consistency of estimates of incidence, prevalence, duration and case fatality for diseases. DISMOD II has an extensive help file which offers context sensitive help (click F1 or press the Help button visible on all windows). In addition, the help file contains a tutorial, a systematic description of how to navigate through and use the DISMOD II windows, and technical background information."; 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 = ''; } }