function sflag(varExt)
{

var ch="0";
var vatl="";
        switch(varExt){
                case "fr":
                        ch="fr";
                        vatl="France";
                      break;
                case "ca":
                        ch="ca";
                        vatl="Canada";
                      break;
                case "com":
                        ch="0";
                        vatl="";
                      break;
                case "au":
                        ch="au";
                        vatl="Australie";
                      break;
                case "be":
                        ch="be";
                        vatl="Belgique";
                      break;
                case "ch":
                        ch="ch";
                        vatl="Suisse";
                      break;
                case "de":
                        ch="de";
                        vatl="Allemagne";
                      break;
                case "dk":
                        ch="dk";
                        vatl="Danemark";
                      break;
                case "dk":
                        ch="dz";
                        vatl="Algerie";
                      break;

                case "es":
                        ch="es";
                        vatl="Espagne";
                      break;
                case "eu":
                        ch="eu";
                        vatl="Europe";
                      break;

                case "fi":
                        ch="fi";
                        vatl="Finlande";
                      break;
                case "gr":
                        ch="gr";
                        vatl="Gréce";
                      break;
                case "it":
                        ch="it";
                        vatl="Italie";
                      break;
                case "lu":
                        ch="lu";
                        vatl="Luxembourg";
                      break;
                case "no":
                        ch="no";
                        vatl="Norvege";
                      break;
                case "uk":
                        ch="uk";
                        vatl="Royaume-Uni";
                      break;
                case "se":
                        ch="se";
                        vatl="Suede";
                      break;
                case "tn":
                        ch="tn";
                        vatl="Tunisie";
                      break;
                case "za":
                        ch="za";
                        vatl="Afrique du Sud";
                      break;

        default:
        }

  if (ch=="" ){ch="0";}

  if (vatl=="" )
  {
    ch="<img border=\"0\" src=\"http://pagesperso-orange.fr/alain.laemle/img/flag/"+ch+".gif\" width=\"22\" height=\"15\">";
  }
  else
  {
    ch="<img border=\"0\" src=\"http://pagesperso-orange.fr/alain.laemle/img/flag/"+ch+".gif\" width=\"22\" height=\"15\" atl=\""+vatl+"\">";
  }

}
