﻿
String.prototype.trim = function() {
    return this.replace(/^\s+|\s+$/g, "");
}
function fnDisplayPrint() {
    var strOpenDisplayPrintPage = window.open("Brochure.aspx?","FloorPlanModel",
            "menubar=no,location=no,toolbar=no,resizable=no," +
            "scrollbars=1,status=no,width=700,height=900,left=100,top=10");
}

function OnClientClose(oWnd) {
    oWnd.GetContentFrame().src = "about:blank";
}  

