function position() {
   hoehe=(document.body.clientHeight-564)/2;
   if (hoehe>0) {
    document.getElementById('container').style.marginTop=hoehe+'px';
   }
}

function popup (var1,var2,var3) {
  Popup = window.open('','Popup','width='+(var2+20)+',height='+(var3+20)+'top=10,left=10,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
  var str = '';
  str += '<html>';
  str += '  <head>';
  str += '    <title>Hogast Italien</title>';
  str += '  </head>';
  str += '  <body style="background-image:url(\''+var1+'\');background-repeat:no-repeat;background-position:10px 10px;cursor:pointer;" onclick="self.close();">';
  str += '  </body>';
  str += '</html>';
  Popup.document.write(str);
}

function popup2 (var1,var2,var3) {
  Popup = window.open(var1,'Popup','width='+(var2)+',height='+(var3)+',top=10,left=10,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}

function loadflash (getdirname,flashmovie) {
  var str = '';
  str += '<object type="application/x-shockwave-flash" data="'+getdirname+'/flash/movie'+flashmovie+'.swf" width="547" height="177">';
  str += '  <param name="allowScriptAccess" value="sameDomain" />';
  str += '  <param name="movie" value="'+getdirname+'/flash/movie'+flashmovie+'.swf" />';
  str += '  <param name="src" value="'+getdirname+'/flash/movie'+flashmovie+'.swf" />';
  str += '  <param name="loop" value="true" />';
  str += '  <param name="menu" value="false" />';
  str += '  <param name="quality" value="high" />';
  str += '  <param name="play" value="true" />';
  str += '  <param name="swLiveConnect" value="false" />';
  str += '</object>';
  document.getElementById('flaschmovie').innerHTML = str;
}

function setLeft() {
  if (document.getElementById('mittemitte')) {
    if (document.getElementById('mittelinks')) {
      document.getElementById('mittelinks').style.height = document.getElementById('mittemitte').offsetHeight+"px";
      if (document.getElementById('mittemitte').offsetHeight-213 > 0) {
        if (document.getElementById('mittemitte').offsetHeight-213 > 78) {
          if (document.getElementById('inlinks')) {
            document.getElementById('inlinks').style.height = (document.getElementById('mittemitte').offsetHeight-213)+"px";
          }
        }
        if (document.getElementById('links')) {
          document.getElementById('links').style.height = (document.getElementById('mittemitte').offsetHeight-213)+"px";
        }
      }
    }
  }
  if (document.getElementById('mittemitte2')) {
    if (document.getElementById('mittelinks').offsetHeight < document.getElementById('mittemitte2').offsetHeight) {
      document.getElementById('mittelinks').style.backgroundImage = "";
      document.getElementById('mittelinks').style.height = document.getElementById('mittemitte2').offsetHeight+"px";
    }
    if (document.getElementById('mitterechts')) {
      document.getElementById('mitterechts').style.height = document.getElementById('mittelinks').offsetHeight+"px";
    }
  }
}
