/* ===== ===== ===== Fuer Bildergalerie ===== ===== ===== */

function GrafikAnzeigen(GrafikURL, Breite, Hoehe)
{
    Fensteroptionen = "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0";

    Grafikfenster = window.open("", "", Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);
    Grafikfenster.focus();
    Grafikfenster.document.open();

    with(Grafikfenster)
    {
        document.write("<html><head>");
        document.write("<title>Grafikanzeige</title>");
        document.write("</head>");
        document.write("<body leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
        document.write("<img border=\"0\" onclick=\"window.close();\" src=\""+ GrafikURL +"\" title=\"Zum Schließen auf das Foto klicken\">");
        document.write("</body></html>");
    }
}


/* ===== ===== ===== Fenster fuer Bilder ===== ===== ===== */

function open_showit() {
    window.open("",'showit_view',"toolbars=0,status=0,menubar=0,scrollbars=0,resizable=0,width=760,height=570");
    }

function open_pix() {
    window.open("",'pix_view',"toolbars=0,status=0,menubar=0,scrollbars=1,resizable=1,width=520,height=390");
    }

function open_pic() {
    window.open("",'pic_view',"toolbars=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=390");
    }

function open_picH() {
    window.open("",'picH_view',"toolbars=0,status=0,menubar=0,scrollbars=0,resizable=0,width=380,height=500");
    }



/* ===== ===== ===== Fenster fuer Shop ===== ===== ===== */
function open_shop() {
    window.open("",'shop_view',"toolbars=0,status=0,menubar=0,scrollbars=0,resizable=0,width=640,height=600");
    }
