﻿function openW(path, w, h) {
    window.open(path, '_blank', 'menubar=no,top=10,width=' + w + ',height=' + h + ',resizable,scrollbars=yes');
}
