function open_win1() 
{
window.open("club_member.html","window1","toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=yes, width=480, height=500")
}

function open_win_const() 
{
window.open("const.html","window2","toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=yes, width=480, height=500")
}

function open_win3() 
{
window.open("window/movie_detail.html","window3","toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=650, height=700")
}

function open_win4() 
{
window.open("p-k-graphical/sticker.html","window4","toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=yes, width=700, height=580")
}

function open_win5() 
{
window.open("p-k-graphical/sticker02.html","window4","toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=yes, width=700, height=580")
}

var popUpWin=0;
function popUpWindow(URLStr, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+'');
}
