 /*
 * PNGfix for IE 5 and 6
 *
 */
 
$(document).ready(function(){ 
   $(document).pngFix(); 
   
   $(".renderFix").each(function(){								 
      $(this).removeClass("renderFix");
    });
     
});

$(document).ready(function() {
    $('#Map area').cluetip({
        splitTitle: '|',
        arrows: true,
        dropShadow: false,
        cluetipClass: 'zechumwelt'
    }) ;
}) ;



//****************************************************************
// Popup - Dynamisches HTML
//****************************************************************
var popup_var="", num=0;
function popup_dyn(titel,bild)
{
popup_var=window.open("", num, "width=1,height=1")
popup_var.document.write("<html>");
//popup_var.document.write("<head><link rel='STYLESHEET' type='text/css' href='../_css/screen.css'> ");
popup_var.document.write("<title>Zech Umwelt GmbH | "+titel+"</title></head>");
popup_var.document.write("<body scroll='auto' style='margin-top:20px; margin:20px;font-family:Arial,Verdana'>");
popup_var.document.write("<center><img onload='self.resizeTo(this.width+70,this.height+160)' style='border: 1px solid #AEB9AB' src="+bild+"><br>");
popup_var.document.write("<span style='font-size: 11px;'><br>"+titel+"</span><br><br>");
popup_var.document.write("<a href='javascript:window.close()' style='color: #000000; font-size: 11px; background-color: #AEB9AB; padding-left: 40px; padding-right: 40px;' onfocus='blur()'><strong>close window</strong></a></center>");
popup_var.document.write("</body></html>");
num++;
}

 function load() {
if (GBrowserIsCompatible()) {
 var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(53.02894,8.53081), 13);

// Add Zech Umwelt GmbH location

 // Create icon
 var ZechUmweltIcon = new GIcon();
 ZechUmweltIcon.image = "http://www.zech-umwelt.de/_images/marker.png";
 ZechUmweltIcon.shadow = "http://www.zech-umwelt.de/_images/markerShadow.png";
 ZechUmweltIcon.iconSize = new GSize(70, 40);
 ZechUmweltIcon.shadowSize = new GSize(90, 40);
 ZechUmweltIcon.iconAnchor = new GPoint(34, 38);

 markerOptions = { icon:ZechUmweltIcon };

 var point = new GLatLng(53.02894,8.53081);
 var marker = new GMarker(point, markerOptions);

 map.addOverlay(marker);

 //map.addControl(new GSmallZoomControl());
 map.addControl(new GMapTypeControl());
 map.addControl(new GSmallMapControl());
 }
 }
 
 
// construktiv GmbH // trafficmaxx
// © 2006 construktiv GmbH
function tm_tracker() {
 var pageTitle = document.title;
 var pageUrl = document.URL;

 var page="http"+(document.URL.indexOf('https:')==0?'s':'')+'://www.trafficmaxx.de/controlcenter/thx.php?sid='+tm_sid+"\x26java=y";
 var tm_ref = escape(parent==self?document.referrer:top.document.referrer);
 tm_ref = (typeof(top.document)=="object")?top.document.referrer:tm_ref;
 var tm_lang = navigator.userLanguage?navigator.userLanguage:navigator.language;

 if (typeof(tm_pageCategory)=="undefined") tm_pageCategory = "";
 if (typeof(tm_conversionName)=="undefined") tm_conversionName = "";
 if (typeof(tm_campaignName)=="undefined")  tm_campaignName = "";

 tm="\x26swidth="+swidth;
 tm+="\x26sheight="+sheight;
 tm+="\x26scolor="+scolor;
 tm+="\x26la="+escape(tm_lang.toLowerCase());
 tm+="\x26pageTitle="+escape(pageTitle);
 tm+="\x26pageUrl="+escape(pageUrl.toLowerCase());
 tm+="\x26pageCategory="+escape(tm_pageCategory);
 tm+="\x26campaignName="+escape(tm_campaignName);
 tm+="\x26ref="+escape(tm_ref.toLowerCase());
 tm+="\x26conversionName="+escape(tm_conversionName);
 pq = new Image();
 pq.src = page+tm;
}

var swidth="na";
var sheight="na";
var scolor="na";
var swidth=screen.width;
var sheight=screen.height;
var scolor=navigator.appName!='Netscape'? screen.colorDepth : screen.pixelDepth;
<!-- // trafficmaxx ControlCenter --> 
 

//]]>

