﻿// JScript File

function wmcmWindowOpen(url,name,features)
{
    wnd = window.open(url, name, features);
    wnd.focus();
}