function create_domain_detail_win(domain) {
   var domain_win = window.open("domain_detail.php?domain="+domain, "domain_win", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=500, height=440");
   domain_win.focus();
}
