﻿function GetPrint()
{
    hu = window.location.search.substring(1);
    
    if (hu.indexOf("printview") != -1)
    {
        window.print();
    }
    
}