   lastContentSwopId='contentSwopArea4214-0';

  swopperimg1=new Image(); swopperimg1.src='fileadmin/swop-images/landkarte-rohrbach-110518.jpg';
  hotspotimg1_off=new Image(); hotspotimg1_off.src='fileadmin/swop-images/link-rohrbach.jpg';
  hotspotimg1_on=new Image(); hotspotimg1_on.src='fileadmin/swop-images/link-rohrbach-aktiv.jpg';

  swopperimg2=new Image(); swopperimg2.src='fileadmin/swop-images/landkarte-walldorf-110518.jpg';
  hotspotimg2_off=new Image(); hotspotimg2_off.src='fileadmin/swop-images/link-walldorf.jpg';
  hotspotimg2_on=new Image(); hotspotimg2_on.src='fileadmin/swop-images/link-walldorf-aktiv.jpg';

  swopperimg3=new Image(); swopperimg3.src='fileadmin/swop-images/landkarte-hochstetten-110518.jpg';
  hotspotimg3_off=new Image(); hotspotimg3_off.src='fileadmin/swop-images/link-hochstetten.jpg';
  hotspotimg3_on=new Image(); hotspotimg3_on.src='fileadmin/swop-images/link-hochstetten-aktiv.jpg';

  swopperimg4=new Image(); swopperimg4.src='fileadmin/swop-images/landkarte-kirchheim-110518.jpg';
  hotspotimg4_off=new Image(); hotspotimg4_off.src='fileadmin/swop-images/link-kirchheim.jpg';
  hotspotimg4_on=new Image(); hotspotimg4_on.src='fileadmin/swop-images/link-kirchheim-aktiv.jpg';

  swopperimg5=new Image(); swopperimg5.src='fileadmin/swop-images/immobilien-landkarte-leimen-110518.jpg';
  hotspotimg5_off=new Image(); hotspotimg5_off.src='fileadmin/swop-images/link-leimen.jpg';
  hotspotimg5_on=new Image(); hotspotimg5_on.src='fileadmin/swop-images/link-leimen-aktiv.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;
  }
