﻿function OpenPositionedWindow(url, windowName) {
    var oWnd = window.radopen(url);
}
