﻿function back()
{
window.history.back(-1);
}

function printWindow()
{
window.print()
}
