function togglerollplace_burg(id, a)
{
	td = jQuery(a).parent().parent();
	td.siblings().removeClass("hit_burg");
	td.prev().addClass("hit_burg");
	td.addClass("hit_burg");
	td.next().addClass("hit_burg"); 
	jQuery("#ears.earup_burg").removeClass("earup_burg").addClass("eardown_burg");
	td.prev(".eardown_burg").removeClass("eardown_burg").addClass("earup_burg");
	  jQuery(".cont_burg[id!='FLive_Chartburg_"+id+"']").css("display", "none").css("visibility", "hidden").css("z-index_burg", "9");
	jQuery('#FLive_Chartburg_'+id).css("display", "block").css("visibility", "visible").css("z-index_varn", "10");
	not_a = jQuery("#ears a[id!='n_"+id+"']");
	not_a.removeClass("selected").attr('href', '#').css("color", "#23527e").hover(
		function () {
			jQuery(this).css("color", "#236eb8").css("text-decoration", "underline");
		}, 
		function () {
			jQuery(this).css("color", "#23527e").css("text-decoration", "none");
		}
	);	
	 
//	jQuery(a).addClass("selected").removeAttr('href').css("color", "#ff0000").css("text-decoration", "none").hover(
//		function () {
//			jQuery(this).css("color", "#ff0000").css("text-decoration", "none");
//		},
//		function () {
//			jQuery(this).css("color", "#ff0000").css("text-decoration", "none");
//		}			
//	);			
}
