function selectAll(val) {
	$("input[name^="+val+"]").attr('checked', true);
}