﻿function openwindow(path) {
    window.open(path, "mywindow", "menubar=1, resizable=0, width=800, height=500");
}