function MG_goto(hr){
    if (navigator.userAgent.toLowerCase().indexOf('firefox')>0){
        var a=window.open(hr);
        a.focus();
        //self.close();
        return false;
    }
}
