function PopupWindow(url, title, props)
{
    window.open(url, title, props);
}

