function km_berechnung(y)
{
  x = y * 0.67;
  x = Math.round(x*10)/10;
  document.getElementById('T1').value = x + " €";
}
function out_clear()
{
  document.getElementById('T1').value = " ";   //value=Inhalt des Textfeldes
}

 
  function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}
  MM_reloadPage(true);
  
  function newfenster()
  {
    window.open (datei,"Name","width="+ width +",height="+ height +",menubar=0, status=0, toolbar=0, location=0, directories=0");
  }
  function schliessen()
  {
    onClick=window.close();
  }
  
  var slideShowSpeed = 2500
  var crossFadeDuration = 2
  var Pic = new Array()  
  
  Pic[0] = '/img_slide/slide_09.jpg'
  Pic[1] = '/img_slide/slide_10.jpg'
  Pic[2] = '/img_slide/slide_11.jpg'
  Pic[3] = '/img_slide/slide_12.jpg'
  Pic[4] = '/img_slide/slide_13.jpg'
  Pic[5] = '/img_slide/slide_14.jpg'
  Pic[6] = '/img_slide/slide_15.jpg'
  Pic[7] = '/img_slide/slide_16.jpg'
  Pic[8] = '/img_slide/slide_17.jpg'
  Pic[9] = '/img_slide/slide_18.jpg'
   
  var t
  var j = 0
  var p = Pic.length
  
  var preLoad = new Array()
  for (i = 0; i < p; i++)
  {
    preLoad[i] = new Image()
	preLoad[i].src = Pic[i]
  }

function runSlideShow()
  {
    if (document.all)
    {
      document.images.SlideShow.style.filter="blendTrans(duration=2)"
      document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
      document.images.SlideShow.filters.blendTrans.Apply()      
    }
    document.images.SlideShow.src = preLoad[j].src
    if (document.all)
    {
      document.images.SlideShow.filters.blendTrans.Play()
    }
    j = j + 1
    if (j > (p-1)) j=0
    t = setTimeout('runSlideShow()', slideShowSpeed)
}
function newfenster()
  {
    window.open (datei,"Name","width="+ width +",height="+ height +",menubar=0, status=0, toolbar=0, location=0, directories=0");
  }
  function schliessen()
  {
    onClick=window.close();
  }  