var dokument="pop/Niggli-Flyer.pdf";
function link1()
{
window.open(dokument, 'NewWindows');
}


