﻿function verifySeal(sealId) {
    var bgHeight = "433";
    var bgWidth = "592";
    var url = "https://seal.godaddy.com:443/verifySeal?sealID=" + sealId;
    window.open(url, 'SealVerfication', 'location=yes,status=yes,resizable=yes,scrollbars=no,width=' + bgWidth + ',height=' + bgHeight);
}
