function tile01(bgname){
win2=window.open("","","width=600,height=650,left=30,top=30,resize=no,scrollbars=yes, menubar=no")
if (win2){
win2.focus()
win2.document.open()
win2.document.write("<head><title>NutraOrigin Certificate</title></head>")
win2.document.write("<body style='padding:0px; margin:10px 0px 0px 0px'>")
win2.document.write("<table border='0' cellpadding='0' cellspacing='0'><tr><td><img src="+'"'+bgname+'"'+"></td></tr></table>")
win2.document.write("</body>")
win2.document.close()
}
else
alert("Cannot open the new window! Repeat the attempt please.")
}

function tile03(bgname){
win2=window.open("","","width=730,height=650,left=30,top=30,resize=no,scrollbars=yes, menubar=no")
if (win2){
win2.focus()
win2.document.open()
win2.document.write("<head><title>NutraOrigin Certificate</title></head>")
win2.document.write("<body style='padding:0px; margin:10px 0px 0px 0px'>")
win2.document.write("<table style='margin:0px auto' border='0' cellpadding='0' cellspacing='0'><tr><td><img src="+'"'+bgname+'"'+"></td></tr></table>")
win2.document.write("</body>")
win2.document.close()
}
else
alert("Cannot open the new window! Repeat the attempt please.")
}