﻿function popUp(aURL, width, height) {
    window.open(aURL, "PopupImage", "scrollbars=0, toolbar=0, width=" + width + ", height=" + height);
}

