$(document).ready(function(){
			$("#display_menu_1 ul li a").each(function(idx){
        $(this).addClass("index_" + idx);
});
			   
   });

