function ch_mendini(title, image){
	$('#title_mendini').html(title);
	$("#mendini_img").attr({ 
	  src: image,
	  alt: title
	});
	return false;
}
