function openLocal(windowURL, Mode) {
        newWindow = window.open(windowURL , 'tseg', Mode  );
        }