/*Änderung derFenstergröße überwachen*/
function Fensterweite()
{
 if (window.innerWidth) return window.innerWidth;
 else if (document.body && document.body.offsetWidth) return document.body.offsetWidth;
 else return 0;
}

function Fensterhoehe()
{
 if (window.innerHeight) return window.innerHeight;
 else if (document.body && document.body.offsetHeight) return document.body.offsetHeight;
 else return 0;
}

function neuAufbau()
{
 if (Weite != Fensterweite() || Hoehe != Fensterhoehe())
 window.history.go(0);
}

//Überwachung von Netscape initialisieren
if(!window.Weite && window.innerWidth)
  {
   window.onresize = neuAufbau;
   Weite = Fensterweite();
   Hoehe = Fensterhoehe();
  }
	
//On-gifs vorladen

var myimages=new Array();
function preloadimages()
{
for (i=0;i<preloadimages.arguments.length;i++)
{
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

preloadimages("pics/start_on.gif","pics/home_on.gif","pics/termine_on.gif","pics/schedule_on.gif","pics/deutsch_on.gif","pics/english_on.gif","pics/hoeren_on.gif","pics/listen_on.gif","pics/repertdt_on.gif","pics/reperten_on.gif","pics/vita_on.gif","pics/cv_on.gif","pics/photos_on.gif","pics/links_on.gif");
 
/*popup-fenster*/

function neuesFensterImpr(URL)
        {            	  msgWindow=window.open(URL,"impressum","toolbar=no,width=340,height=400,directories=no,scrollbars=no,status=no,resize=no,menubar=no,screenX=150,screenY=100,top=100,left=150")
        }
				
function neuesFensterFoto(URL)
        {            	  msgWindow=window.open(URL,"foto","toolbar=no,width=800,height=600,directories=no,scrollbars=no,status=no,resize=no,menubar=no,screenX=40,screenY=40,top=40,left=40")
        }
				
function neuesFensterFoto2(URL)
        {            	  msgWindow=window.open(URL,"foto2","toolbar=no,width=800,height=533,directories=no,scrollbars=no,status=no,resize=no,menubar=no,screenX=40,screenY=40,top=40,left=40")
        }
				
function neuesFensterFoto3(URL)
        {            	  msgWindow=window.open(URL,"foto3","toolbar=no,width=640,height=480,directories=no,scrollbars=no,status=no,resize=no,menubar=no,screenX=40,screenY=40,top=40,left=40")
        }
				
function neuesFensterFoto4(URL)
        {            	  msgWindow=window.open(URL,"foto3","toolbar=no,width=450,height=600,directories=no,scrollbars=no,status=no,resize=no,menubar=no,screenX=40,screenY=40,top=40,left=40")
        }

function neuesFensterPoster(URL)
        {            	  msgWindow=window.open(URL,"poster","toolbar=no,width=180,height=600,directories=no,scrollbars=no,status=no,resize=no,menubar=no,screenX=40,screenY=140,top=40,left=140")
        }		