

            var RegionsDashes = "------------------------"

            var CountriesDashes = "------------------------"

            var DefaultLink = "index.html"

            Countries = new Object()

            Links = new Object()

            

            // CONFIGURATION STARTS HERE

            Regions = new Array("Africa","Caribbean","North America","South America","Asia","Oceania","Europe")

            

            Countries["Africa"] = new Array(

            "Algeria",

            "Angola",

            "Benin",

            "Botswana",

            "Burkina Faso",

            "Burundi",

            "Cameroon",

            "Cape Verde",

            "Central African Republic",

            "Chad",

            "Comoros",

            "Congo",

            "Congo, Dem.Rep.of",
			
			"Cote d'Ivoire",
            
            "Djibouti",

            "Egypt",
           
            "Equatorial Guinea",

            "Eritrea",

            "Ethiopia",

            "Gabon",

            "Gambia",

            "Ghana",

            "Guinea",

            "Guinea-Bissau",

            "Kenya",
           
            "Lesotho",

            "Liberia",

            "Libyan Arab Jamahiriya",

            "Madagascar",

            "Malawi",

            "Mali",

            "Mauritania",

            "Mauritius",           

            "Morocco",

            "Mozambique",

            "Namibia",

            "Niger",

            "Nigeria",

            "Reunion (France)",

            "Rwanda",

            "Sao Tome and Principe",

            "Senegal",

            "Seychelles",

            "Sierra Leone",

            "Somalia",

            "South Africa",            

            "Sudan",

            "Swaziland",

            "Tanzania, United Republic of",           

            "Togo",

            "Tunisia",

            "Uganda",
			
			"Western Sahara",

            "Zambia",

            "Zimbabwe")

            

            Links["Africa"] = new Array(

            "africa/algeria.html",

            "africa/angola.html",

            "africa/benin.html",

            "africa/botswana.html",

            "africa/burkina_faso.html",

            "africa/burundi.html",

            "africa/cameroon.html",

            "africa/cape_verde.html",

            "africa/central_african_republic.html",

            "africa/chad.html",

            "africa/comoros.html",
			
			"africa/congo.html",

            "africa/democratic_republic_of_congo.html",

            "africa/cote_divoire.html",           

            "africa/djibouti.html",

            "africa/egypt.html",
          
            "africa/equatorial_guinea.html",

            "africa/eritrea.html",

            "africa/ethiopia.html",

            "africa/gabon.html",

            "africa/gambia.html",

            "africa/ghana.html",

            "africa/guinea.html",

            "africa/guinea_bissau.html",

            "africa/kenya.html",          

            "africa/lesotho.html",

            "africa/liberia.html",

            "africa/libya.html",

            "africa/madagascar.html",

            "africa/malawi.html",

            "africa/mali.html",

            "africa/mauritania.html",

            "africa/mauritius.html",                     

            "africa/morocco.html",

            "africa/mozambique.html",

            "africa/namibia.html",

            "africa/niger.html",

            "africa/nigeria.html",

            "africa/reunion.html",

            "africa/rwanda.html",

            "africa/sao_tome_and_principe.html",

            "africa/senegal.html",

            "africa/seychelles.html",

            "africa/sierra_leone.html",

            "africa/somalia.html",

            "africa/south_africa.html",
            
            "africa/sudan.html",

            "africa/swaziland.html",

            "africa/tanzania.html",            

            "africa/togo.html",

            "africa/tunisia.html",

            "africa/uganda.html",
			
			"africa/western_sahara.html",

            "africa/zambia.html",

            "africa/zimbabwe.html");

            

            Countries["South America"] = new Array(
            	
			"Antarctica",
            "Argentina",  
            "Bolivia",
            "Brazil",   
            "Chile",   
            "Colombia",
            "Ecuador",
            "Falkland Islands (Malvinas) (U.K.)",
            "French Guiana (France)",
            "Guyana",
            "Paraguay",
            "Peru",  
            "Suriname",
            "Uruguay", 
            "Venezuela")

            Links["South America"] = new Array(            
			
			"samerica/antarctica.html",
            "samerica/argentina.html", 
            "samerica/bolivia.html",  
            "samerica/brazil.html",  
            "samerica/chile.html",  
            "samerica/colombia.html",
            "samerica/ecuador.html",
            "samerica/falkland_islands.html",
            "samerica/french_guiana.html",
			"samerica/guyana.html",
            "samerica/paraguay.html",
            "samerica/peru.html",   
            "samerica/suriname.html",
            "samerica/uruguay.html",
            "samerica/venezuela.html");
			
			
			Countries["Caribbean"] = new Array(
						
			"Anguilla (U.K.)",			
			"Antigua and Barbuda",
			"Bahamas",
			"Barbados",
			"Cayman Islands (U.K.)",
			"Cuba",
			"Dominica",
			"Dominican Republic",
			"Grenada",
			"Guadeloupe (France)",
			"Haiti",
			"Jamaica",
			"Martinique (France)",
			"Montserrat (U.K.)",
			"Netherlands Antilles (Netherlands)",
			"Puerto Rico",
			"St. Lucia",
            "St. Kitts and Nevis",
            "St. Vincent and Grenadines",
			"Trinidad and Tobago",
            "Turks and Caicos Islands (U.K.)",
			"Virgin Islands (U.K.), (U.S.)")
			
			Links["Caribbean"] = new Array(
			
			"caribbean/anguilla.html",
			"caribbean/antigua_and_barbuda.html",
			"caribbean/bahamas.html",
			"caribbean/barbados.html",
			"caribbean/cayman_islands.html",
			"caribbean/cuba.html",
			"caribbean/dominica.html",
            "caribbean/dominican_republic.html", 
			"caribbean/grenada.html",
            "caribbean/guadeloupe.html",
			"caribbean/haiti.html",
			"caribbean/jamaica.html",
            "caribbean/martinique.html",
			"caribbean/montserrat.html",			
			"caribbean/netherlands_antilles.html",
			"caribbean/puerto_rico.html",			
            "caribbean/st_lucia.html",
            "caribbean/st_kitts_and_nevis.html",
            "caribbean/st_vincent_and_the_grenadines.html",
			"caribbean/trinidad_and_tobago.html",
            "caribbean/turks_and_caicos.html", 
			"caribbean/virgin_islands.html"); 
			
			
			Countries["North America"] = new Array( 
			
			"Belize",
            "Bermuda (U.K.)",
			"Canada",
			"Costa Rica",
			"El Salvador",
			"Greenland (Denmark)",
			"Guatemala",
			"Honduras",   
            "Mexico", 
            "Nicaragua",
            "Panama",
			"United States")
			
			Links["North America"] = new Array(
			
			"namerica/belize.html",
            "namerica/bermuda.html",
			"namerica/canada.html", 
			"namerica/costa_rica.html",
			"namerica/el_salvador.html",
			"namerica/greenland.html",  
            "namerica/guatemala.html",            
            "namerica/honduras.html",
			"namerica/mexico.html",
            "namerica/nicaragua.html",
            "namerica/panama.html",
			"namerica/united_states.html");     
			

            Countries["Asia"] = new Array(

            "Afganistan",
			
			"Armenia",
			
			"Azerbaijan",
			
			"Bahrain",
			
			"Bangladesh",

            "Bhutan",

            "Brunei Darussalam",

            "Cambodia",

            "China",
			
			"Georgia",
			
			"Hong Kong (China)",  
          
            "India",

            "Indonesia",
			
			"Iran, Islamic Republic of",
			
			"Iraq",
			
			"Israel",

            "Japan",
			
			"Jordan",
           
            "Kazakhstan",
			
			"Korea, Dem. People's Rep.",
			
			"Korea, Republic of",
			
			"Kuwait",

            "Kyrgyzstan",

            "Lao People's democratic Rep. (Laos)", 
			
			"Lebanon",
			
			"Macao (China)",

            "Malaysia",           

            "Maldives",

            "Mongolia",

            "Myanmar (Burma)",

            "Nepal",
			
			"Oman",           
           
            "Pakistan",

            "Philippines",
			
			"Qatar",
			
			"Russian Federation",
			
			"Saudi Arabia",
           
            "Singapore", 
            
            "Sri Lanka",
			
			"Syrian Arab Republic",

            "Taiwan",          

            "Tajikistan",

            "Thailand",    
			
            "Turkmenistan",
			
			"United Arab Emirates",

            "Uzbekistan",

            "Vietnam",
			
			"Yemen")
            

            Links["Asia"] = new Array(

            "asia/afganistan.html",
			
			"asia/armenia.html",
			
			"asia/azerbaijan.html",
			
			"asia/bahrain.html",
			
			"asia/bangladesh.html",

            "asia/bhutan.html",

            "asia/brunei.html",

            "asia/cambodia.html",

            "asia/china.html",
			
			"asia/georgia.html",
			
			"asia/hong_kong.html",  
			
            "asia/india.html",
            
            "asia/indonesia.html", 
			
			"asia/iran.html", 
			
			"asia/iraq.html", 
			
			"asia/israel.html",         

            "asia/japan.html",
			
			"asia/jordan.html",
           
            "asia/kazakstan.html",
			
			"asia/korea_dempeoples_rep.html",
			
			"asia/korea_rep_of.html",
			
			"asia/kuwait.html",

            "asia/kyrgyzstan.html",

            "asia/laos.html",
			
			"asia/lebanon.html",
			
			"asia/macao.html",

            "asia/malaysia.html",           

            "asia/maldives.html",

            "asia/mongolia.html",

            "asia/myanmar.html",

            "asia/nepal.html",           

            "asia/oman.html",

            "asia/pakistan.html",

            "asia/philippines.html",
			
			"asia/qatar.html", 
			
			"asia/russian_federation.html",
			
			"asia/saudi_arabia.html",         

            "asia/singapore.html",                   

            "asia/sri_lanka.html",
			
			"asia/syrian_arab_rep.html",

            "asia/taiwan.html",           

            "asia/tajikistan.html",

            "asia/thailand.html",

            "asia/turkmenistan.html",
			
			"asia/united_arab_emirates.html",

            "asia/uzbekistan.html",

            "asia/vietnam.html",
			
			"asia/yemen.html");

            

            Countries["Oceania"] = new Array(

            "Australia",  

            "Fiji",

            "French Polynesia (France)",

            "Guam (U.S.)",

            "Kiribati",

            "Marshall Islands",

            "Micronesia, Fed. States of",

            "Nauru",

            "New Caledonia (France)",          

            "New Zeland",

            "Palau",
			
            "Papua New Guinea",

            "Samoa",

            "Solomon Islands",           

            "Tonga",

            "Tuvalu",

            "Vanuatu")

            

            Links["Oceania"] = new Array(

            "Oceania/australia.html",  
			
            "Oceania/fiji.html",

            "Oceania/french_polynesia.html",

            "Oceania/guam.html",

            "Oceania/kiribati.html",

            "Oceania/marshall_islands.html",
			
			"Oceania/micronesia.html",

            "Oceania/nauru.html",

            "Oceania/new_caledonia.html",

            "Oceania/new_zealand.html",
           
            "Oceania/palau.html",

            "Oceania/papua_new_guinea.html",

            "Oceania/samoa.html",

            "Oceania/solomon_islands.html",

            "Oceania/tonga.html",

            "Oceania/tuvalu.html",

            "Oceania/vanuatu.html");

            

            Countries["Europe"] = new Array(

            "Albania",

            "Andorra",             

            "Austria",             

            "Belarus", 

            "Belgium",             

            "Bosnia-Hercegovina",

            "Bulgaria",            

            "Croatia",

            "Cyprus",

            "Czech Republic",           

            "Denmark", 
			   
            "Estonia",            

            "Finland",         

            "France",
			
			"Germany",
			
			"Gibraltar (U.K.)",   

            "Greece",           

            "Hungary",
         
            "Iceland",         

            "Ireland",         

            "Italy",      

            "Latvia",

            "Liechtenstein",

            "Lithuania",

            "Luxembourg",

            "Macedonia, F.Y.R.",

            "Malta",

            "Moldova", 

            "Monaco", 

            "Netherlands",         

            "Norway",
         
            "Poland",

            "Portugal",           

            "Romania", 

            "Russian Federation",
          
            "San Marino",
			
			"Serbia and Montenegro",              

            "Slovakia", 

            "Slovenia", 

            "Spain",            

            "Sweden",
          
            "Switzerland", 
			
			"Turkey",       

            "Ukraine",

            "United Kingdom",

            "Vatican City State (Holy See)")

            

            Links["Europe"] = new Array(

            "europe/albania.html",

            "europe/andorra.html",            

            "europe/austria.html",          

            "europe/belarus.html",

            "europe/belgium.html",           

            "europe/bosnia_hercegovina.html",

            "europe/bulgaria.html",            

            "europe/croatia.html",

            "europe/cyprus.html",

            "europe/czech_republic.html",          

            "europe/denmark.html", 

            "europe/estonia.html",           

            "europe/finland.html",
           
            "europe/france.html",
			
            "europe/germany.html",
			
			"europe/gibraltar.html",          

            "europe/greece.html",             

            "europe/hungary.html",          

            "europe/iceland.html",         

            "europe/ireland.html",

            "europe/italy.html",    

            "europe/latvia.html",

            "europe/liechtenstein.html",

            "europe/lithuania.html",

            "europe/luxembourg.html",

            "europe/macedonia.html",

            "europe/malta.html",

            "europe/moldova.html",

            "europe/monaco.html",

            "europe/netherlands.html",
           
            "europe/norway.html",        

            "europe/poland.html",

            "europe/portugal.html",
           
            "europe/romania.html",

            "europe/russia.html",
           
            "europe/san_marino.html",
			
			"europe/serbia_and_montenegro.html",                    

            "europe/slovakia.html",

            "europe/slovenia.html",

            "europe/spain.html",

            "europe/sweden.html",           

            "europe/switzerland.html",
			
			"europe/turkey.html",
         
            "europe/ukraine.html",

            "europe/united_kingdom.html",

            "europe/vatican_city_state.html");

            

            // CONFIGURATION ENDS HERE

            initializeForm()

            function initializeForm () {

            	// Fill up initial option values

            	document.jump.region.length = 0;

            	Regions[Regions.length] = RegionsDashes

            	document.jump.region.options[0] = new Option(Regions[0],"",1,1)

            	for(count = 1; count < Regions.length; count++) {

            		document.jump.region.options[count] = new Option(Regions[count], "")

            	}

            fillCountry()

            }

            

            function fillCountry()

            {

            	document.jump.country.length = 0;

            	reg = new String(Regions[document.jump.region.selectedIndex])

            	if (reg == RegionsDashes) {

            		document.jump.region.selectedIndex = document.jump.region.selectedIndex - 1

            		reg = new String(Regions[document.jump.region.selectedIndex])

            	}

            	document.jump.country.options[0] = new Option(Countries[reg][0],Links[reg][0],1,1);

            	for(count = 1; count < Links[reg].length; count ++)

            	document.jump.country.options[count] = new Option(Countries[reg][count],Links[reg][count]);

            	document.jump.country.options[document.jump.country.options.length] = new Option(CountriesDashes,DefaultLink);

            }

            function checkCountry() {

            	if (document.jump.country.options[document.jump.country.selectedIndex].text == CountriesDashes)

            		document.jump.country.selectedIndex = document.jump.country.selectedIndex - 1

            }

     
