    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
		map.setCenter(new GLatLng(54.20287,11.06475), 13, G_HYBRID_MAP);
		var pt = new GLatLng(54.19787,11.06475);
		var marker = new GMarker(pt);
		map.addOverlay(marker);
		marker.openInfoWindowHtml('<strong>ThyssenKrupp EGM GmbH</strong><br />Langenhagen<br /><br /><a href="http://maps.google.de/maps?f=q&hl=de&geocode=&q=thyssenkrupp+egm+hannover&ie=UTF8&ll=52.416451,9.735603&spn=0.177989,0.541077&z=12&iwloc=A" target="_blank">Route berechnen</a>');
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
      }
    }
    
    function openPic(url,winName,winParams)	{	//
		var theWindow = window.open(url,winName,winParams);
		if (theWindow)	{theWindow.focus();}
	}
		// JS function for mouse-over
	function over(name,imgObj)	{	//
		if (version == "n3" && document[name]) {document[name].src = eval(name+"_h.src");}
		else if (document.getElementById && document.getElementById(name)) {document.getElementById(name).src = eval(name+"_h.src");}
		else if (imgObj)	{imgObj.src = eval(name+"_h.src");}
	}
		// JS function for mouse-out
	function out(name,imgObj)	{	//
		if (version == "n3" && document[name]) {document[name].src = eval(name+"_n.src");}
		else if (document.getElementById && document.getElementById(name)) {document.getElementById(name).src = eval(name+"_n.src");}
		else if (imgObj)	{imgObj.src = eval(name+"_n.src");}
	}