<!--
i=0;
function bilder_start(){
aktiv = window.setInterval("Bildwechseln()", 20);
}
/*
function Bildwechseln(){
   document.getElementById("fotocontainer1").style.left = i + 'px';
   document.getElementById("fotocontainer2").style.left = i + 2814 + 'px';
   i--;
   if (i == 0-2814){
      i = 0;
   }
}
*/
function anhalten(titel){
   window.clearInterval(aktiv);
}
function weitermachen(titel){
   aktiv = window.setInterval("Bildwechseln()", 20);
}
function poster(){
  Posterwindow = window.open("neue_poster.html", "Posterwindow", "width=980,height=580");
  Posterwindow.focus();
  return;
}
function mts_poster(){
  Posterwindow = window.open("mts_poster_2011.html", "Posterwindow", "width=450,height=580");
  Posterwindow.focus();
  return;
}
function katalog(){
  Catalogwindow = window.open("santos_katalog_2010.html", "Catalogwindow", "width=450,height=580");
  Catalogwindow.focus();
  return;
}
function katalog_mts(){
  Catalogwindow = window.open("mts_katalog_2010.html", "Catalogwindow", "width=450,height=580");
  Catalogwindow.focus();
  return;
}
function katalog_mts_X(){
  Catalogwindow = window.open("mts_x_sport_katalog_2011.html", "Catalogwindow", "width=450,height=580");
  Catalogwindow.focus();
  return;
}
function messe2010(){
  Messewindow = window.open("santos_messe_2010.html", "Messewindow", "width=570,height=480");
  Messewindow.focus();
  return;
}
function top () {
  window.scrollTo(0, 0);
}
//-->
