   lastContentSwopId='contentSwopArea323-0';

  swopperimg1=new Image(); swopperimg1.src='fileadmin/swop-images/d35e659b76.jpg';
  swopperimg2=new Image(); swopperimg2.src='fileadmin/swop-images/Bad_hk_gross.jpg';
  swopperimg3=new Image(); swopperimg3.src='fileadmin/swop-images/K_che_hk_gross.jpg';
  swopperimg4=new Image(); swopperimg4.src='fileadmin/swop-images/Galerie-gross-aufrecht.jpg';
  swopperimg5=new Image(); swopperimg5.src='fileadmin/swop-images/Kamin_gross.jpg';
  swopperimg6=new Image(); swopperimg6.src='fileadmin/swop-images/Bad_wg_gross.jpg';
  swopperimg7=new Image(); swopperimg7.src='fileadmin/swop-images/Treppe_hk_gross.jpg';
  swopperimg8=new Image(); swopperimg8.src='fileadmin/swop-images/K_che_total_hk_gross.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;
  }