function openWindowJP() { 
  if(screen.width < 1024){
alert("画面解像度 1024x768 以上でご覧下さい。");
}
var winPopup = window.open("index/","FBIMain","resizable=yes, scrollbars=no,width=1000,height=650");
}