<!--

function openWin(imaLocatie, tekst1, tekst2, tekst3, tekst4){
win=window.open("", 'newWin', 'scrollbars=no,status=no,width=277,height=430');
win.document.write('<html><head><title>Works</title>');
win.document.write('</head><body style="font: 8pt/11pt Arial, sans-serif; color: #27010E; background-color: white; margin: 0 0 0 27px; padding: 0;" onLoad="self.focus()" onblur="window.close();" >');
win.document.write('<div id="img" style="text-align: left; margin-top: 27px; height: 286px">');
win.document.write('<img src='+imaLocatie+'></div>')
win.document.write('<div style="text-align: left;">');
win.document.write('<div id="worktext" style="text-align: left; margin-left: 0px; margin: 10px 0;"><strong> '+tekst1+' <br> '+tekst2+'</strong>');
win.document.write('<br>'+tekst3+'<br>'+tekst4+'<br><br><span style="font: 9pt/10pt garamond, georgia, serif; color: #99D58D;"><strong>Miguel Yb&aacute;&ntilde;ez &copy;</strong></span></div></div>');
win.document.write('</body></html>');
win.document.close();
}

//
