   lastContentSwopId='contentSwopArea454-0';

  swopperimg1=new Image(); swopperimg1.src='uploads/tf/bild1-0.jpg';
  swopperimg2=new Image(); swopperimg2.src='uploads/tf/bild2-0.jpg';
  swopperimg3=new Image(); swopperimg3.src='uploads/tf/bild3-0.jpg';
  swopperimg4=new Image(); swopperimg4.src='uploads/tf/bild4-0.jpg';
  swopperimg5=new Image(); swopperimg5.src='uploads/tf/bild5-0.jpg';
  function swopOver(pic){
    window.document.swopperDestination.src= pic.src; 
  }
  function hideLastSwopImgById(){
    if(0<lastContentSwopId.length){
       document.getElementById(lastContentSwopId).style.display='none';
    }
  }
  function cursorChange(toWhat){
    document.body.style.cursor= toWhat;
  }
  function switchSwopSlideArea(areaId,toWhat){
    document.getElementById(areaId).style.display=toWhat;
    if(toWhat=='block'){
      cacheLastSwopId(areaId);
    }
  }
  function cacheLastSwopId(which){
    lastContentSwopId=which;
  }