[removed] function printdiv(elem) { var header_str = '<html><head><title>' + document.title + '</title></head><body>'; var footer_str = '</body></html>'; var new_str = document.getElementById(elem)[removed]; var old_str = document.body[removed]; document.body[removed] = header_str + new_str + footer_str; window.print(); document.body[removed] = old_str; return false; } [removed]