﻿var FMSSGiftCart = {

    openWindowPagtoCartao: function(urlPagtoCartao)
    {   
        window.opener = this;     
        window.open("" + urlPagtoCartao + "",'PagtoCartaoCredito','height=640px,width=800px,resizable=yes,top=10px,left=10px,location=no,menubar=no,toolbar=no');
        
        /*window.open("","_parent","");
        window.close(); */
    },
    openWindowRetornoVisaNet: function(urlRetornoVisaNet)
    {   
        parent.location.href = "" + urlRetornoVisaNet + "";
        window.opener.close(); 
    }
}