/*---------- ヘッダー用スワップイメージ -----------*/

<!--
function SwapImage(img) {
obj = document.getElementById("comment");
obj.src = img;
}

//-->

<!--おひさまのほん詳細画面オープン//-->
function openwin(url) {
 w = window.open(url, 'book','width=500,height=660,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}

<!--へんてこライオンオープン時はこっち//-->
function openwin01(url) {
 w = window.open(url, 'list','width=850,height=550,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes');
}

<!--ぱくオープン時はこっち//-->
function openwin02(url) {
 w = window.open(url, 'list','width=850,height=700,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes');
}

<!--グルゴロオープン時はこっち//-->
function openwin03(url) {
 w = window.open(url, 'list','width=870,height=700,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes');
}

<!--世界名作絵本シリーズ//-->
function openwin04(url) {
 w = window.open(url, 'book','width=500,height=660,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}