function PageJump(obj) {
   if (obj.selectedIndex==0) return false;
   location.href=obj.options[obj.selectedIndex].value;
   return true;
}
