function efpfile_replace(id){
	$('#' + id + '_actions').hide();
	$('#' + id + '_container').show();
}

function efpfile_remove(id) {
	$('#' + id + '_actions').hide();
	$('#' + id + '_remove').show();
	$('#' + id + '_remove input').val(1);
}
