﻿
function OpenPopup(url) {
    window.open(url);
}

