function go(url) {
  parent.show_loading();
  parent.document.getElementById("ifr_user_right").src = url;
}
