function deselectAll(){
	$('input.c').attr('checked',false);	
}
function uncheckAll_sp(){
	$('input.c').click( function(){
		$('#all_sp').attr('checked',false);
		});
}
function inputsCheck(){
	
}