  /* --------------------------------------------------*/
  /* redraw all layers for panning */
  /* this is assignedto the AddOnCommands in MapOrnament_MapAJAXDriveTime11*/
  /* --------------------------------------------------*/
  function redrawLayers(){

  // this is call as part of the simplemap40  map_processReqChange()
  // use it to load images on top of map image
/*
    if(isLayerVisible('wssubsidizedhousing')){
      showLayerPoints('wssubsidizedhousing');
    }
    if(isLayerVisible('wslookupzipcode')){
      showLayerPoints('wslookupzipcode');
    }
    if(isLayerVisible('wslookupcenustractnumber')){
      showLayerPoints('wslookupcenustractnumber');
    }
    try{
    if(isMapEditPage()){
      if( getTool()=='initialize' ){
  	    setInitialPointToMapGeocode();
      }else{
	    set_EditPoint();
      }
    }
    }catch(err){alert("Need to define isEditPage() on edit page function isEditPage(){return true;}"+err);}
  */
  }

