function SurePassCode(SureID)
{
var baseURL="https://sureseal.ph/cert.asp?id=" + SureID;
var imgURL="https://sureseal.ph/images/logo-business.jpg";
var winProperties = "width=400,height=480,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes";
document.write('<table><tr><td align="center"><a href="#" onClick=\'window.open("'+baseURL+'","SurePass","' + winProperties + '");return false;\'>\
<img src="'+imgURL+'" style="border:none;" oncontextmenu="alert(\'This Sure Pass is copyright protected\');return false;"></a></td></tr></table>');
}


