﻿// JScript File
function popUp(url)
{
    wndChild = window.open(url);
}
