var str='';
str+='<OPTION VALUE="">Thèmes'
str+='<OPTION VALUE="age_moyen_population.htm">Age moyen'
str+='<OPTION VALUE="drapeaux.htm">Drapeaux'
str+='<OPTION VALUE="economie.htm">Economie'
str+='<OPTION VALUE="energie.htm">Energie'
str+='<OPTION VALUE="emissions_co2.htm">Environnement'
str+='<OPTION VALUE="esperance_de_vie.htm">Espérance de vie'
str+='<OPTION VALUE="oif.htm">Francophonie'
str+='<OPTION VALUE="geographie.htm">Géographie'
str+='<OPTION VALUE="idh.htm">I.D.H.'
str+='<OPTION VALUE="domaines_internet.htm">Internet'
str+='<OPTION VALUE="langues_officielles.htm">Langues officielles'
str+='<OPTION VALUE="liens.htm">Liens - Sources'
str+='<OPTION VALUE="monnaies.htm">Monnaies'
str+='<OPTION VALUE="mortalite.htm">Mortalité'
str+='<OPTION VALUE="natalite.htm">Natalité'
str+='<OPTION VALUE="organisations_internationales.htm">Organisations internationales'
str+='<OPTION VALUE="onu.htm">O.N.U.'
str+='<OPTION VALUE="pib.htm">P.I.B.'
str+='<OPTION VALUE="population.htm">Population'
str+='<OPTION VALUE="sante.htm">Santé'
str+='<OPTION VALUE="societe.htm">Société'
str+='<OPTION VALUE="union_europeenne.htm">Union européenne'
str+='</SELECT> </FORM>'
document.write(str)