function wwfChangeSrc(id, name, suffix)
{
  //console.log(id+"/"+name+"/"+suffix);
  $("#"+id).attr("src", "/images/"+name+"_"+suffix+".png")
}

