function fest()
{
var fesnster = window.open("ext/fest.html","neu", "width=500,height=650,status=yes,scrollbars=no,menubar=no,toolbar=no")
}

function show_pic(fname,xsize,ysize)
{
var adresse
adresse = "picture.php?id="+fname
xsize=xsize+20
ysize=ysize+80
var fesnster = window.open(adresse,"pic", "width="+xsize+",height="+ysize+",status=no,scrollbars=no,menubar=no,toolbar=no")
}

function login()
{
var fesnster = window.open("https://www.ssl-id.net/feuerwehr-mombach.de/login.php","intern", "width=1000,height=700,status=no,scrollbars=yes,menubar=no,toolbar=no")
}


function encrypt_mail(adress)
{
var realadress
realadress = adress.replace("{bei}","@")
location.href = "mailto:"+realadress
}
