function showImageLinks(id)
{

	$(".leBilder").hide();
	$("#bild"+id).show();

	$(".leLinks").hide();
	$("#links"+id).show();
}
