function openwindow (str) {
if(screen.width<1024){
alert("ディスプレイ解像度 1024 x 768 以上でご覧ください。");
}
var winPopup = window.open(str,"novel","width=720,height=950,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=0,left=0");
}