jQuery(document).ready(function(){
  jQuery("#required_passwd").focus(function(){
    jQuery("#pwConfirm").fadeIn();
  });
});

