function Fenster(url) 
	{
		NeuesFenster = window.open(url, 'Fenster', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=520");
	}
	
	
function FensterFotos(url) 
	{
		NeuesFensterFotos = window.open(url, 'FensterFotos', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=393");
	}
	
	
function FensterInfo(url) 
	{
		NeuesFensterInfo = window.open(url, 'FensterInfo', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=520");
	}
	
	
function FensterGross(url) 
	{
		NeuesFensterGross = window.open(url, 'FensterGross', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,width=700,height=600");
	}
	
	
function FensterGrossHoch(url) 
	{
		NeuesFensterGross = window.open(url, 'FensterGrossHoch', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,width=600,height=700");
	}
	
	
function FensterGrossPlakat(url) 
	{
		NeuesFensterCover = window.open(url, 'FensterCover', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=600");
	}
	
	
function FensterGrossCDCover(url) 
	{
		NeuesFensterCover = window.open(url, 'FensterCover', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=400");
	}
	
	
function FensterGrossBuch(url) 
	{
		NeuesFensterCover = window.open(url, 'FensterCoverBuch', "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=600");
	}	

	
function Schliessen()
	{
		parent.close();
	}


function Schliessen2()
	{
		self.close();
	}
	
	
function OeffnerSchliessen()
	{
		opener.close();
	}
	
	

