function popH(bild) {
        newWin = window.open("picpop.html?" + bild, "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=360,height=270");
}

function popMAP(bild) {
        newWin = window.open("picpop.html?" + bild, "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=300,height=300");
}

function fenster(datei, breite, hoehe){
window.open(datei,"newWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" +breite+ ",height="+ hoehe);
		}

