var fDesc=new Array(); fDesc[0] = "SIMSview is a data viewing and processing software for SIMS data. You can change the graph appearance, overlay files, and print or export the results, all within a few minutes. When used with our proprietary 'svw' SIMSview data file format, this software allows you to:

-Modify axis scales and curve colors
-Add text
-Overlay profiles within seconds
- Shift overlaid profiles for a better comparison
-Re-calculate dose, areal density, and junction depth
-Calculate average concentrations
-Calculate layer thickness
-Determine depth resolution

Results can be easily exported to Microsoft® Excel® or copied into Windows meta-files."; 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 = ''; } }