function _delete(url,msg) 
{
  rc =confirm(msg);
  if (rc== true)
  {rc = confirm('削除を実行しますか？');
   if (rc== true)
    {
      window.location = url;
    }
  }
}

function _confirm(url,msg) 
{
  rc =confirm(msg);
  if (rc== true)
    {
      window.location = url;
    }
}

function _pop_view(url) 
{
  if (url != '')
  {
    window.open(url,"_blank","width=600,height=400,scrollbars=yes,resizable=yes,status=yes,left=200,top=200");
  }
}

function _photo_view(url) 
{
  if (url != '')
  {
    window.open(url,"_blank","width=600,height=630,scrollbars=yes,resizable=yes,status=yes,left=200,top=200");
  }
}

function _illust_view(url) 
{
  if (url != '')
  {
    window.open(url,"_blank","width=600,height=700,scrollbars=yes,resizable=yes,status=yes,left=200,top=200");
  }
}

function _kazari_view(url) 
{
  if (url != '')
  {
    window.open(url,"_blank","width=600,height=700,scrollbars=yes,resizable=yes,status=yes,left=200,top=200");
  }
}

function _shadow_view(url) 
{
  if (url != '')
  {
    window.open(url,"_blank","width=600,height=650,scrollbars=yes,resizable=yes,status=yes,left=200,top=200");
  }
}

function _Jump(url) 
{
  if (url != '')
  {
    window.location = url;
  }
}
