﻿function right_panel_tab(element){
   $('.rightPanel .title a').addClass('inactive');
   $('.rightPanel .title a.'+element).removeClass('inactive');
   $('#popularArticles, #newComments, #newMovies').hide();
   $("#"+element).show();
}
