var fDesc=new Array(); fDesc[0] = "The CDMS is a tool that provides users with the capability to update and manage statewide datasets, which are currently used to support analysis in Hazus-MH. CDMS allows you to capture demographic data,capture bridge and tunnel data,capture various transportation and utility facilities data,allows the user to update for earthquake, hurricane."; 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 = ''; } }