// 書籍ページ別窓

function slc(SW){
NewWin=window.open("","SELECTION","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,Width=750,height=800,left=100,top=100");
{NewWin.focus();}
{NewWin.location.href=SW + "?bnck=1";}
}
