function showmap(id) {
	$("a.maplink").removeClass('maplinkhover');
	$(".mappanel").fadeOut("fast");
	$("#"+id).fadeIn("slow");
}