function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function SSLVerify(url) {
window.open(url,'SealVerfication','location=yes,status=yes,resizable=yes,scrollbars=yes,width=650,height=550');
}   