function printWindow()
{
    window.print();
    return false;
}


