function vergrotinglace1()
{
myWin=open('', '', 'width=400,height=320,scrollbars=yes,resizable=no,menubar=no,toolbar=no');
myWin.document.open();
myWin.document.write('<html><head><title>Vergroting Lac&#233; voorbeeld</title><link rel=stylesheet type="text/css" href="style.css"></head><body background="evengeduld.gif"><div align="center"><img src="lace1.jpg" width=300px height=280px alt="Lace voorbeeld vergroting 1"></div>');
myWin.document.write('</body></html>');
myWin.document.close();
}

function vergrotinglace2()
{
myWin=open('', '', 'width=400,height=320,scrollbars=yes,resizable=no,menubar=no,toolbar=no');
myWin.document.open();
myWin.document.write('<html><head><title>Vergroting Lac&#233; voorbeeld</title><link rel=stylesheet type="text/css" href="style.css"></head><body background="evengeduld.gif"><div align="center"><img src="lace2.jpg" width=300px height=290px alt="Lace voorbeeld vergroting 2"></div>');
myWin.document.write('</body></html>');
myWin.document.close();
}

function vergrotinglace3()
{
myWin=open('', '', 'width=400,height=330,scrollbars=yes,resizable=no,menubar=no,toolbar=no');
myWin.document.open();
myWin.document.write('<html><head><title>Vergroting Lac&#233; voorbeeld</title><link rel=stylesheet type="text/css" href="style.css"></head><body background="evengeduld.gif"><div align="center"><img src="lace3.jpg" width=300px height=294px alt="Lace voorbeeld vergroting 3"></div>');
myWin.document.write('</body></html>');
myWin.document.close();
}

function vergrotinglace4()
{
myWin=open('', '', 'width=400,height=320,scrollbars=yes,resizable=no,menubar=no,toolbar=no');
myWin.document.open();
myWin.document.write('<html><head><title>Vergroting Lac&#233; voorbeeld</title><link rel=stylesheet type="text/css" href="style.css"></head><body background="evengeduld.gif"><div align="center"><img src="lace4.jpg" width=300 height=290 alt="Lace voorbeeld vergroting 4"></div>');
myWin.document.write('</body></html>');
myWin.document.close();
}

function vergrotinglacemal()
{
myWin=open('', '', 'width=400,height=350,scrollbars=yes,resizable=no,menubar=no,toolbar=no');
myWin.document.open();
myWin.document.write('<html><head><title>Lace mal nr 35</title><link rel=stylesheet type="text/css" href="style.css"></head><body background="evengeduld.gif">');
myWin.document.write('<div align="center"><img src="lacemal.jpg" width=308px height=307px alt="Lace mal nr. 35"></div>');
myWin.document.write('</body></html>');
myWin.document.close();
}
