function run_html_report()
{
    include_once 'report_object.php';
    //--build report object used for making HTML and PDF
    build_report_object();
}
function run_pdf_report()
{
    build_report_object();
}