﻿function ShowPopup(page, name, options) {
    Window = window.open(page, name, options);
}
