var list_url = "http://www.hani.co.kr/arti/cartoon/hanicartoon/";
function goList() {
document.location.href = list_url;
}
function openPop(uid, m) {
var the_url = '';
var scrollbars = 'no';
if (m == 'MAIL') {
the_url = '/popups/sendmail.hani?ksn=' + uid;
var scrollbars = 'width=630,height=350';
}else if (m == 'ERR') {
the_url = '/popups/err_report.hani?ksn=' + uid;
var scrollbars = 'width=630,height=550,scrollbars=no';
} else {
the_url = '/popups/print.hani?ksn=' + uid;
var scrollbars = 'width=630,height=700,scrollbars=yes';
}
popup = window.open(the_url,'popwin',scrollbars);
popup.focus();
}










6월 29일 한겨레 그림판

.article, .article a, .article a:visited, .article p{ font-size:14px; color:#222222; line-height:24px; }