function PrintContent(){
pw=window.open();
pw.document.write('<meta http-equiv="Content-Type" content="text/html;"><link rel="STYLESHEET" href="stylesheets/screen.css" type="text/css"><body bgcolor="white">'+
document.getElementById('divContent').innerHTML+
'<sc'+'ript>window.setTimeout("window.close()",3000)</scr'+'ipt>'+
'</body>');
pw.document.close();
pw.focus();
pw.print()
}
