var fDesc=new Array(); fDesc[0] = "BREEZE 3D Analyst is a powerful post-processor that enables you to analyze and visualize data in multiple formats to help you better understand, interpret, and summarize your modeling results. From taking a quick look at modeling results to performing a detailed source contribution analysis to generating customized graphics for a report, 3D Analyst helps you get the most out of your model results with the least time and effort."; 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 = ''; } }