function openWindow(path) {
    var w = window.open(path);
    w.focus();
}

