function sendReason(){
	var project=$('#reject_link').attr('id');		
	$('[name=projectid]').val(project);
	
}