$(document).ready(function() {
    $('.get_fix_tar_for_color').click(function(e){
	$('.faireundon').show(500);
	return(true);
    });
});
