function printDiv() {
var a = window.open();
a.document.write('');
a.document.write('');
var s = document.getElementsByTagName('title')[0].innerHTML;
if (s!=null) {
var n = s.lastIndexOf(unescape('%u2013'));
if (n >= 0) { s = s.substr(0,n-1); }
}
a.document.write('
'+s+'
'); //제목
a.document.write('
'+document.getElementById('book_detail_left').innerHTML); // 그림
a.document.write('