function changeFaves(action, type, id)
{
	document.changeFaves.fave_action.value = action;	
	document.changeFaves.fave_type.value = type;	
	document.changeFaves.fave_id.value = id;
	document.changeFaves.submit();
}