function PrintPage()
{
    /*Opens the print window of the current page
    Uses the print.css to format the page*/
    window.print();
}
