function print() {
   w=window.open('','','width=750,toolbar=yes,scrollbars=yes')
   w.document.write('<head><link rel="stylesheet" href="print.css" type="text/css"></head><body><br><br><br><br><br><br><br><br><br>'+document.getElementById("cont").innerHTML+'</body>');
   w.document.close();
}

