
function WindowOpen(url, Features) {
    window.open(url, '', Features);
}

