// Javascript for the Digital Books and Serials Collection


// print window function
function printWindow() {
                   if (window.print)
                     window.print()
                   else
                     alert("Sorry, This function is not supported on your computer.  Please use the File menu then select Print.");
} 

