/*

$(window).bind("load",function(){



	$("#index_menu").sortable({ 
    placeholder: "ui-selected", 
    revert: true 
});


	});
	
*/



function magn(obj)
{
	$("#"+obj).animate({fontSize: "18"}, 200);
}

function magn_of(obj)
{
	$("#"+obj).animate({fontSize: "14"}, 200);
}
