colorflag = function(link, countrycode)
{
  link.firstChild.src = '/images/icons/flag_' + countrycode + '.gif';
}

decolorflag = function(link, countrycode)
{
  link.firstChild.src = '/images/icons/flag_' + countrycode + '_grey.gif';
}
