var URL = "";
function openWindow(URL)
{
techdat1 = window.open(URL,"techdat1","width=440,height=330,left=180,top=135,resizable=yes,scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no");
techdat1.focus();
}
function openWindow2(URL) {
                video = window.open(URL,"video","width=420,height=310,left=250,top=150,resizable=no,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no");
                video.focus();
}
function MLDEP() {
var DZOM = "digitalbooks";
var NZAM = "hauschild";
var TZLD = "de";
var LzinkTzext = NZAM + "&#64;" + DZOM + "&#46;" + TZLD;
document.open();
document.write("<a href=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;" + LzinkTzext + "\">" + LzinkTzext + "</a>");
document.close();
}
// Asynchronous Tracking - Google Analytics - mit anonymizeIp

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-218056-2']);
  _gaq.push(['_gat._anonymizeIp']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
