
function slide(folder){
	chromelessWW = window.open("slideshow.php?folder="+folder+"", "chromelessWindow","width=430,height=460,scrollbars=no,resizable=0");
	var breite = (screen.width/2)- 230;
	var hoehe = (screen.height/2)- 215;
	chromelessWW.moveTo(breite,hoehe);
	chromelessWW.focus();
}
function PopupFenster() {
  F = window.open("stadtplan.htm","Popup","width=900,height=477");
}
function PopupFenster1() {
  F = window.open("plan_lykien.htm","Popup","width=678,height=485");
}
function PopupFenster2() {
  F = window.open("../stadtplan.htm","Popup","width=900,height=477");
}
function anmeldung() {
  F = window.open("lykien_anmeldung.htm","Popup","width=640,height=545");
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
