function popupAccess(url, name, width, height)
{
  document.domain = "atgames.jp";
  popupWindow = window.open(url, name, 'width='+width+', height='+height+', menubar=no, toolbar=no, location=no, resizable=yes , scrollbars=yes');
  popupWindow.focus();
  return false
}

