﻿function popWin(URL, winName, features)
{
    var w = window.open(URL, winName, features);
    return w;
}
