﻿
//open print friendly view page
function PrintWindow()
{
    window.print();
    
}
