Talho.ShowProfile.initialize = function(config){
    var show_profile_panel = new Talho.ShowProfile(config);
    return show_profile_panel.getPanel();
};