function SureSeal(img,SureID){
switch(SureID){
 case "20100422001": return 0;
}
if(window.location.protocol.toLowerCase()=="https:"){var mode="https:";} else {var mode="http:";}
var baseURL="https://sureseal.ph/verify.asp?id=" + SureID;
var imgURL=mode+"//sureseal.ph/seal" + img + ".asp";
document.write('<table><tr><td align="center"><a href="#" onClick=\'window.open("'+baseURL+'","SureSeal","width=600,height=700,toolbar=no,location=no,directories=no,\
status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes");return false;\'>\
<img src="'+imgURL+'" style="border:none;" oncontextmenu="alert(\'This Sure Seal is copyright protected\');return false;"></a>\
<br><div style="font:10pt arial narrow;color:#F34D2E;text-align:center;"><b>click to verify</b></div></td></tr></table>');}

