function show_img(obj){
	$('.a'+obj).fadeIn();
}

function hide_img(obj){
	$('.a'+obj).fadeOut();
}