function selectChange(selObj) {
            var NewWindow1
            window.open(selObj.value,"NewWindow1");
        }
