function fade(q) {
	$('#a1').hide();
	$('#a2').hide();
	$('#a3').hide();
	$('#a4').hide();
	$('#a'+q).slideDown('slow');
}
