
function aptPaese(cRef, cPaese) {
	document.writeln( "<p class='paese2' style='margin-top: 4; margin-bottom: 4'><a href='index.htm#" + cRef + "'>" + cPaese + "</a>" )
};

aptPaese( "IT000", "ITALIA" )
aptPaese( "AN000", "ANGOLA" )
aptPaese( "AR000", "ARGENTINA" )
aptPaese( "BE000", "BELGIË" )
aptPaese( "BN000", "BENIN" )
aptPaese( "BO000", "BOLIVIA" )
aptPaese( "BF000", "BURKINA FASO" )
aptPaese( "CV000", "CABO VERDE" )
aptPaese( "CM000", "CAMEROUN" )
aptPaese( "CF000", "CENTRAFRICA" )
aptPaese( "CN000", "CHINA")
aptPaese( "CO000", "COLOMBIA" )
aptPaese( "CB000", "CONGO BRAZZAVILLE" )
aptPaese( "CK000", "CONGO KINSHASA" )
aptPaese( "CD000", "COSTA D’AVORIO" )
aptPaese( "CU000", "CUBA" )
aptPaese( "CZ000", "CZECH REPUBLIC" )
aptPaese( "DE000", "DEUTSCHLAND" )
aptPaese( "SV000", "EL SALVADOR" )
aptPaese( "ES000", "ESPAÑA" )
aptPaese( "FR000", "FRANCE" )
aptPaese( "GH000", "GHANA")
aptPaese( "GU000", "GUATEMALA")
aptPaese( "GB000", "GUINEA BISSAU")
aptPaese( "GC000", "GUINEA CONAKRY")
aptPaese( "GE000", "GUINEA EQUATORIALE")
aptPaese( "HU000", "HONGRIE")
aptPaese( "ID000", "INDONESIA")
aptPaese( "MW000", "MALAWI" )
aptPaese( "MX000", "MEXICO" )
aptPaese( "MZ001", "MOZAMBIQUE" )
aptPaese( "NL000", "NEDERLANDS" )
aptPaese( "NI000", "NICARAGUA" )
aptPaese( "AT000", "ÖSTERREICH" )
aptPaese( "PK000", "PAKISTAN" )
aptPaese( "PE000", "PERU" )
aptPaese( "PK000", "PHILIPPINES" )
aptPaese( "PL000", "POLSKA" )
aptPaese( "PT000", "PORTUGAL" )
aptPaese( "RO000", "ROMANIA" )
aptPaese( "SN000", "SENEGAL" )
aptPaese( "TZ000", "TANZANIA" )
aptPaese( "TC000", "TCHAD" )
aptPaese( "TO000", "TOGO" )
aptPaese( "US000", "U.S.A." )
aptPaese( "UG000", "UGANDA" )

