<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var africaArray =  new Array("('All countries','',true,true)",
"('Algeria')",
"('Angola')",
"('Benin')",
"('Botswana')",
"('Burkina Faso')",
"('Burundi')",
"('Cameroon')",
"('Cape Verde')",
"('Central African Rep')",
"('Chad')",
"('Comoros')",
"('Congo')",
"('Djibouti')",
"('Equatorial Guinea')",
"('Eritrea')",
"('Ethiopia')",
"('Gabon')",
"('Gambia')",
"('Ghana')",
"('Guinea')",
"('Guinea-Bissau')",
"('Ivory Coast')",
"('Kenya')",
"('Lesotho')",
"('Liberia')",
"('Libya')",
"('Madagasgar')",
"('Malawi')",
"('Mali')",
"('Mauritania')",
"('Mauritius')",
"('Mayotte Islands')",
"('Morocco')",
"('Mozambique')",
"('Namibia')",
"('Niger')",
"('Nigeria')",
"('Reunion')",
"('Rwanda')",
"('Sao Tome and Principe')",
"('Senegal')",
"('Seychelles')",
"('Sierra Leone')",
"('Somalia')",
"('South Africa')",
"('Sudan')",
"('Swaziland')",
"('Tanzania')",
"('Togo')",
"('Tunisia')",
"('Uganda')",
"('Zaire')",
"('Zambia')",
"('Zimbabwe')",
"('Other')");
var middleeastArray =  new Array("('All countries','',true,true)",
"('Bahrain')",
"('Brunei')",
"('Egypt')",
"('Iran')",
"('Iraq')",
"('Israel')",
"('Jordan')",
"('Kuwait')",
"('Lebanon')",
"('Oman')",
"('Qatar')",
"('Saudi Arabia')",
"('Syria')",
"('Turkey')",
"('United Arab Emirates')",
"('Other')");
var asiaArray =  new Array("('All countries    ','',true,true)",
"('Afghanistan')",
"('Armenia')",
"('Azerbaijan')",
"('Bangladesh')",
"('Bhutan')",
"('Cambodia')",
"('China')",
"('East Timor')",
"('Diego Garcia')",
"('Hong Kong')",
"('India')",
"('Indonesia')",
"('Japan')",
"('Kampuchea')",
"('Kazakhstan')",
"('Kyrgyzstan')",
"('Laos')",
"('Macao')",
"('Malaysia')",
"('Maldives')",
"('Mongolia')",
"('Myanmar')",
"('Nepal')",
"('North Korea')",
"('Pakistan')",
"('Philippines')",
"('Singapore')",
"('South Korea')",
"('Sri Lanka')",
"('Taiwan')",
"('Tajikistan')",
"('Thailand')",
"('Turkmenistan')",
"('Uzbekistan')",
"('Vietnam')",
"('Yemen')",
"('Yemen, Peoples D.R.')",
"('Other')");
var europeArray =  new Array("('All countries','',true,true)",
"('Albania')",
"('Andorra')",
"('Austria')",
"('Belarus')",
"('Belgium')",
"('Bosnia/Herzegovina')",
"('Bulgaria')",
"('Croatia')",
"('Cyprus')",
"('Czech Republic')",
"('Denmark')",
"('Estonia')",
"('Faroe Islands')",
"('Finland')",
"('France')",
"('Germany')",
"('Gibraltar')",
"('Greece')",
"('Hungary')",
"('Iceland')",
"('Ireland')",
"('Italy')",
"('Latvia')",
"('Liechtenstein')",
"('Lithuania')",
"('Luxembourg')",
"('Macedonia')",
"('Malta')",
"('Moldova')",
"('Monaco')",
"('Netherlands')",
"('Norway')",
"('Poland')",
"('Portugal')",
"('Romania')",
"('Russia')",
"('San Marino')",
"('Serbia')",
"('Slovakia')",
"('Slovenia')",
"('Spain')",
"('Sweden')",
"('Switzerland')",
"('Ukraine')",
"('United Kingdom')",
"('Yugoslavia')",
"('Other')");
var australiaArray =  new Array("('All countries','',true,true)",
"('American Samoa')",
"('Australia')",
"('Cook Islands')",
"('Fiji')",
"('French Polynesia')",
"('Guam')",
"('Kiribati')",
"('Marshall Islands')",
"('Micronesia')",
"('New Caledonia')",
"('New Zealand')",
"('Nauru')",
"('Niue')",
"('Norfolk Island')",
"('Palau')",
"('Papua New Guinea')",
"('Pitcairn Island')",
"('Saipan')",
"('Soloman Islands')",
"('Tonga')",
"('Tuvalu')",
"('Vanuatu')",
"('Wallis & Futuna Isl.')",
"('Western Samoa')",
"('Other')");
var namericaArray =  new Array("('All countries','',true,true)",
"('Canada')",
"('United States')",
"('Other')");
var samericaArray =  new Array("('All countries','',true,true)",
"('Argentina')",
"('Bolivia')",
"('Brazil')",
"('Chile')",
"('Colombia')",
"('Ecuador')",
"('Falkland Islands')",
"('French Guiana')",
"('Guyana')",
"('Paraguay')",
"('Peru')",
"('Suriname')",
"('Uruguay')",
"('Venezuela')",
"('Other')");
var lamericaArray =  new Array("('All countries','',true,true)",
"('Belize')",
"('Costa Rica')",
"('El Salvador')",
"('Guatemala')",
"('Honduras')",
"('Mexico')",
"('Nicaragua')",
"('Panama')",
"('Other')");
var caribbeanArray =  new Array("('All countries','',true,true)",
"('Anguilla')",
"('Antigua')",
"('Aruba')",
"('Bahamas')",
"('Barbados')",
"('Bermuda')",
"('British Virgin Isl.')",
"('Cayman Islands')",
"('Cuba')",
"('Dominica')",
"('Dominican Republic')",
"('French Antilles')",
"('Grenada')",
"('Guadeloupe')",
"('Guantanamo Bay')",
"('Haiti')",
"('Jamaica')",
"('Martinique')",
"('Montserrat')",
"('Netherlands Antilles')",
"('Puerto Rico')",
"('St Christopher Nevis')",
"('St Kitts and Nevis')",
"('St Lucia')",
"('St Vincent/Grenadine')",
"('Trinidad')",
"('Turks and Caicos Isl.')",
"('U.S. Virgin Islands')",
"('Other')");
var allArray =  new Array("('All countries','',true,true)",
"('All countries')");
function populateCountry(inForm,selected) {
var selectedArray = eval(selected + "Array");
while (selectedArray.length < inForm.country.options.length) {
inForm.country.options[(inForm.country.options.length - 1)] = null;
}
for (var i=0; i < selectedArray.length; i++) {
eval("inForm.country.options[i]=" + "new Option" + selectedArray[i]);
eval("inForm.country.options[i].value=" + selectedArray[i]);
}
if (inForm.region.options[0].value == '') {
inForm.region.options[0]= null;
if ( navigator.appName == 'Netscape') {
if (parseInt(navigator.appVersion) < 4) {
window.history.go(0);
}
else {   	
if (navigator.platform == 'Win32' || navigator.platform == 'Win16') {
window.history.go(0);
            }
         }
      }
   }
}
//onChange="populateUSstate(document.globe,document.globe.country.options[document.globe.country.selectedIndex].text)"
function populateUSstate(inForm,selected) {  
var stateArray =  new Array("('Select State','',true,true)",
"('Alabama')",
"('Alaska')",
"('Arizona')",
"('Arkansas')",
"('California')",
"('Colorado')",
"('Connecticut')",
"('Delaware')",
"('Columbia')",
"('Florida')",
"('Georgia')",
"('Hawaii')",
"('Idaho')",
"('Illinois')",
"('Indiana')",
"('Iowa')",
"('Kansas')",
"('Kentucky')",
"('Louisiana')",
"('Maine')",
"('Maryland')",
"('Massachusetts')",
"('Michigan')",
"('Minnesota')",
"('Mississippi')",
"('Missouri')",
"('Montana')",
"('Nebraska')",
"('Nevada')",
"('New Hampshire')",
"('New Jersey')",
"('New Mexico')",
"('New York')",
"('North Carolina')",
"('North Dakota')",
"('Ohio')",
"('Oklahoma')",
"('Oregon')",
"('Pennsylvania')",
"('Rhode Island')",
"('South Carolina')",
"('South Dakota')",
"('Tennessee')",
"('Texas')",
"('Utah')",
"('Vermont')",
"('Virginia')",
"('Washington')",
"('West Virginia')",
"('Wisconsin')",
"('Wyoming')");
if (selected == 'USA') {
for (var i=0; i < stateArray.length; i++) {
eval("inForm.country.options[i]=" + "new Option" + stateArray[i]);
}
if ( navigator.appName == 'Netscape') {
if (parseInt(navigator.appVersion) < 4) {
window.history.go(0)
}
else {    	
if (navigator.platform == 'Win32' || navigator.platform == 'Win16') {
window.history.go(0)
         }
      }
   }
}
else {
}  
if (selected == 'Other') {
newCountry = "";
while (newCountry == ""){
newCountry=prompt ("Please enter the name of your country.", "");
}
if (newCountry != null) {
inForm.country.options[(inForm.country.options.length-1)]=new Option(newCountry,newCountry,true,true);
inForm.country.options[inForm.country.options.length]=new Option('Other, not listed','Other');
   }
}
if(inForm.country.options[0].text == 'Select country') {
inForm.country.options[0]= null;
   }
}
// End -->
