function imgFadeIn(id) {
	$('chi' + id).fade(0);
	
}

function imgFadeOut(id) {
	$('chi' + id).fade(1);
}
