


function grossesBild(url, w, h) {
    window.open(url, "Gross", "height="  + h + ",width=" + w + ",location=no,menubar=no,resizable=yes,scrollbars=yes,status=no");
}

function meinungsPopup(anchor, url, w, h) {
    var eingabeFenster = window.open(url, "MeinungEingeben", "height="  + h + ",width=" + w + ",location=no,menubar=no,resizable=no,scrollbars=no,status=no");
 //   eingabeFenster.meinungsFenster = this;
    
    document.getElementById("meinungsButton").src = "Meinungen/aktualisieren.png";
    anchor.onclick = function() { window.location.href="?p=Meinungen/eure.php"; return false; }
}

function kontaktPopup(anchor, url, w, h) {
    window.open(url, "KontaktEingeben", "height="  + h + ",width=" + w + ",location=no,menubar=no,resizable=no,scrollbars=no,status=no");
}



function openPlayer(url, w, h) {
    window.open(url, "PkayVsSilverPlayer", "height="  + h + ",width=" + w + ",location=no,menubar=no,resizable=no,scrollbars=no,status=no");
}

function bestellInfo(url) {
    window.open(url, "BestellInfo", "height=542,width=600,,location=no,menubar=no,resizable=no,scrollbars=no,status=no");
}


function oeffneGalerie(url) {
    window.open(url, "Galerie", "height=450,width=450,,location=no,menubar=no,resizable=no,scrollbars=no,status=no");
}

function oeffneGalerieGross(url) {
    var popup = window.open(url, "Friedhofsbilder", "height=600,width=700,,location=no,menubar=no,resizable=no,scrollbars=no,status=no");
	popup.focus();
}
