$(function()
{
    $('#pwverg').click(function(e){
        e.preventDefault();
        $('#hidetr').show();
    });
});


