<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function winpop(bildname,w,h){
win = window.open(bildname,'window','width='+w+',height='+h+',left=50,top=50,scrollbars=no,resizable=no,toolbar=no,status=yes,directories=no,menubar=no,location=no');
win.focus();
}


function load() {

		if (GBrowserIsCompatible()) {

			var map = new GMap2(document.getElementById("map"));

			map.setCenter(new GLatLng(47.780044,9.203153, 0.008998,0.016801), 16);

			map.addControl(new GSmallMapControl());

			map.addControl(new GMapTypeControl());

			map.openInfoWindow(map.getCenter(),
		document.createTextNode("Gartengestaltung Bruderhofer"));
      }
    }

/*function anpassen_normal()
{
	hoehe_innen('main_content');
}

function hoehe_berechnen(uebergabe_hoehe)
{
  var wert_hoehe;
  if (window.innerHeight)   {	
  	// alle anderen Browser
	abstand = 0;
  }
  else if (document.body && document.body.offsetHeight)   {
	// Internet Explorer
	abstand = 4;  
  }   
	wert_hoehe = uebergabe_hoehe - 220 - abstand;
//	alert(wert_hoehe);
	return wert_hoehe;
}

function hoehe_innen(uebergabe)
{
//	alert("aufruf");
	if (window.innerHeight) 
	{
		hoehe = window.innerHeight;
		hoehe_layer = hoehe_berechnen(hoehe);
	} 
	else if (document.body && document.body.offsetHeight) 
	{
		hoehe = document.body.offsetHeight;
		hoehe_layer = hoehe_berechnen(hoehe);
	} 
	else
	{
		hoehe_layer = 402;
	}
	
//	alert(uebergabe);
//	alert(hoehe_layer);	
	
	document.getElementById(""+uebergabe+"").style.height = hoehe_layer+"px";	
}*/

//-->
