﻿function openPreise(fold)
{
    win1=window.open("../aspx/"+fold+"/Preise.aspx","lzk_win1","HEIGHT=700,WIDTH=600px,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
    win1.focus();
    //win1.document.close();
}

function openPreise3(fold) {
    win1 = window.open("../../aspx/" + fold + "/Preise.aspx", "lzk_win1", "HEIGHT=700,WIDTH=600px,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
    win1.focus();
    //win1.document.close();
}

function openPreise2(fold)
{
    win1=window.open("../"+fold+"/Preise.aspx","lzk_win1","HEIGHT=700,WIDTH=600px,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
    //win1.document.close();
}

function togglePic(url,elem,title)
{
document.getElementById(elem).src = url;
document.getElementById(elem).title = title;
}
function openSpeiseplan()
{
    win2=window.open("../aspx/Restaurant/Wochenangebot.aspx","lzk_win2","HEIGHT=730,WIDTH=600px,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
    //win1.document.close();
}
function openMorph()
{
    win3=window.open("../aspx/Morph/Morph.aspx","lzk_win3","HEIGHT=400,WIDTH=500px,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
    //win1.document.close();
}
function openMail() {
document.location.href="mailto:info@zumkronprinzen.de"
}

function openAnfahrt() {
    win3=window.open("Kontakt/Anfahrt.aspx","lzk_win4","HEIGHT=748,WIDTH=600px,scrollbars=no,resizable=no,top=5,left=5,maxbutton=no,resize=no");
}
