﻿function doPopup(url) {
    window.open(url, "ServicePopup", "width=640,height=480,scrollbars=no,toolbar=1,location=no");
}

function doNewWindow(url) {
    window.open(url, "ServiceNewWindow", "");
}

