function question(text, url)
{
  if (confirm(text))
    parent.location.href=url;
}

