// --------------------------------------------------------------------------
// Name        : generic_print.js
// Created     : 08/01/2009
// Author      : Mark Wallwork, Professional Software Engineering Ltd (mark.wallwork@pseltd.com)
// Purpose     : Print function for "Print this page" links in generic websites
// ---------------------------------------------------------------------------------------
// Revision History
// --------------------------------------------------------------------------

function psePrintThisPage() {
    window.print();
    return false;
}
