function changeTeaserImage(showdiv)
{
  if ($('teaserbild1'))
    $('teaserbild1').style.display='none';  
  if ($('teaserbild2'))  
    $('teaserbild2').style.display='none'; 
  if ($('teaserbild3'))
    $('teaserbild3').style.display='none'; 
  if ($('teaserbild4'))
    $('teaserbild4').style.display='none'; 
  if ($('teaserbild5'))
    $('teaserbild5').style.display='none'; 
  if ($('teaserbild6'))
    $('teaserbild6').style.display='none'; 
  if ($('teaserbild7'))
    $('teaserbild7').style.display='none';
  if ($('teaserbild8')) 
    $('teaserbild8').style.display='none'; 
  if ($('teaserbild9'))  
    $('teaserbild9').style.display='none'; 
  if ($('teaserbild10'))
    $('teaserbild10').style.display='none'; 
  
  $(showdiv).style.display='block';
}
