﻿/* Generic functions - BHSJ */

function popup(winName, fileName) {
    window.open("/help/" + fileName, name, "width=400,height=350,toolbar=no,location=no,scrollbars=yes,statusbar=no,resizable=yes");
}