function printVersion(){
    newwindow=window.open("","","toolbar=no,status=no,width=610,height=400,location=no,scrollbars=yes,menubar=yes,resizable=yes");
    newdocument=newwindow.document;
    newdocument.write('<html><head><!-- PageID 2782 - published by RedDot 7.5 - 7.5.0.42 - 22761 --><link type="text/css" href="http://www.law.yale.edu/global_css_print.css" rel="StyleSheet" /></head><body bgcolor="#FFFFFF"><div class="logoDiv"><img src="http://www.law.yale.edu/images/logoPrint.gif" alt="Yale Law School"></div>');
    if (document.getElementById('printContainer')){
        newdocument.write(document.getElementById('printContainer').innerHTML);
    }
    else {
        newdocument.write("There is a problem with the print version of this page.&nbsp;&nbsp;Please contact the <a href=\"http://www.yale.edu/webmaster/\">Web Team</a>.")
    }
    newdocument.write("<div class='footer'></div></body></html>");
    newdocument.close();
}
