
$(document).ready(function () {
	$("#addrezumat").click(function() {
		$("#rezumate").children(":hidden").eq(1).show();
	}); 
});
