// Höhe der PopUps auf 710px begrenzt, wegen Auflösungen > 1024x768
// 1.9.06 JS
//
	
	function OpenAnreiseEigen()
	{			
		popup = window.open("/singlereisen/sunwave/anreise_eigen-winter.html","_blank","location=no,resizable=yes,status=no,toolbar=no,scrollbars=no,width=420,height=360");
	}
	
	function OpenAnreiseEigenSommer()
	{			
		popup = window.open("/singlereisen/sunwave/anreise_eigen_sommer.html","_blank","location=no,resizable=yes,status=no,toolbar=no,scrollbars=no,width=425,height=365");
	}	
	
	function OpenAnreiseBus()
	{			
		popup = window.open("/singlereisen/sunwave/anreise_bus-winter.html","_blank","location=no,resizable=yes,status=no,toolbar=no,scrollbars=yes,width=450,height=710");
	}

	function OpenAnreiseBahn()
	{			
		popup = window.open("/singlereisen/sunwave/anreise_bahn-winter.html","_blank","location=no,resizable=yes,status=no,toolbar=no,scrollbars=yes,width=445,height=710");
	}

	function OpenAnreiseFlug()
	{			
		popup = window.open("/singlereisen/sunwave/anreise_flug-winter.html","_blank","location=no,resizable=yes,status=no,toolbar=no,scrollbars=yes,width=475,height=710");
	}
	
	function OpenAnreiseFlugSommer()
	{			
		popup = window.open("/singlereisen/sunwave/anreise_flug-sommer.html","_blank","location=no,resizable=yes,status=no,toolbar=no,scrollbars=yes,width=465,height=710");
	}		
	
	function OpenAnreiseBahnWinter()
	{
		popup = window.open("/singlereisen/sunwave/anreise_bahn-winter-09-10.html","_blank","location=no,resizable=yes,status=no,toolbar=no,scrollbars=yes,width=445,height=470");
	}
	
	function OpenMietwagen()
	{
		popup = window.open("/singlereisen/sunwave/mietwagen.html","_blank","location=no,resizable=yes,status=no,toolbar=no,scrollbars=no,width=445,height=555");
	}	