﻿function onLoadPrint()
{
   window.print();
   window.close();
}
