﻿// OPEN WINDOWS BUILDINGS ROUTINES

    function openPhotos(BuildingID) {
      var openFhotos = window.open(ApplicationPath + "/Content/Properties/Common/Photos.aspx?BuildingID=" + BuildingID, "displayWindow", "width=600,height=500,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes");
    }
    
    function openPlan(planURL) {
      var openPlan = window.open(ApplicationPath + "/Content/Properties/Common/Plan.aspx?planURL=" + planURL, "displayWindow", "width=600,height=500,status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes");
    }



