/// ÆË¾÷
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function login_popup()
{
  window.open("http://id.maxmovie.com/member/login_popup.asp?LoginType="+location.href+"&event_return="+location.href, "loginpopup", "width=300,height=350");
  return true;
}

