function OpenCityWin(city) 
{
Fenster =  window.open("orte/" + city, "CityPopup", "width=400,height=300,left=400,top=40");
Fenster.focus();
}

function OpenGallery(city) 
{
Fenster =  window.open("http://www.comer-see.net/gallerie/" + city + "/" + "gallery.html", "GalleryPopup", "width=640,height=680,left=40,top=20");
Fenster.focus();
}

function OpenShow(city) 
{
Fenster =  window.open("http://www.comer-see.net/gallerie/" + city + "/diashow.html", "GalleryPopup", "width=640,height=680,left=40,top=20");
Fenster.focus();
}

function StartShow(num) 
{
Fenster =  window.open("gallerie/allgemein" + num + "/diashow.html", "GalleryPopup", "width=640,height=696,left=40,top=4");
Fenster.focus();
}

