 $(document).ready(function() {

	function toggleUhrzeit() {
		$('.seal-kontakt-uhrzeit').toggleClass('hidden');
	}

	$('#addrows').click(function() {
		document.umfragesingle.cmd.value='addcols';
		document.umfragesingle.submit();
	});
	
	$('#addquery').click(function() {
		document.umfragelist.cmd.value='newquery';
		document.umfragelist.submit();
	});	

	$('#updatequery').click(function() {
		document.umfragesingle.cmd.value='updatequery';
		document.umfragesingle.submit(); 
	});	
	
	
	$('.openwin-link').colorbox({rel:'gal'});

	
});

