var fDesc=new Array(); fDesc[0] = "The program computes the three Allan Standard Deviations of a Time series.
- Produce quality report plots. reports may be saved and exported in PDF, HTML, RTF, GIF, JPEG, BMP, EMF, WMF.
- Customize plot : style, color, print preview, resolution control, legend, zoom, scroll.
- Copy, save and mail plots as images with many options : JPEG, PNG, GIF,PCX, Bitmap, Meta File.
- Export plotted data into TEXT, HTML, EXCEL and XML 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 = ''; } }