function move(ctr) {
            if (!ctr.selectedIndex == 0 || !ctr.value == '') {
            location.href = ctr.value;
            }
            return false;
   }