$(document).ready(function(){
	
	/*
	var menuTab=new Array();

	$("#menu_tab").children().each(function(){
		$(this).children(":empty").remove();
	});
	
	$("#menu_tab").tabs({ fx: {opacity: 'toggle' } });
	$("#menu_valores").tabs();
	
	$("#menu_valores li").each(function(i){
		var compare = $(".remove").index(this);
		var counter=0;
		if(compare != -1)
		{
			$("#menu_valores").tabs("disable", i);
			menuTab[counter]=compare;
			counter++;
			//alert(counter);
		}
		//$("#menu_valores").tabs();
		//alert($("li.remove :eq("+i+")").html());
	})
	$("#menu_valores").tabs("select",menuTab[0]);
	*/
})
