﻿// JScript File
//function WindowOpen(url, width, height, menubar, left, top) {
//    window.open(url, '', 'Width=width, Height=height, menubar=menubar, screenX=left, screenY=top');
//}
function WindowOpen(url, Features) {
    window.open(url, '', Features);
}