﻿function boPopupWindow(url, windowName, options)
{
    window.open(url, windowName, options);
}
