﻿// JScript File

MyFont="Helvetica,10,,italic"; 
txtDatasource="Data Source :- where data is stored. Typically an excel spreadsheet";
txtSeries = "Series:- Set of related data points";
txtUCL = "An upper limit for a set of data above which data points would be reguarded as due to special causes.";
txtMean="An average for a set of data points.";
txtLCL="An lower limit for a set of data below which data points would be reguarded as due to special causes.";

    function downloadMSI()
    {
        window.open('MSI/Vanguard CapChartV2.msi');
        
        window.location.href="ThankYou.aspx";
    }
