
$j(function(){
    $j('#divChangeMyImage').hide();
});

function showImageBrowser(){
    $j('#divChangeMyImage').show("slow");

}