function popUp(picture, title, stat) {
    newwindow=window.open("http://www.herkel.net/full.php?static="+stat+"&pic="+picture+"&title="+title,"femehitus","scrollbars=no, titlebar=no,resizable=yes");
    newwindow.document.close();
}
