﻿function ShowReport() { 
    //all this needs to do is open a window
    window.open('Reporting.aspx', 'Report');
};
