function new_window(path) {
    window.open(path,'mywindow','resizable=no,scrollbars=yes, width=600,height=400');
}

