jQuery.noConflict();
function afisha_show(id){
	jQuery("#imgmax"+id).show();
}

function afisha_hide(id){
	jQuery("#imgmax"+id).hide();	
} 

function afisha_show_s(id){
	jQuery("#imgmax_s"+id).show();
}

function afisha_hide_s(id){
	jQuery("#imgmax_s"+id).hide();	
} 

