﻿var CND = {};

CND.Page = {
    launchDownload : function(url) {
        window.open(url, '_blank');
    }
};
