function zufallBannerOne()
{
   // Insert click tracking URL here
    document.phpAds_ct0 ='Insert_Clicktrack_URL_Here'
   var awrz_rnd = Math.floor(Math.random()*99999999999);
   var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:';
   if (!document.phpAds_used) document.phpAds_used = ',';
   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
   document.write (awrz_protocol+"//ad.boreus.de/MaxMediaManager/adjs.php?n=a8a9091b");
   document.write ("&zoneid=108");
   document.write ("&exclude=" + document.phpAds_used);
   document.write ("&loc=" + escape(window.location));
   if (document.referrer)
      document.write ("&referer=" + escape(document.referrer));
   document.write ('&r=' + awrz_rnd);
   document.write ("&ct0=" + escape(document.phpAds_ct0));
   document.write ("'><" + "/script>");   
}
function popup(page,breite,hoehe) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width="+breite+",height="+hoehe+"");
}
function activatePayment(pos)
{
 document.getElementsByName("bookingType")[pos].checked = true;
}