var fDesc=new Array(); fDesc[0] = "CalDESK is a data display and analysis system for the models CALMET, CALPUFF, and CALGRID. It is designed to visualize output data from these models and display it in view windows using vector fields and streamlines for winds, contours, box fields, and line graphs. A view window can also contain background images and vector based overlays (for example, a set of lines representing streets).

Features:
- Reads the latest CALMET and CALPUFF output data files.
- Add background images and vector overlays to your graphs.
- Visualizes CALMET, CALPUFF, and CALGRID data with multiple views.
- Visualizes CALMET meteorological data and CALPUFF concentrations at the same time.
- The advanced trajectory analysis module allows the users to perform complex trajectory analysis.
- Export your results to many different formats, including raster and vector types."; 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 = ''; } }