﻿function OpenWindow(url, features)
{
    window.open(url, '', features);
}