function Fenster(url)
{
 Name=window.open(url,"Foto","width=560,height=360")
}


function Fenster1(url)
{
 Name=window.open(url,"Foto","width=560,height=560")
}

function Fenster540(url)
{
 Name=window.open(url,"Karte","width=540,height=600,scrollbars=no,resizable=yes")
}