﻿function OpenCustomPopUpPage(url)
{
    window.open(url);
}
