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 - 15942 --></head><body bgcolor="#FFFFFF"><div class="logoDiv"></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.c2dinc.com/\">Web Team</a>.")
    }
    newdocument.write("<div class='footer'></div></body></html>");
    newdocument.close();
}