function myChangeHandler() 
   {
    window.open(this.options[this.selectedIndex].value, '_self');
    this.form.submit();
   }

