﻿// MAIN ROUTINES

    function DisplayNeighborhoodInfo(id){
        document.location.replace(document.location.pathname + "?mapID=" + id);
    }

    function doPassVar(sendText){
	    document.getElementById('interiorMap').SetVariable("myVar", sendText);
    }


