﻿function openNewWindow(url) {
    popupWin = window.open(url, 'open_window', 'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent')
}

