﻿function OpenWindow(url, title, width, height)
{
    window.open(url, "popup", "directory=no, location=no, resizable=no, status=no, scrollbars=no, toolbar=no, width=" + width +", height=" + height);
}