function showFavChanged (id) {
document.getElementById(id).className = "form_field_fav";
}
