<!-- Begin
function redir_and_close(url) { 
if (opener && !opener.closed) opener.location = url; 
self.close(); 
}

//  End -->