// JavaScript Document
function Wechsel1 () {
  var Ziel = "http://p52195.typo3server.info/index.php?id=34";
  var Ziel2 = "http://p52195.typo3server.info/fileadmin/templates/footer.hmtl";
  parent.main.location.href = Ziel;
  parent.footer.location.href = Ziel2;
  
}
function Wechsel2 () {
  var Ziel = "http://p52195.typo3server.info/start_en/";
  window.location.href = Ziel;
}
