$(document).ready(function() {
	
	
	// Ausstellerbereich
	$('.stand').cluetip({
		local: true,
		cluezIndex: 5000,
		topOffset: -10,
		leftOffset: -0,
		arrows: false,
		dropShadow: false,
		tracking: true
	});

	// Pressemitteilungen
	$("a.toggleText").click(function () {
		if ($(this).hasClass('more')) {
			$(this).prev().fadeIn("slow");
			$(this).removeClass('more');
			if ($(this).html()=='...mehr') $(this).html('...weniger'); else $(this).html('...less');
		} else {
			if ($(this).html()=='...weniger') {
				$(this).html('...mehr'); 
				$(this).addClass('more');
			} else {
				$(this).html('...more');
				$(this).addClass('more');
			}
			$(this).prev().slideUp("slow");
		}	
    }); 

	// Besucheranmeldung
	// Bereich a)
	$("input[name='anm_gesamt']").click(function () {
		if ($("input[name='anm_gesamt']:checked").length ==1) {
			$("input[name='anm_tt_1']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_tt_2']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_tt_3']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_e_di']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_e_mi']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_e_do']").attr("disabled","disabled").removeAttr("checked");			
		} else {
			$("input[name='anm_tt_1']").removeAttr("disabled");
			$("input[name='anm_tt_2']").removeAttr("disabled");
			$("input[name='anm_tt_3']").removeAttr("disabled");
			$("input[name='anm_e_di']").removeAttr("disabled");
			$("input[name='anm_e_mi']").removeAttr("disabled");
			$("input[name='anm_e_do']").removeAttr("disabled");			
		}
    }); 
	// Bereich b)
	$("input[name='anm_e_di']").click(function () {
		if ($("input[name='anm_e_di']:checked").length ==1) {
			$("input[name='anm_tt_1']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_gesamt']").attr("disabled","disabled").removeAttr("checked");
		} else {
			$("input[name='anm_tt_1']").removeAttr("disabled");
			$("input[name='anm_gesamt']").removeAttr("disabled");
		}
    }); 
	$("input[name='anm_e_mi']").click(function () {
		if ($("input[name='anm_e_mi']:checked").length ==1) {
			$("input[name='anm_tt_2']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_gesamt']").attr("disabled","disabled").removeAttr("checked");			
		} else {
			$("input[name='anm_tt_2']").removeAttr("disabled");
			$("input[name='anm_gesamt']").removeAttr("disabled");			
		}
    }); 
	$("input[name='anm_e_do']").click(function () {
		if ($("input[name='anm_e_do']:checked").length ==1) {
			$("input[name='anm_tt_3']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_gesamt']").attr("disabled","disabled").removeAttr("checked");			
		} else {
			$("input[name='anm_tt_3']").removeAttr("disabled");
			$("input[name='anm_gesamt']").removeAttr("disabled");			
		}
    });
	// Bereich c)
	$("input[name='anm_tt_1']").click(function () {
		if ($("input[name='anm_tt_1']:checked").length ==1) {
			$("input[name='anm_e_di']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_gesamt']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='abendveranstaltung_di']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='bs_di\[\]']").attr("disabled","disabled").removeAttr("checked");
	
		} else {
			$("input[name='anm_e_di']").removeAttr("disabled");
			$("input[name='anm_gesamt']").removeAttr("disabled");
			$("input[name='abendveranstaltung_di']").removeAttr("disabled");
			$("input[name='bs_di']").removeAttr("disabled");
			$("input[name='bs_di\[\]']").removeAttr("disabled");
		}
    }); 
	$("input[name='anm_tt_2']").click(function () {
		if ($("input[name='anm_tt_2']:checked").length ==1) {
			$("input[name='anm_e_mi']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_gesamt']").attr("disabled","disabled").removeAttr("checked");		
			$("input[name='abendveranstaltung_mi']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='bs_mi\[\]']").attr("disabled","disabled").removeAttr("checked");			
			
		} else {
			$("input[name='anm_e_mi']").removeAttr("disabled");
			$("input[name='anm_gesamt']").removeAttr("disabled");
			$("input[name='abendveranstaltung_mi']").removeAttr("disabled");
			$("input[name='bs_mi\[\]']").removeAttr("disabled");			
		}
    }); 
	$("input[name='anm_tt_3']").click(function () {
		if ($("input[name='anm_tt_3']:checked").length ==1) {
			$("input[name='anm_e_do']").attr("disabled","disabled").removeAttr("checked");
			$("input[name='anm_gesamt']").attr("disabled","disabled").removeAttr("checked");	
			$("input[name='abendveranstaltung_do']").attr("disabled","disabled").removeAttr("checked");		
			$("input[name='bs_do\[\]']").attr("disabled","disabled").removeAttr("checked");					
		} else {
			$("input[name='anm_e_do']").removeAttr("disabled");
			$("input[name='anm_gesamt']").removeAttr("disabled");
			$("input[name='abendveranstaltung_do']").removeAttr("disabled");
			$("input[name='bs_do\[\]']").removeAttr("disabled");
		}
    });
	
	
	// Wenn Hotel nicht gesetzt ist, dann "kein Hotel" auswählen
	if (!$("input[name='hotel']").attr("checked")) {
		$("input[name='hotel']").val(["0"]);
	} 

	//Community
	$("#tag").change(function() {
		$.post("/includes/ajax_get_optionvalues.php", {tag: $(this).val()},
		function(data){		
			$("#session").html(data);
		});	
		$("#entry").html('<option>&nbsp;</option>');		
	});	

	$("#session").change(function() {
		$.post("/includes/ajax_get_optionvalues.php", {session: $(this).val()},
		function(data){	
			$("#entry").html(data);
		});			
	});		
	
});