﻿function OpenLink(strUrl) {
    window.open(strUrl);
}

function RedirectLink(strUrl) {
    window.location = strUrl;
}
