
function populateState(objElement, drpStateFieldName)
{
	var objForm = objElement.form;
	var selected = objElement.options[objElement.selectedIndex].value;
	populateStateForElement(objForm, drpStateFieldName, selected)
}

function populateStateForElement(objForm, objElement, selected)
{
	objElement = objForm[objElement];

	var Country1 = new Array(1);

	Country1[0] = new Array(2);
	Country1[0][0] = '';
	Country1[0][1] = '[Select State/Province]';

	Country1[1] = new Array(2);
	Country1[1][0] = 'Other';
	Country1[1][1] = 'Other';

	if (selected == '1' || selected == 'Albania' || selected == 'ALB')
	{
		while (Country1.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country1.length; i++)
		{
			objElement.options[i] = new Option(Country1[i][1],Country1[i][0]);
		}
	}

	var Country2 = new Array(1);

	Country2[0] = new Array(2);
	Country2[0][0] = '';
	Country2[0][1] = '[Select State/Province]';

	Country2[1] = new Array(2);
	Country2[1][0] = 'Other';
	Country2[1][1] = 'Other';

	if (selected == '2' || selected == 'Algeria' || selected == 'ALG')
	{
		while (Country2.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country2.length; i++)
		{
			objElement.options[i] = new Option(Country2[i][1],Country2[i][0]);
		}
	}

	var Country3 = new Array(1);

	Country3[0] = new Array(2);
	Country3[0][0] = '';
	Country3[0][1] = '[Select State/Province]';

	Country3[1] = new Array(2);
	Country3[1][0] = 'Other';
	Country3[1][1] = 'Other';

	if (selected == '3' || selected == 'Anguilla' || selected == 'ANG')
	{
		while (Country3.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country3.length; i++)
		{
			objElement.options[i] = new Option(Country3[i][1],Country3[i][0]);
		}
	}

	var Country4 = new Array(1);

	Country4[0] = new Array(2);
	Country4[0][0] = '';
	Country4[0][1] = '[Select State/Province]';

	Country4[1] = new Array(2);
	Country4[1][0] = 'Other';
	Country4[1][1] = 'Other';

	if (selected == '4' || selected == 'Antigua' || selected == 'ANT')
	{
		while (Country4.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country4.length; i++)
		{
			objElement.options[i] = new Option(Country4[i][1],Country4[i][0]);
		}
	}

	var Country5 = new Array(1);

	Country5[0] = new Array(2);
	Country5[0][0] = '';
	Country5[0][1] = '[Select State/Province]';

	Country5[1] = new Array(2);
	Country5[1][0] = 'Other';
	Country5[1][1] = 'Other';

	if (selected == '5' || selected == 'Argentina' || selected == 'ARG')
	{
		while (Country5.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country5.length; i++)
		{
			objElement.options[i] = new Option(Country5[i][1],Country5[i][0]);
		}
	}

	var Country6 = new Array(1);

	Country6[0] = new Array(2);
	Country6[0][0] = '';
	Country6[0][1] = '[Select State/Province]';

	Country6[1] = new Array(2);
	Country6[1][0] = 'Other';
	Country6[1][1] = 'Other';

	if (selected == '6' || selected == 'Armenia' || selected == 'ARM')
	{
		while (Country6.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country6.length; i++)
		{
			objElement.options[i] = new Option(Country6[i][1],Country6[i][0]);
		}
	}

	var Country7 = new Array(1);

	Country7[0] = new Array(2);
	Country7[0][0] = '';
	Country7[0][1] = '[Select State/Province]';

	Country7[1] = new Array(2);
	Country7[1][0] = 'Other';
	Country7[1][1] = 'Other';

	if (selected == '7' || selected == 'Aruba' || selected == 'ARU')
	{
		while (Country7.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country7.length; i++)
		{
			objElement.options[i] = new Option(Country7[i][1],Country7[i][0]);
		}
	}

	var Country8 = new Array(1);

	Country8[0] = new Array(2);
	Country8[0][0] = '';
	Country8[0][1] = '[Select State/Province]';

	Country8[1] = new Array(2);
	Country8[1][0] = 'Other';
	Country8[1][1] = 'Other';

	if (selected == '8' || selected == 'Australia' || selected == 'AUS')
	{
		while (Country8.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country8.length; i++)
		{
			objElement.options[i] = new Option(Country8[i][1],Country8[i][0]);
		}
	}

	var Country9 = new Array(1);

	Country9[0] = new Array(2);
	Country9[0][0] = '';
	Country9[0][1] = '[Select State/Province]';

	Country9[1] = new Array(2);
	Country9[1][0] = 'Other';
	Country9[1][1] = 'Other';

	if (selected == '9' || selected == 'Austria' || selected == 'AST')
	{
		while (Country9.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country9.length; i++)
		{
			objElement.options[i] = new Option(Country9[i][1],Country9[i][0]);
		}
	}

	var Country10 = new Array(1);

	Country10[0] = new Array(2);
	Country10[0][0] = '';
	Country10[0][1] = '[Select State/Province]';

	Country10[1] = new Array(2);
	Country10[1][0] = 'Other';
	Country10[1][1] = 'Other';

	if (selected == '10' || selected == 'Bahamas' || selected == 'BAH')
	{
		while (Country10.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country10.length; i++)
		{
			objElement.options[i] = new Option(Country10[i][1],Country10[i][0]);
		}
	}

	var Country11 = new Array(1);

	Country11[0] = new Array(2);
	Country11[0][0] = '';
	Country11[0][1] = '[Select State/Province]';

	Country11[1] = new Array(2);
	Country11[1][0] = 'Other';
	Country11[1][1] = 'Other';

	if (selected == '11' || selected == 'Bahrain' || selected == 'BAR')
	{
		while (Country11.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country11.length; i++)
		{
			objElement.options[i] = new Option(Country11[i][1],Country11[i][0]);
		}
	}

	var Country12 = new Array(1);

	Country12[0] = new Array(2);
	Country12[0][0] = '';
	Country12[0][1] = '[Select State/Province]';

	Country12[1] = new Array(2);
	Country12[1][0] = 'Other';
	Country12[1][1] = 'Other';

	if (selected == '12' || selected == 'Bangladesh' || selected == 'BAN')
	{
		while (Country12.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country12.length; i++)
		{
			objElement.options[i] = new Option(Country12[i][1],Country12[i][0]);
		}
	}

	var Country13 = new Array(1);

	Country13[0] = new Array(2);
	Country13[0][0] = '';
	Country13[0][1] = '[Select State/Province]';

	Country13[1] = new Array(2);
	Country13[1][0] = 'Other';
	Country13[1][1] = 'Other';

	if (selected == '13' || selected == 'Barbados' || selected == 'BBS')
	{
		while (Country13.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country13.length; i++)
		{
			objElement.options[i] = new Option(Country13[i][1],Country13[i][0]);
		}
	}

	var Country14 = new Array(1);

	Country14[0] = new Array(2);
	Country14[0][0] = '';
	Country14[0][1] = '[Select State/Province]';

	Country14[1] = new Array(2);
	Country14[1][0] = 'Other';
	Country14[1][1] = 'Other';

	if (selected == '14' || selected == 'Belarus' || selected == 'BLR')
	{
		while (Country14.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country14.length; i++)
		{
			objElement.options[i] = new Option(Country14[i][1],Country14[i][0]);
		}
	}

	var Country15 = new Array(1);

	Country15[0] = new Array(2);
	Country15[0][0] = '';
	Country15[0][1] = '[Select State/Province]';

	Country15[1] = new Array(2);
	Country15[1][0] = 'Other';
	Country15[1][1] = 'Other';

	if (selected == '15' || selected == 'Belgium' || selected == 'BEL')
	{
		while (Country15.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country15.length; i++)
		{
			objElement.options[i] = new Option(Country15[i][1],Country15[i][0]);
		}
	}

	var Country16 = new Array(1);

	Country16[0] = new Array(2);
	Country16[0][0] = '';
	Country16[0][1] = '[Select State/Province]';

	Country16[1] = new Array(2);
	Country16[1][0] = 'Other';
	Country16[1][1] = 'Other';

	if (selected == '16' || selected == 'Belize' || selected == 'BLZ')
	{
		while (Country16.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country16.length; i++)
		{
			objElement.options[i] = new Option(Country16[i][1],Country16[i][0]);
		}
	}

	var Country17 = new Array(1);

	Country17[0] = new Array(2);
	Country17[0][0] = '';
	Country17[0][1] = '[Select State/Province]';

	Country17[1] = new Array(2);
	Country17[1][0] = 'Other';
	Country17[1][1] = 'Other';

	if (selected == '17' || selected == 'Bequia' || selected == 'BEQ')
	{
		while (Country17.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country17.length; i++)
		{
			objElement.options[i] = new Option(Country17[i][1],Country17[i][0]);
		}
	}

	var Country18 = new Array(1);

	Country18[0] = new Array(2);
	Country18[0][0] = '';
	Country18[0][1] = '[Select State/Province]';

	Country18[1] = new Array(2);
	Country18[1][0] = 'Other';
	Country18[1][1] = 'Other';

	if (selected == '18' || selected == 'Bermuda' || selected == 'BER')
	{
		while (Country18.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country18.length; i++)
		{
			objElement.options[i] = new Option(Country18[i][1],Country18[i][0]);
		}
	}

	var Country19 = new Array(1);

	Country19[0] = new Array(2);
	Country19[0][0] = '';
	Country19[0][1] = '[Select State/Province]';

	Country19[1] = new Array(2);
	Country19[1][0] = 'Other';
	Country19[1][1] = 'Other';

	if (selected == '19' || selected == 'Bolivia' || selected == 'BOL')
	{
		while (Country19.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country19.length; i++)
		{
			objElement.options[i] = new Option(Country19[i][1],Country19[i][0]);
		}
	}

	var Country20 = new Array(1);

	Country20[0] = new Array(2);
	Country20[0][0] = '';
	Country20[0][1] = '[Select State/Province]';

	Country20[1] = new Array(2);
	Country20[1][0] = 'Other';
	Country20[1][1] = 'Other';

	if (selected == '20' || selected == 'Bosnia' || selected == 'BOS')
	{
		while (Country20.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country20.length; i++)
		{
			objElement.options[i] = new Option(Country20[i][1],Country20[i][0]);
		}
	}

	var Country21 = new Array(1);

	Country21[0] = new Array(2);
	Country21[0][0] = '';
	Country21[0][1] = '[Select State/Province]';

	Country21[1] = new Array(2);
	Country21[1][0] = 'Other';
	Country21[1][1] = 'Other';

	if (selected == '21' || selected == 'Botswana' || selected == 'BOT')
	{
		while (Country21.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country21.length; i++)
		{
			objElement.options[i] = new Option(Country21[i][1],Country21[i][0]);
		}
	}

	var Country22 = new Array(1);

	Country22[0] = new Array(2);
	Country22[0][0] = '';
	Country22[0][1] = '[Select State/Province]';

	Country22[1] = new Array(2);
	Country22[1][0] = 'Other';
	Country22[1][1] = 'Other';

	if (selected == '22' || selected == 'Brazil' || selected == 'BRZ')
	{
		while (Country22.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country22.length; i++)
		{
			objElement.options[i] = new Option(Country22[i][1],Country22[i][0]);
		}
	}

	var Country23 = new Array(1);

	Country23[0] = new Array(2);
	Country23[0][0] = '';
	Country23[0][1] = '[Select State/Province]';

	Country23[1] = new Array(2);
	Country23[1][0] = 'Other';
	Country23[1][1] = 'Other';

	if (selected == '23' || selected == 'British Virgin Islands' || selected == 'BVI')
	{
		while (Country23.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country23.length; i++)
		{
			objElement.options[i] = new Option(Country23[i][1],Country23[i][0]);
		}
	}

	var Country24 = new Array(1);

	Country24[0] = new Array(2);
	Country24[0][0] = '';
	Country24[0][1] = '[Select State/Province]';

	Country24[1] = new Array(2);
	Country24[1][0] = 'Other';
	Country24[1][1] = 'Other';

	if (selected == '24' || selected == 'Bulgaria' || selected == 'BU')
	{
		while (Country24.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country24.length; i++)
		{
			objElement.options[i] = new Option(Country24[i][1],Country24[i][0]);
		}
	}

	var Country25 = new Array(1);

	Country25[0] = new Array(2);
	Country25[0][0] = '';
	Country25[0][1] = '[Select State/Province]';

	Country25[1] = new Array(2);
	Country25[1][0] = 'Other';
	Country25[1][1] = 'Other';

	if (selected == '25' || selected == 'Cameroon' || selected == 'CAM')
	{
		while (Country25.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country25.length; i++)
		{
			objElement.options[i] = new Option(Country25[i][1],Country25[i][0]);
		}
	}

	var Country26 = new Array(14);

	Country26[0] = new Array(2);
	Country26[0][0] = '';
	Country26[0][1] = '[Select State/Province]';

	Country26[1] = new Array(2);
	Country26[1][0] = 'Alberta';
	Country26[1][1] = 'Alberta';

	Country26[2] = new Array(2);
	Country26[2][0] = 'British Columbia';
	Country26[2][1] = 'British Columbia';

	Country26[3] = new Array(2);
	Country26[3][0] = 'Labrador';
	Country26[3][1] = 'Labrador';

	Country26[4] = new Array(2);
	Country26[4][0] = 'Manitoba';
	Country26[4][1] = 'Manitoba';

	Country26[5] = new Array(2);
	Country26[5][0] = 'New Brunswick';
	Country26[5][1] = 'New Brunswick';

	Country26[6] = new Array(2);
	Country26[6][0] = 'Newfoundland';
	Country26[6][1] = 'Newfoundland';

	Country26[7] = new Array(2);
	Country26[7][0] = 'Northwest Territories';
	Country26[7][1] = 'Northwest Territories';

	Country26[8] = new Array(2);
	Country26[8][0] = 'Nova Scotia';
	Country26[8][1] = 'Nova Scotia';

	Country26[9] = new Array(2);
	Country26[9][0] = 'Nunavut';
	Country26[9][1] = 'Nunavut';

	Country26[10] = new Array(2);
	Country26[10][0] = 'Ontario';
	Country26[10][1] = 'Ontario';

	Country26[11] = new Array(2);
	Country26[11][0] = 'Prince Edward Island';
	Country26[11][1] = 'Prince Edward Island';

	Country26[12] = new Array(2);
	Country26[12][0] = 'Quebec';
	Country26[12][1] = 'Quebec';

	Country26[13] = new Array(2);
	Country26[13][0] = 'Saskatchewan';
	Country26[13][1] = 'Saskatchewan';

	if (selected == '26' || selected == 'Canada' || selected == 'CAN')
	{
		while (Country26.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country26.length; i++)
		{
			objElement.options[i] = new Option(Country26[i][1],Country26[i][0]);
		}
	}

	var Country27 = new Array(1);

	Country27[0] = new Array(2);
	Country27[0][0] = '';
	Country27[0][1] = '[Select State/Province]';

	Country27[1] = new Array(2);
	Country27[1][0] = 'Other';
	Country27[1][1] = 'Other';

	if (selected == '27' || selected == 'Chile' || selected == 'CHI')
	{
		while (Country27.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country27.length; i++)
		{
			objElement.options[i] = new Option(Country27[i][1],Country27[i][0]);
		}
	}

	var Country28 = new Array(1);

	Country28[0] = new Array(2);
	Country28[0][0] = '';
	Country28[0][1] = '[Select State/Province]';

	Country28[1] = new Array(2);
	Country28[1][0] = 'Other';
	Country28[1][1] = 'Other';

	if (selected == '28' || selected == 'China' || selected == 'CHN')
	{
		while (Country28.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country28.length; i++)
		{
			objElement.options[i] = new Option(Country28[i][1],Country28[i][0]);
		}
	}

	var Country29 = new Array(1);

	Country29[0] = new Array(2);
	Country29[0][0] = '';
	Country29[0][1] = '[Select State/Province]';

	Country29[1] = new Array(2);
	Country29[1][0] = 'Other';
	Country29[1][1] = 'Other';

	if (selected == '29' || selected == 'Colombia' || selected == 'COL')
	{
		while (Country29.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country29.length; i++)
		{
			objElement.options[i] = new Option(Country29[i][1],Country29[i][0]);
		}
	}

	var Country30 = new Array(1);

	Country30[0] = new Array(2);
	Country30[0][0] = '';
	Country30[0][1] = '[Select State/Province]';

	Country30[1] = new Array(2);
	Country30[1][0] = 'Other';
	Country30[1][1] = 'Other';

	if (selected == '30' || selected == 'Congo' || selected == 'CON')
	{
		while (Country30.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country30.length; i++)
		{
			objElement.options[i] = new Option(Country30[i][1],Country30[i][0]);
		}
	}

	var Country31 = new Array(1);

	Country31[0] = new Array(2);
	Country31[0][0] = '';
	Country31[0][1] = '[Select State/Province]';

	Country31[1] = new Array(2);
	Country31[1][0] = 'Other';
	Country31[1][1] = 'Other';

	if (selected == '31' || selected == 'Cote D\'Ivoire' || selected == 'CDI')
	{
		while (Country31.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country31.length; i++)
		{
			objElement.options[i] = new Option(Country31[i][1],Country31[i][0]);
		}
	}

	var Country32 = new Array(1);

	Country32[0] = new Array(2);
	Country32[0][0] = '';
	Country32[0][1] = '[Select State/Province]';

	Country32[1] = new Array(2);
	Country32[1][0] = 'Other';
	Country32[1][1] = 'Other';

	if (selected == '32' || selected == 'Cuba' || selected == 'CUB')
	{
		while (Country32.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country32.length; i++)
		{
			objElement.options[i] = new Option(Country32[i][1],Country32[i][0]);
		}
	}

	var Country33 = new Array(1);

	Country33[0] = new Array(2);
	Country33[0][0] = '';
	Country33[0][1] = '[Select State/Province]';

	Country33[1] = new Array(2);
	Country33[1][0] = 'Other';
	Country33[1][1] = 'Other';

	if (selected == '33' || selected == 'Cyprus' || selected == 'CYP')
	{
		while (Country33.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country33.length; i++)
		{
			objElement.options[i] = new Option(Country33[i][1],Country33[i][0]);
		}
	}

	var Country34 = new Array(1);

	Country34[0] = new Array(2);
	Country34[0][0] = '';
	Country34[0][1] = '[Select State/Province]';

	Country34[1] = new Array(2);
	Country34[1][0] = 'Other';
	Country34[1][1] = 'Other';

	if (selected == '34' || selected == 'Czechoslovakia' || selected == 'CZH')
	{
		while (Country34.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country34.length; i++)
		{
			objElement.options[i] = new Option(Country34[i][1],Country34[i][0]);
		}
	}

	var Country35 = new Array(1);

	Country35[0] = new Array(2);
	Country35[0][0] = '';
	Country35[0][1] = '[Select State/Province]';

	Country35[1] = new Array(2);
	Country35[1][0] = 'Other';
	Country35[1][1] = 'Other';

	if (selected == '35' || selected == 'Denmark' || selected == 'DEN')
	{
		while (Country35.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country35.length; i++)
		{
			objElement.options[i] = new Option(Country35[i][1],Country35[i][0]);
		}
	}

	var Country36 = new Array(1);

	Country36[0] = new Array(2);
	Country36[0][0] = '';
	Country36[0][1] = '[Select State/Province]';

	Country36[1] = new Array(2);
	Country36[1][0] = 'Other';
	Country36[1][1] = 'Other';

	if (selected == '36' || selected == 'Dominican Republic' || selected == 'DRP')
	{
		while (Country36.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country36.length; i++)
		{
			objElement.options[i] = new Option(Country36[i][1],Country36[i][0]);
		}
	}

	var Country37 = new Array(1);

	Country37[0] = new Array(2);
	Country37[0][0] = '';
	Country37[0][1] = '[Select State/Province]';

	Country37[1] = new Array(2);
	Country37[1][0] = 'Other';
	Country37[1][1] = 'Other';

	if (selected == '37' || selected == 'Ecuador' || selected == 'ECA')
	{
		while (Country37.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country37.length; i++)
		{
			objElement.options[i] = new Option(Country37[i][1],Country37[i][0]);
		}
	}

	var Country38 = new Array(1);

	Country38[0] = new Array(2);
	Country38[0][0] = '';
	Country38[0][1] = '[Select State/Province]';

	Country38[1] = new Array(2);
	Country38[1][0] = 'Other';
	Country38[1][1] = 'Other';

	if (selected == '38' || selected == 'Egypt' || selected == 'EGP')
	{
		while (Country38.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country38.length; i++)
		{
			objElement.options[i] = new Option(Country38[i][1],Country38[i][0]);
		}
	}

	var Country111 = new Array(1);

	Country111[0] = new Array(2);
	Country111[0][0] = '';
	Country111[0][1] = '[Select State/Province]';

	Country111[1] = new Array(2);
	Country111[1][0] = 'Other';
	Country111[1][1] = 'Other';

	if (selected == '111' || selected == 'El Salvardor' || selected == 'SSL')
	{
		while (Country111.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country111.length; i++)
		{
			objElement.options[i] = new Option(Country111[i][1],Country111[i][0]);
		}
	}

	var Country39 = new Array(1);

	Country39[0] = new Array(2);
	Country39[0][0] = '';
	Country39[0][1] = '[Select State/Province]';

	Country39[1] = new Array(2);
	Country39[1][0] = 'Other';
	Country39[1][1] = 'Other';

	if (selected == '39' || selected == 'England' || selected == 'ENG')
	{
		while (Country39.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country39.length; i++)
		{
			objElement.options[i] = new Option(Country39[i][1],Country39[i][0]);
		}
	}

	var Country40 = new Array(1);

	Country40[0] = new Array(2);
	Country40[0][0] = '';
	Country40[0][1] = '[Select State/Province]';

	Country40[1] = new Array(2);
	Country40[1][0] = 'Other';
	Country40[1][1] = 'Other';

	if (selected == '40' || selected == 'Eritrea' || selected == 'ERI')
	{
		while (Country40.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country40.length; i++)
		{
			objElement.options[i] = new Option(Country40[i][1],Country40[i][0]);
		}
	}

	var Country41 = new Array(1);

	Country41[0] = new Array(2);
	Country41[0][0] = '';
	Country41[0][1] = '[Select State/Province]';

	Country41[1] = new Array(2);
	Country41[1][0] = 'Other';
	Country41[1][1] = 'Other';

	if (selected == '41' || selected == 'Ethiopia' || selected == 'ETH')
	{
		while (Country41.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country41.length; i++)
		{
			objElement.options[i] = new Option(Country41[i][1],Country41[i][0]);
		}
	}

	var Country42 = new Array(1);

	Country42[0] = new Array(2);
	Country42[0][0] = '';
	Country42[0][1] = '[Select State/Province]';

	Country42[1] = new Array(2);
	Country42[1][0] = 'Other';
	Country42[1][1] = 'Other';

	if (selected == '42' || selected == 'Finland' || selected == 'FIN')
	{
		while (Country42.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country42.length; i++)
		{
			objElement.options[i] = new Option(Country42[i][1],Country42[i][0]);
		}
	}

	var Country43 = new Array(1);

	Country43[0] = new Array(2);
	Country43[0][0] = '';
	Country43[0][1] = '[Select State/Province]';

	Country43[1] = new Array(2);
	Country43[1][0] = 'Other';
	Country43[1][1] = 'Other';

	if (selected == '43' || selected == 'France' || selected == 'FRA')
	{
		while (Country43.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country43.length; i++)
		{
			objElement.options[i] = new Option(Country43[i][1],Country43[i][0]);
		}
	}

	var Country44 = new Array(1);

	Country44[0] = new Array(2);
	Country44[0][0] = '';
	Country44[0][1] = '[Select State/Province]';

	Country44[1] = new Array(2);
	Country44[1][0] = 'Other';
	Country44[1][1] = 'Other';

	if (selected == '44' || selected == 'Gambia' || selected == 'GAM')
	{
		while (Country44.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country44.length; i++)
		{
			objElement.options[i] = new Option(Country44[i][1],Country44[i][0]);
		}
	}

	var Country45 = new Array(1);

	Country45[0] = new Array(2);
	Country45[0][0] = '';
	Country45[0][1] = '[Select State/Province]';

	Country45[1] = new Array(2);
	Country45[1][0] = 'Other';
	Country45[1][1] = 'Other';

	if (selected == '45' || selected == 'Germany' || selected == 'GER')
	{
		while (Country45.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country45.length; i++)
		{
			objElement.options[i] = new Option(Country45[i][1],Country45[i][0]);
		}
	}

	var Country46 = new Array(1);

	Country46[0] = new Array(2);
	Country46[0][0] = '';
	Country46[0][1] = '[Select State/Province]';

	Country46[1] = new Array(2);
	Country46[1][0] = 'Other';
	Country46[1][1] = 'Other';

	if (selected == '46' || selected == 'Ghana' || selected == 'GHA')
	{
		while (Country46.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country46.length; i++)
		{
			objElement.options[i] = new Option(Country46[i][1],Country46[i][0]);
		}
	}

	var Country47 = new Array(1);

	Country47[0] = new Array(2);
	Country47[0][0] = '';
	Country47[0][1] = '[Select State/Province]';

	Country47[1] = new Array(2);
	Country47[1][0] = 'Other';
	Country47[1][1] = 'Other';

	if (selected == '47' || selected == 'Grand Cayman Island' || selected == 'GCI')
	{
		while (Country47.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country47.length; i++)
		{
			objElement.options[i] = new Option(Country47[i][1],Country47[i][0]);
		}
	}

	var Country48 = new Array(1);

	Country48[0] = new Array(2);
	Country48[0][0] = '';
	Country48[0][1] = '[Select State/Province]';

	Country48[1] = new Array(2);
	Country48[1][0] = 'Other';
	Country48[1][1] = 'Other';

	if (selected == '48' || selected == 'Great Britain' || selected == 'GBR')
	{
		while (Country48.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country48.length; i++)
		{
			objElement.options[i] = new Option(Country48[i][1],Country48[i][0]);
		}
	}

	var Country49 = new Array(1);

	Country49[0] = new Array(2);
	Country49[0][0] = '';
	Country49[0][1] = '[Select State/Province]';

	Country49[1] = new Array(2);
	Country49[1][0] = 'Other';
	Country49[1][1] = 'Other';

	if (selected == '49' || selected == 'Greece' || selected == 'GRE')
	{
		while (Country49.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country49.length; i++)
		{
			objElement.options[i] = new Option(Country49[i][1],Country49[i][0]);
		}
	}

	var Country50 = new Array(1);

	Country50[0] = new Array(2);
	Country50[0][0] = '';
	Country50[0][1] = '[Select State/Province]';

	Country50[1] = new Array(2);
	Country50[1][0] = 'Other';
	Country50[1][1] = 'Other';

	if (selected == '50' || selected == 'Grenada' || selected == 'GRN')
	{
		while (Country50.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country50.length; i++)
		{
			objElement.options[i] = new Option(Country50[i][1],Country50[i][0]);
		}
	}

	var Country51 = new Array(1);

	Country51[0] = new Array(2);
	Country51[0][0] = '';
	Country51[0][1] = '[Select State/Province]';

	Country51[1] = new Array(2);
	Country51[1][0] = 'Other';
	Country51[1][1] = 'Other';

	if (selected == '51' || selected == 'Guatemala' || selected == 'GUA')
	{
		while (Country51.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country51.length; i++)
		{
			objElement.options[i] = new Option(Country51[i][1],Country51[i][0]);
		}
	}

	var Country52 = new Array(1);

	Country52[0] = new Array(2);
	Country52[0][0] = '';
	Country52[0][1] = '[Select State/Province]';

	Country52[1] = new Array(2);
	Country52[1][0] = 'Other';
	Country52[1][1] = 'Other';

	if (selected == '52' || selected == 'Guyana' || selected == 'GUY')
	{
		while (Country52.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country52.length; i++)
		{
			objElement.options[i] = new Option(Country52[i][1],Country52[i][0]);
		}
	}

	var Country53 = new Array(1);

	Country53[0] = new Array(2);
	Country53[0][0] = '';
	Country53[0][1] = '[Select State/Province]';

	Country53[1] = new Array(2);
	Country53[1][0] = 'Other';
	Country53[1][1] = 'Other';

	if (selected == '53' || selected == 'Haiti' || selected == 'HAI')
	{
		while (Country53.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country53.length; i++)
		{
			objElement.options[i] = new Option(Country53[i][1],Country53[i][0]);
		}
	}

	var Country54 = new Array(1);

	Country54[0] = new Array(2);
	Country54[0][0] = '';
	Country54[0][1] = '[Select State/Province]';

	Country54[1] = new Array(2);
	Country54[1][0] = 'Other';
	Country54[1][1] = 'Other';

	if (selected == '54' || selected == 'Honduras' || selected == 'HOS')
	{
		while (Country54.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country54.length; i++)
		{
			objElement.options[i] = new Option(Country54[i][1],Country54[i][0]);
		}
	}

	var Country55 = new Array(1);

	Country55[0] = new Array(2);
	Country55[0][0] = '';
	Country55[0][1] = '[Select State/Province]';

	Country55[1] = new Array(2);
	Country55[1][0] = 'Other';
	Country55[1][1] = 'Other';

	if (selected == '55' || selected == 'Hong Kong' || selected == 'HKG')
	{
		while (Country55.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country55.length; i++)
		{
			objElement.options[i] = new Option(Country55[i][1],Country55[i][0]);
		}
	}

	var Country56 = new Array(1);

	Country56[0] = new Array(2);
	Country56[0][0] = '';
	Country56[0][1] = '[Select State/Province]';

	Country56[1] = new Array(2);
	Country56[1][0] = 'Other';
	Country56[1][1] = 'Other';

	if (selected == '56' || selected == 'Hungary' || selected == 'HUN')
	{
		while (Country56.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country56.length; i++)
		{
			objElement.options[i] = new Option(Country56[i][1],Country56[i][0]);
		}
	}

	var Country57 = new Array(1);

	Country57[0] = new Array(2);
	Country57[0][0] = '';
	Country57[0][1] = '[Select State/Province]';

	Country57[1] = new Array(2);
	Country57[1][0] = 'Other';
	Country57[1][1] = 'Other';

	if (selected == '57' || selected == 'Iceland' || selected == 'ICE')
	{
		while (Country57.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country57.length; i++)
		{
			objElement.options[i] = new Option(Country57[i][1],Country57[i][0]);
		}
	}

	var Country58 = new Array(1);

	Country58[0] = new Array(2);
	Country58[0][0] = '';
	Country58[0][1] = '[Select State/Province]';

	Country58[1] = new Array(2);
	Country58[1][0] = 'Other';
	Country58[1][1] = 'Other';

	if (selected == '58' || selected == 'India' || selected == 'IND')
	{
		while (Country58.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country58.length; i++)
		{
			objElement.options[i] = new Option(Country58[i][1],Country58[i][0]);
		}
	}

	var Country59 = new Array(1);

	Country59[0] = new Array(2);
	Country59[0][0] = '';
	Country59[0][1] = '[Select State/Province]';

	Country59[1] = new Array(2);
	Country59[1][0] = 'Other';
	Country59[1][1] = 'Other';

	if (selected == '59' || selected == 'Indonesia' || selected == 'INS')
	{
		while (Country59.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country59.length; i++)
		{
			objElement.options[i] = new Option(Country59[i][1],Country59[i][0]);
		}
	}

	var Country60 = new Array(1);

	Country60[0] = new Array(2);
	Country60[0][0] = '';
	Country60[0][1] = '[Select State/Province]';

	Country60[1] = new Array(2);
	Country60[1][0] = 'Other';
	Country60[1][1] = 'Other';

	if (selected == '60' || selected == 'Iran' || selected == 'IRN')
	{
		while (Country60.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country60.length; i++)
		{
			objElement.options[i] = new Option(Country60[i][1],Country60[i][0]);
		}
	}

	var Country61 = new Array(1);

	Country61[0] = new Array(2);
	Country61[0][0] = '';
	Country61[0][1] = '[Select State/Province]';

	Country61[1] = new Array(2);
	Country61[1][0] = 'Other';
	Country61[1][1] = 'Other';

	if (selected == '61' || selected == 'Iraq' || selected == 'IRQ')
	{
		while (Country61.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country61.length; i++)
		{
			objElement.options[i] = new Option(Country61[i][1],Country61[i][0]);
		}
	}

	var Country62 = new Array(1);

	Country62[0] = new Array(2);
	Country62[0][0] = '';
	Country62[0][1] = '[Select State/Province]';

	Country62[1] = new Array(2);
	Country62[1][0] = 'Other';
	Country62[1][1] = 'Other';

	if (selected == '62' || selected == 'Ireland' || selected == 'IRL')
	{
		while (Country62.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country62.length; i++)
		{
			objElement.options[i] = new Option(Country62[i][1],Country62[i][0]);
		}
	}

	var Country63 = new Array(1);

	Country63[0] = new Array(2);
	Country63[0][0] = '';
	Country63[0][1] = '[Select State/Province]';

	Country63[1] = new Array(2);
	Country63[1][0] = 'Other';
	Country63[1][1] = 'Other';

	if (selected == '63' || selected == 'Israel' || selected == 'ISR')
	{
		while (Country63.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country63.length; i++)
		{
			objElement.options[i] = new Option(Country63[i][1],Country63[i][0]);
		}
	}

	var Country64 = new Array(1);

	Country64[0] = new Array(2);
	Country64[0][0] = '';
	Country64[0][1] = '[Select State/Province]';

	Country64[1] = new Array(2);
	Country64[1][0] = 'Other';
	Country64[1][1] = 'Other';

	if (selected == '64' || selected == 'Italy' || selected == 'ITY')
	{
		while (Country64.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country64.length; i++)
		{
			objElement.options[i] = new Option(Country64[i][1],Country64[i][0]);
		}
	}

	var Country65 = new Array(1);

	Country65[0] = new Array(2);
	Country65[0][0] = '';
	Country65[0][1] = '[Select State/Province]';

	Country65[1] = new Array(2);
	Country65[1][0] = 'Other';
	Country65[1][1] = 'Other';

	if (selected == '65' || selected == 'Jamaica' || selected == 'JAM')
	{
		while (Country65.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country65.length; i++)
		{
			objElement.options[i] = new Option(Country65[i][1],Country65[i][0]);
		}
	}

	var Country66 = new Array(1);

	Country66[0] = new Array(2);
	Country66[0][0] = '';
	Country66[0][1] = '[Select State/Province]';

	Country66[1] = new Array(2);
	Country66[1][0] = 'Other';
	Country66[1][1] = 'Other';

	if (selected == '66' || selected == 'Japan' || selected == 'JPN')
	{
		while (Country66.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country66.length; i++)
		{
			objElement.options[i] = new Option(Country66[i][1],Country66[i][0]);
		}
	}

	var Country67 = new Array(1);

	Country67[0] = new Array(2);
	Country67[0][0] = '';
	Country67[0][1] = '[Select State/Province]';

	Country67[1] = new Array(2);
	Country67[1][0] = 'Other';
	Country67[1][1] = 'Other';

	if (selected == '67' || selected == 'Jordan' || selected == 'JOR')
	{
		while (Country67.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country67.length; i++)
		{
			objElement.options[i] = new Option(Country67[i][1],Country67[i][0]);
		}
	}

	var Country68 = new Array(1);

	Country68[0] = new Array(2);
	Country68[0][0] = '';
	Country68[0][1] = '[Select State/Province]';

	Country68[1] = new Array(2);
	Country68[1][0] = 'Other';
	Country68[1][1] = 'Other';

	if (selected == '68' || selected == 'Kenya' || selected == 'KEN')
	{
		while (Country68.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country68.length; i++)
		{
			objElement.options[i] = new Option(Country68[i][1],Country68[i][0]);
		}
	}

	var Country69 = new Array(1);

	Country69[0] = new Array(2);
	Country69[0][0] = '';
	Country69[0][1] = '[Select State/Province]';

	Country69[1] = new Array(2);
	Country69[1][0] = 'Other';
	Country69[1][1] = 'Other';

	if (selected == '69' || selected == 'Korea (North)' || selected == 'KON')
	{
		while (Country69.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country69.length; i++)
		{
			objElement.options[i] = new Option(Country69[i][1],Country69[i][0]);
		}
	}

	var Country70 = new Array(1);

	Country70[0] = new Array(2);
	Country70[0][0] = '';
	Country70[0][1] = '[Select State/Province]';

	Country70[1] = new Array(2);
	Country70[1][0] = 'Other';
	Country70[1][1] = 'Other';

	if (selected == '70' || selected == 'Korea (South)' || selected == 'KOS')
	{
		while (Country70.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country70.length; i++)
		{
			objElement.options[i] = new Option(Country70[i][1],Country70[i][0]);
		}
	}

	var Country154 = new Array(1);

	Country154[0] = new Array(2);
	Country154[0][0] = '';
	Country154[0][1] = '[Select State/Province]';

	Country154[1] = new Array(2);
	Country154[1][0] = 'Other';
	Country154[1][1] = 'Other';

	if (selected == '154' || selected == 'Kosobo' || selected == 'KOB')
	{
		while (Country154.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country154.length; i++)
		{
			objElement.options[i] = new Option(Country154[i][1],Country154[i][0]);
		}
	}

	var Country71 = new Array(1);

	Country71[0] = new Array(2);
	Country71[0][0] = '';
	Country71[0][1] = '[Select State/Province]';

	Country71[1] = new Array(2);
	Country71[1][0] = 'Other';
	Country71[1][1] = 'Other';

	if (selected == '71' || selected == 'Kuwait' || selected == 'KUW')
	{
		while (Country71.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country71.length; i++)
		{
			objElement.options[i] = new Option(Country71[i][1],Country71[i][0]);
		}
	}

	var Country72 = new Array(1);

	Country72[0] = new Array(2);
	Country72[0][0] = '';
	Country72[0][1] = '[Select State/Province]';

	Country72[1] = new Array(2);
	Country72[1][0] = 'Other';
	Country72[1][1] = 'Other';

	if (selected == '72' || selected == 'Latvia' || selected == 'LAT')
	{
		while (Country72.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country72.length; i++)
		{
			objElement.options[i] = new Option(Country72[i][1],Country72[i][0]);
		}
	}

	var Country73 = new Array(1);

	Country73[0] = new Array(2);
	Country73[0][0] = '';
	Country73[0][1] = '[Select State/Province]';

	Country73[1] = new Array(2);
	Country73[1][0] = 'Other';
	Country73[1][1] = 'Other';

	if (selected == '73' || selected == 'Lebanon' || selected == 'LEB')
	{
		while (Country73.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country73.length; i++)
		{
			objElement.options[i] = new Option(Country73[i][1],Country73[i][0]);
		}
	}

	var Country74 = new Array(1);

	Country74[0] = new Array(2);
	Country74[0][0] = '';
	Country74[0][1] = '[Select State/Province]';

	Country74[1] = new Array(2);
	Country74[1][0] = 'Other';
	Country74[1][1] = 'Other';

	if (selected == '74' || selected == 'Lesotho' || selected == 'LES')
	{
		while (Country74.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country74.length; i++)
		{
			objElement.options[i] = new Option(Country74[i][1],Country74[i][0]);
		}
	}

	var Country75 = new Array(1);

	Country75[0] = new Array(2);
	Country75[0][0] = '';
	Country75[0][1] = '[Select State/Province]';

	Country75[1] = new Array(2);
	Country75[1][0] = 'Other';
	Country75[1][1] = 'Other';

	if (selected == '75' || selected == 'Liberia' || selected == 'LIB')
	{
		while (Country75.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country75.length; i++)
		{
			objElement.options[i] = new Option(Country75[i][1],Country75[i][0]);
		}
	}

	var Country76 = new Array(1);

	Country76[0] = new Array(2);
	Country76[0][0] = '';
	Country76[0][1] = '[Select State/Province]';

	Country76[1] = new Array(2);
	Country76[1][0] = 'Other';
	Country76[1][1] = 'Other';

	if (selected == '76' || selected == 'Libya' || selected == 'LYA')
	{
		while (Country76.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country76.length; i++)
		{
			objElement.options[i] = new Option(Country76[i][1],Country76[i][0]);
		}
	}

	var Country77 = new Array(1);

	Country77[0] = new Array(2);
	Country77[0][0] = '';
	Country77[0][1] = '[Select State/Province]';

	Country77[1] = new Array(2);
	Country77[1][0] = 'Other';
	Country77[1][1] = 'Other';

	if (selected == '77' || selected == 'Lithuania' || selected == 'LIT')
	{
		while (Country77.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country77.length; i++)
		{
			objElement.options[i] = new Option(Country77[i][1],Country77[i][0]);
		}
	}

	var Country78 = new Array(1);

	Country78[0] = new Array(2);
	Country78[0][0] = '';
	Country78[0][1] = '[Select State/Province]';

	Country78[1] = new Array(2);
	Country78[1][0] = 'Other';
	Country78[1][1] = 'Other';

	if (selected == '78' || selected == 'Luxembourg' || selected == 'LUX')
	{
		while (Country78.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country78.length; i++)
		{
			objElement.options[i] = new Option(Country78[i][1],Country78[i][0]);
		}
	}

	var Country79 = new Array(1);

	Country79[0] = new Array(2);
	Country79[0][0] = '';
	Country79[0][1] = '[Select State/Province]';

	Country79[1] = new Array(2);
	Country79[1][0] = 'Other';
	Country79[1][1] = 'Other';

	if (selected == '79' || selected == 'Malawi' || selected == 'MAL')
	{
		while (Country79.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country79.length; i++)
		{
			objElement.options[i] = new Option(Country79[i][1],Country79[i][0]);
		}
	}

	var Country80 = new Array(1);

	Country80[0] = new Array(2);
	Country80[0][0] = '';
	Country80[0][1] = '[Select State/Province]';

	Country80[1] = new Array(2);
	Country80[1][0] = 'Other';
	Country80[1][1] = 'Other';

	if (selected == '80' || selected == 'Malaysia' || selected == 'MLS')
	{
		while (Country80.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country80.length; i++)
		{
			objElement.options[i] = new Option(Country80[i][1],Country80[i][0]);
		}
	}

	var Country81 = new Array(1);

	Country81[0] = new Array(2);
	Country81[0][0] = '';
	Country81[0][1] = '[Select State/Province]';

	Country81[1] = new Array(2);
	Country81[1][0] = 'Other';
	Country81[1][1] = 'Other';

	if (selected == '81' || selected == 'Malta' || selected == 'MLT')
	{
		while (Country81.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country81.length; i++)
		{
			objElement.options[i] = new Option(Country81[i][1],Country81[i][0]);
		}
	}

	var Country82 = new Array(1);

	Country82[0] = new Array(2);
	Country82[0][0] = '';
	Country82[0][1] = '[Select State/Province]';

	Country82[1] = new Array(2);
	Country82[1][0] = 'Other';
	Country82[1][1] = 'Other';

	if (selected == '82' || selected == 'Mauritania' || selected == 'MUR')
	{
		while (Country82.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country82.length; i++)
		{
			objElement.options[i] = new Option(Country82[i][1],Country82[i][0]);
		}
	}

	var Country83 = new Array(1);

	Country83[0] = new Array(2);
	Country83[0][0] = '';
	Country83[0][1] = '[Select State/Province]';

	Country83[1] = new Array(2);
	Country83[1][0] = 'Other';
	Country83[1][1] = 'Other';

	if (selected == '83' || selected == 'Mauritius' || selected == 'MAU')
	{
		while (Country83.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country83.length; i++)
		{
			objElement.options[i] = new Option(Country83[i][1],Country83[i][0]);
		}
	}

	var Country84 = new Array(1);

	Country84[0] = new Array(2);
	Country84[0][0] = '';
	Country84[0][1] = '[Select State/Province]';

	Country84[1] = new Array(2);
	Country84[1][0] = 'Other';
	Country84[1][1] = 'Other';

	if (selected == '84' || selected == 'Mexico' || selected == 'MEX')
	{
		while (Country84.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country84.length; i++)
		{
			objElement.options[i] = new Option(Country84[i][1],Country84[i][0]);
		}
	}

	var Country85 = new Array(1);

	Country85[0] = new Array(2);
	Country85[0][0] = '';
	Country85[0][1] = '[Select State/Province]';

	Country85[1] = new Array(2);
	Country85[1][0] = 'Other';
	Country85[1][1] = 'Other';

	if (selected == '85' || selected == 'Mongolia' || selected == 'MON')
	{
		while (Country85.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country85.length; i++)
		{
			objElement.options[i] = new Option(Country85[i][1],Country85[i][0]);
		}
	}

	var Country86 = new Array(1);

	Country86[0] = new Array(2);
	Country86[0][0] = '';
	Country86[0][1] = '[Select State/Province]';

	Country86[1] = new Array(2);
	Country86[1][0] = 'Other';
	Country86[1][1] = 'Other';

	if (selected == '86' || selected == 'Morocco' || selected == 'MOR')
	{
		while (Country86.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country86.length; i++)
		{
			objElement.options[i] = new Option(Country86[i][1],Country86[i][0]);
		}
	}

	var Country87 = new Array(1);

	Country87[0] = new Array(2);
	Country87[0][0] = '';
	Country87[0][1] = '[Select State/Province]';

	Country87[1] = new Array(2);
	Country87[1][0] = 'Other';
	Country87[1][1] = 'Other';

	if (selected == '87' || selected == 'Mozambique' || selected == 'MO')
	{
		while (Country87.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country87.length; i++)
		{
			objElement.options[i] = new Option(Country87[i][1],Country87[i][0]);
		}
	}

	var Country88 = new Array(1);

	Country88[0] = new Array(2);
	Country88[0][0] = '';
	Country88[0][1] = '[Select State/Province]';

	Country88[1] = new Array(2);
	Country88[1][0] = 'Other';
	Country88[1][1] = 'Other';

	if (selected == '88' || selected == 'Namibia' || selected == 'NAM')
	{
		while (Country88.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country88.length; i++)
		{
			objElement.options[i] = new Option(Country88[i][1],Country88[i][0]);
		}
	}

	var Country89 = new Array(1);

	Country89[0] = new Array(2);
	Country89[0][0] = '';
	Country89[0][1] = '[Select State/Province]';

	Country89[1] = new Array(2);
	Country89[1][0] = 'Other';
	Country89[1][1] = 'Other';

	if (selected == '89' || selected == 'Nepal' || selected == 'NEP')
	{
		while (Country89.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country89.length; i++)
		{
			objElement.options[i] = new Option(Country89[i][1],Country89[i][0]);
		}
	}

	var Country90 = new Array(1);

	Country90[0] = new Array(2);
	Country90[0][0] = '';
	Country90[0][1] = '[Select State/Province]';

	Country90[1] = new Array(2);
	Country90[1][0] = 'Other';
	Country90[1][1] = 'Other';

	if (selected == '90' || selected == 'Netherlands Antilles' || selected == 'NAN')
	{
		while (Country90.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country90.length; i++)
		{
			objElement.options[i] = new Option(Country90[i][1],Country90[i][0]);
		}
	}

	var Country91 = new Array(1);

	Country91[0] = new Array(2);
	Country91[0][0] = '';
	Country91[0][1] = '[Select State/Province]';

	Country91[1] = new Array(2);
	Country91[1][0] = 'Other';
	Country91[1][1] = 'Other';

	if (selected == '91' || selected == 'Nevis' || selected == 'NEV')
	{
		while (Country91.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country91.length; i++)
		{
			objElement.options[i] = new Option(Country91[i][1],Country91[i][0]);
		}
	}

	var Country92 = new Array(1);

	Country92[0] = new Array(2);
	Country92[0][0] = '';
	Country92[0][1] = '[Select State/Province]';

	Country92[1] = new Array(2);
	Country92[1][0] = 'Other';
	Country92[1][1] = 'Other';

	if (selected == '92' || selected == 'New Zealand' || selected == 'NEZ')
	{
		while (Country92.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country92.length; i++)
		{
			objElement.options[i] = new Option(Country92[i][1],Country92[i][0]);
		}
	}

	var Country93 = new Array(1);

	Country93[0] = new Array(2);
	Country93[0][0] = '';
	Country93[0][1] = '[Select State/Province]';

	Country93[1] = new Array(2);
	Country93[1][0] = 'Other';
	Country93[1][1] = 'Other';

	if (selected == '93' || selected == 'Nicaragua' || selected == 'NIC')
	{
		while (Country93.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country93.length; i++)
		{
			objElement.options[i] = new Option(Country93[i][1],Country93[i][0]);
		}
	}

	var Country94 = new Array(1);

	Country94[0] = new Array(2);
	Country94[0][0] = '';
	Country94[0][1] = '[Select State/Province]';

	Country94[1] = new Array(2);
	Country94[1][0] = 'Other';
	Country94[1][1] = 'Other';

	if (selected == '94' || selected == 'Nigeria' || selected == 'NGA')
	{
		while (Country94.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country94.length; i++)
		{
			objElement.options[i] = new Option(Country94[i][1],Country94[i][0]);
		}
	}

	var Country95 = new Array(1);

	Country95[0] = new Array(2);
	Country95[0][0] = '';
	Country95[0][1] = '[Select State/Province]';

	Country95[1] = new Array(2);
	Country95[1][0] = 'Other';
	Country95[1][1] = 'Other';

	if (selected == '95' || selected == 'Northern Ireland' || selected == 'NIR')
	{
		while (Country95.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country95.length; i++)
		{
			objElement.options[i] = new Option(Country95[i][1],Country95[i][0]);
		}
	}

	var Country96 = new Array(1);

	Country96[0] = new Array(2);
	Country96[0][0] = '';
	Country96[0][1] = '[Select State/Province]';

	Country96[1] = new Array(2);
	Country96[1][0] = 'Other';
	Country96[1][1] = 'Other';

	if (selected == '96' || selected == 'Norway' || selected == 'NOR')
	{
		while (Country96.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country96.length; i++)
		{
			objElement.options[i] = new Option(Country96[i][1],Country96[i][0]);
		}
	}

	var Country97 = new Array(1);

	Country97[0] = new Array(2);
	Country97[0][0] = '';
	Country97[0][1] = '[Select State/Province]';

	Country97[1] = new Array(2);
	Country97[1][0] = 'Other';
	Country97[1][1] = 'Other';

	if (selected == '97' || selected == 'Oman' || selected == 'OMA')
	{
		while (Country97.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country97.length; i++)
		{
			objElement.options[i] = new Option(Country97[i][1],Country97[i][0]);
		}
	}

	var Country98 = new Array(1);

	Country98[0] = new Array(2);
	Country98[0][0] = '';
	Country98[0][1] = '[Select State/Province]';

	Country98[1] = new Array(2);
	Country98[1][0] = 'Other';
	Country98[1][1] = 'Other';

	if (selected == '98' || selected == 'Pakistan' || selected == 'PAK')
	{
		while (Country98.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country98.length; i++)
		{
			objElement.options[i] = new Option(Country98[i][1],Country98[i][0]);
		}
	}

	var Country99 = new Array(1);

	Country99[0] = new Array(2);
	Country99[0][0] = '';
	Country99[0][1] = '[Select State/Province]';

	Country99[1] = new Array(2);
	Country99[1][0] = 'Other';
	Country99[1][1] = 'Other';

	if (selected == '99' || selected == 'Palestine' || selected == 'PAL')
	{
		while (Country99.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country99.length; i++)
		{
			objElement.options[i] = new Option(Country99[i][1],Country99[i][0]);
		}
	}

	var Country100 = new Array(1);

	Country100[0] = new Array(2);
	Country100[0][0] = '';
	Country100[0][1] = '[Select State/Province]';

	Country100[1] = new Array(2);
	Country100[1][0] = 'Other';
	Country100[1][1] = 'Other';

	if (selected == '100' || selected == 'Panama' || selected == 'PAN')
	{
		while (Country100.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country100.length; i++)
		{
			objElement.options[i] = new Option(Country100[i][1],Country100[i][0]);
		}
	}

	var Country101 = new Array(1);

	Country101[0] = new Array(2);
	Country101[0][0] = '';
	Country101[0][1] = '[Select State/Province]';

	Country101[1] = new Array(2);
	Country101[1][0] = 'Other';
	Country101[1][1] = 'Other';

	if (selected == '101' || selected == 'Papua New Guinea' || selected == 'PAP')
	{
		while (Country101.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country101.length; i++)
		{
			objElement.options[i] = new Option(Country101[i][1],Country101[i][0]);
		}
	}

	var Country102 = new Array(1);

	Country102[0] = new Array(2);
	Country102[0][0] = '';
	Country102[0][1] = '[Select State/Province]';

	Country102[1] = new Array(2);
	Country102[1][0] = 'Other';
	Country102[1][1] = 'Other';

	if (selected == '102' || selected == 'Peru' || selected == 'PER')
	{
		while (Country102.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country102.length; i++)
		{
			objElement.options[i] = new Option(Country102[i][1],Country102[i][0]);
		}
	}

	var Country103 = new Array(1);

	Country103[0] = new Array(2);
	Country103[0][0] = '';
	Country103[0][1] = '[Select State/Province]';

	Country103[1] = new Array(2);
	Country103[1][0] = 'Other';
	Country103[1][1] = 'Other';

	if (selected == '103' || selected == 'Philippines' || selected == 'PHL')
	{
		while (Country103.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country103.length; i++)
		{
			objElement.options[i] = new Option(Country103[i][1],Country103[i][0]);
		}
	}

	var Country104 = new Array(1);

	Country104[0] = new Array(2);
	Country104[0][0] = '';
	Country104[0][1] = '[Select State/Province]';

	Country104[1] = new Array(2);
	Country104[1][0] = 'Other';
	Country104[1][1] = 'Other';

	if (selected == '104' || selected == 'Poland' || selected == 'POL')
	{
		while (Country104.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country104.length; i++)
		{
			objElement.options[i] = new Option(Country104[i][1],Country104[i][0]);
		}
	}

	var Country105 = new Array(1);

	Country105[0] = new Array(2);
	Country105[0][0] = '';
	Country105[0][1] = '[Select State/Province]';

	Country105[1] = new Array(2);
	Country105[1][0] = 'Other';
	Country105[1][1] = 'Other';

	if (selected == '105' || selected == 'Portugal' || selected == 'POR')
	{
		while (Country105.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country105.length; i++)
		{
			objElement.options[i] = new Option(Country105[i][1],Country105[i][0]);
		}
	}

	var Country106 = new Array(1);

	Country106[0] = new Array(2);
	Country106[0][0] = '';
	Country106[0][1] = '[Select State/Province]';

	Country106[1] = new Array(2);
	Country106[1][0] = 'Other';
	Country106[1][1] = 'Other';

	if (selected == '106' || selected == 'Puerto Rico' || selected == 'PTR')
	{
		while (Country106.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country106.length; i++)
		{
			objElement.options[i] = new Option(Country106[i][1],Country106[i][0]);
		}
	}

	var Country107 = new Array(1);

	Country107[0] = new Array(2);
	Country107[0][0] = '';
	Country107[0][1] = '[Select State/Province]';

	Country107[1] = new Array(2);
	Country107[1][0] = 'Other';
	Country107[1][1] = 'Other';

	if (selected == '107' || selected == 'Qatar' || selected == 'QAT')
	{
		while (Country107.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country107.length; i++)
		{
			objElement.options[i] = new Option(Country107[i][1],Country107[i][0]);
		}
	}

	var Country108 = new Array(1);

	Country108[0] = new Array(2);
	Country108[0][0] = '';
	Country108[0][1] = '[Select State/Province]';

	Country108[1] = new Array(2);
	Country108[1][0] = 'Other';
	Country108[1][1] = 'Other';

	if (selected == '108' || selected == 'Republic of Korea' || selected == 'KOR')
	{
		while (Country108.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country108.length; i++)
		{
			objElement.options[i] = new Option(Country108[i][1],Country108[i][0]);
		}
	}

	var Country109 = new Array(1);

	Country109[0] = new Array(2);
	Country109[0][0] = '';
	Country109[0][1] = '[Select State/Province]';

	Country109[1] = new Array(2);
	Country109[1][0] = 'Other';
	Country109[1][1] = 'Other';

	if (selected == '109' || selected == 'Romania' || selected == 'RUM')
	{
		while (Country109.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country109.length; i++)
		{
			objElement.options[i] = new Option(Country109[i][1],Country109[i][0]);
		}
	}

	var Country110 = new Array(1);

	Country110[0] = new Array(2);
	Country110[0][0] = '';
	Country110[0][1] = '[Select State/Province]';

	Country110[1] = new Array(2);
	Country110[1][0] = 'Other';
	Country110[1][1] = 'Other';

	if (selected == '110' || selected == 'Russia' || selected == 'RUS')
	{
		while (Country110.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country110.length; i++)
		{
			objElement.options[i] = new Option(Country110[i][1],Country110[i][0]);
		}
	}

	var Country112 = new Array(1);

	Country112[0] = new Array(2);
	Country112[0][0] = '';
	Country112[0][1] = '[Select State/Province]';

	Country112[1] = new Array(2);
	Country112[1][0] = 'Other';
	Country112[1][1] = 'Other';

	if (selected == '112' || selected == 'Saudi Arabia' || selected == 'SRB')
	{
		while (Country112.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country112.length; i++)
		{
			objElement.options[i] = new Option(Country112[i][1],Country112[i][0]);
		}
	}

	var Country113 = new Array(1);

	Country113[0] = new Array(2);
	Country113[0][0] = '';
	Country113[0][1] = '[Select State/Province]';

	Country113[1] = new Array(2);
	Country113[1][0] = 'Other';
	Country113[1][1] = 'Other';

	if (selected == '113' || selected == 'Scotland' || selected == 'SCT')
	{
		while (Country113.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country113.length; i++)
		{
			objElement.options[i] = new Option(Country113[i][1],Country113[i][0]);
		}
	}

	var Country114 = new Array(1);

	Country114[0] = new Array(2);
	Country114[0][0] = '';
	Country114[0][1] = '[Select State/Province]';

	Country114[1] = new Array(2);
	Country114[1][0] = 'Other';
	Country114[1][1] = 'Other';

	if (selected == '114' || selected == 'Senegal' || selected == 'SEN')
	{
		while (Country114.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country114.length; i++)
		{
			objElement.options[i] = new Option(Country114[i][1],Country114[i][0]);
		}
	}

	var Country115 = new Array(1);

	Country115[0] = new Array(2);
	Country115[0][0] = '';
	Country115[0][1] = '[Select State/Province]';

	Country115[1] = new Array(2);
	Country115[1][0] = 'Other';
	Country115[1][1] = 'Other';

	if (selected == '115' || selected == 'Sierra Leone' || selected == 'SIE')
	{
		while (Country115.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country115.length; i++)
		{
			objElement.options[i] = new Option(Country115[i][1],Country115[i][0]);
		}
	}

	var Country116 = new Array(1);

	Country116[0] = new Array(2);
	Country116[0][0] = '';
	Country116[0][1] = '[Select State/Province]';

	Country116[1] = new Array(2);
	Country116[1][0] = 'Other';
	Country116[1][1] = 'Other';

	if (selected == '116' || selected == 'Singapore' || selected == 'SIN')
	{
		while (Country116.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country116.length; i++)
		{
			objElement.options[i] = new Option(Country116[i][1],Country116[i][0]);
		}
	}

	var Country117 = new Array(1);

	Country117[0] = new Array(2);
	Country117[0][0] = '';
	Country117[0][1] = '[Select State/Province]';

	Country117[1] = new Array(2);
	Country117[1][0] = 'Other';
	Country117[1][1] = 'Other';

	if (selected == '117' || selected == 'Slovakia' || selected == 'SLO')
	{
		while (Country117.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country117.length; i++)
		{
			objElement.options[i] = new Option(Country117[i][1],Country117[i][0]);
		}
	}

	var Country118 = new Array(1);

	Country118[0] = new Array(2);
	Country118[0][0] = '';
	Country118[0][1] = '[Select State/Province]';

	Country118[1] = new Array(2);
	Country118[1][0] = 'Other';
	Country118[1][1] = 'Other';

	if (selected == '118' || selected == 'Somalia' || selected == 'SOM')
	{
		while (Country118.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country118.length; i++)
		{
			objElement.options[i] = new Option(Country118[i][1],Country118[i][0]);
		}
	}

	var Country119 = new Array(1);

	Country119[0] = new Array(2);
	Country119[0][0] = '';
	Country119[0][1] = '[Select State/Province]';

	Country119[1] = new Array(2);
	Country119[1][0] = 'Other';
	Country119[1][1] = 'Other';

	if (selected == '119' || selected == 'South Africa' || selected == 'SAF')
	{
		while (Country119.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country119.length; i++)
		{
			objElement.options[i] = new Option(Country119[i][1],Country119[i][0]);
		}
	}

	var Country120 = new Array(1);

	Country120[0] = new Array(2);
	Country120[0][0] = '';
	Country120[0][1] = '[Select State/Province]';

	Country120[1] = new Array(2);
	Country120[1][0] = 'Other';
	Country120[1][1] = 'Other';

	if (selected == '120' || selected == 'Spain' || selected == 'SPA')
	{
		while (Country120.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country120.length; i++)
		{
			objElement.options[i] = new Option(Country120[i][1],Country120[i][0]);
		}
	}

	var Country121 = new Array(1);

	Country121[0] = new Array(2);
	Country121[0][0] = '';
	Country121[0][1] = '[Select State/Province]';

	Country121[1] = new Array(2);
	Country121[1][0] = 'Other';
	Country121[1][1] = 'Other';

	if (selected == '121' || selected == 'Sri Lanka' || selected == 'SRI')
	{
		while (Country121.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country121.length; i++)
		{
			objElement.options[i] = new Option(Country121[i][1],Country121[i][0]);
		}
	}

	var Country122 = new Array(1);

	Country122[0] = new Array(2);
	Country122[0][0] = '';
	Country122[0][1] = '[Select State/Province]';

	Country122[1] = new Array(2);
	Country122[1][0] = 'Other';
	Country122[1][1] = 'Other';

	if (selected == '122' || selected == 'St Kitts' || selected == 'SKT')
	{
		while (Country122.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country122.length; i++)
		{
			objElement.options[i] = new Option(Country122[i][1],Country122[i][0]);
		}
	}

	var Country123 = new Array(1);

	Country123[0] = new Array(2);
	Country123[0][0] = '';
	Country123[0][1] = '[Select State/Province]';

	Country123[1] = new Array(2);
	Country123[1][0] = 'Other';
	Country123[1][1] = 'Other';

	if (selected == '123' || selected == 'St Lucia' || selected == 'SLC')
	{
		while (Country123.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country123.length; i++)
		{
			objElement.options[i] = new Option(Country123[i][1],Country123[i][0]);
		}
	}

	var Country124 = new Array(1);

	Country124[0] = new Array(2);
	Country124[0][0] = '';
	Country124[0][1] = '[Select State/Province]';

	Country124[1] = new Array(2);
	Country124[1][0] = 'Other';
	Country124[1][1] = 'Other';

	if (selected == '124' || selected == 'St Maarten' || selected == 'STM')
	{
		while (Country124.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country124.length; i++)
		{
			objElement.options[i] = new Option(Country124[i][1],Country124[i][0]);
		}
	}

	var Country125 = new Array(1);

	Country125[0] = new Array(2);
	Country125[0][0] = '';
	Country125[0][1] = '[Select State/Province]';

	Country125[1] = new Array(2);
	Country125[1][0] = 'Other';
	Country125[1][1] = 'Other';

	if (selected == '125' || selected == 'St Pierre-Miquelon' || selected == 'SPM')
	{
		while (Country125.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country125.length; i++)
		{
			objElement.options[i] = new Option(Country125[i][1],Country125[i][0]);
		}
	}

	var Country126 = new Array(1);

	Country126[0] = new Array(2);
	Country126[0][0] = '';
	Country126[0][1] = '[Select State/Province]';

	Country126[1] = new Array(2);
	Country126[1][0] = 'Other';
	Country126[1][1] = 'Other';

	if (selected == '126' || selected == 'St Vincent' || selected == 'STV')
	{
		while (Country126.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country126.length; i++)
		{
			objElement.options[i] = new Option(Country126[i][1],Country126[i][0]);
		}
	}

	var Country127 = new Array(1);

	Country127[0] = new Array(2);
	Country127[0][0] = '';
	Country127[0][1] = '[Select State/Province]';

	Country127[1] = new Array(2);
	Country127[1][0] = 'Other';
	Country127[1][1] = 'Other';

	if (selected == '127' || selected == 'Sudan' || selected == 'SUD')
	{
		while (Country127.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country127.length; i++)
		{
			objElement.options[i] = new Option(Country127[i][1],Country127[i][0]);
		}
	}

	var Country128 = new Array(1);

	Country128[0] = new Array(2);
	Country128[0][0] = '';
	Country128[0][1] = '[Select State/Province]';

	Country128[1] = new Array(2);
	Country128[1][0] = 'Other';
	Country128[1][1] = 'Other';

	if (selected == '128' || selected == 'Swaziland' || selected == 'SWA')
	{
		while (Country128.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country128.length; i++)
		{
			objElement.options[i] = new Option(Country128[i][1],Country128[i][0]);
		}
	}

	var Country129 = new Array(1);

	Country129[0] = new Array(2);
	Country129[0][0] = '';
	Country129[0][1] = '[Select State/Province]';

	Country129[1] = new Array(2);
	Country129[1][0] = 'Other';
	Country129[1][1] = 'Other';

	if (selected == '129' || selected == 'Sweden' || selected == 'SWE')
	{
		while (Country129.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country129.length; i++)
		{
			objElement.options[i] = new Option(Country129[i][1],Country129[i][0]);
		}
	}

	var Country130 = new Array(1);

	Country130[0] = new Array(2);
	Country130[0][0] = '';
	Country130[0][1] = '[Select State/Province]';

	Country130[1] = new Array(2);
	Country130[1][0] = 'Other';
	Country130[1][1] = 'Other';

	if (selected == '130' || selected == 'Switzerland' || selected == 'SWZ')
	{
		while (Country130.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country130.length; i++)
		{
			objElement.options[i] = new Option(Country130[i][1],Country130[i][0]);
		}
	}

	var Country131 = new Array(1);

	Country131[0] = new Array(2);
	Country131[0][0] = '';
	Country131[0][1] = '[Select State/Province]';

	Country131[1] = new Array(2);
	Country131[1][0] = 'Other';
	Country131[1][1] = 'Other';

	if (selected == '131' || selected == 'Syrian Arab Republic' || selected == 'SYA')
	{
		while (Country131.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country131.length; i++)
		{
			objElement.options[i] = new Option(Country131[i][1],Country131[i][0]);
		}
	}

	var Country132 = new Array(1);

	Country132[0] = new Array(2);
	Country132[0][0] = '';
	Country132[0][1] = '[Select State/Province]';

	Country132[1] = new Array(2);
	Country132[1][0] = 'Other';
	Country132[1][1] = 'Other';

	if (selected == '132' || selected == 'Taiwan' || selected == 'TAI')
	{
		while (Country132.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country132.length; i++)
		{
			objElement.options[i] = new Option(Country132[i][1],Country132[i][0]);
		}
	}

	var Country133 = new Array(1);

	Country133[0] = new Array(2);
	Country133[0][0] = '';
	Country133[0][1] = '[Select State/Province]';

	Country133[1] = new Array(2);
	Country133[1][0] = 'Other';
	Country133[1][1] = 'Other';

	if (selected == '133' || selected == 'Tanzania' || selected == 'TAZ')
	{
		while (Country133.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country133.length; i++)
		{
			objElement.options[i] = new Option(Country133[i][1],Country133[i][0]);
		}
	}

	var Country155 = new Array(1);

	Country155[0] = new Array(2);
	Country155[0][0] = '';
	Country155[0][1] = '[Select State/Province]';

	Country155[1] = new Array(2);
	Country155[1][0] = 'Other';
	Country155[1][1] = 'Other';

	if (selected == '155' || selected == 'test' || selected == 'test')
	{
		while (Country155.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country155.length; i++)
		{
			objElement.options[i] = new Option(Country155[i][1],Country155[i][0]);
		}
	}

	var Country134 = new Array(1);

	Country134[0] = new Array(2);
	Country134[0][0] = '';
	Country134[0][1] = '[Select State/Province]';

	Country134[1] = new Array(2);
	Country134[1][0] = 'Other';
	Country134[1][1] = 'Other';

	if (selected == '134' || selected == 'Thailand' || selected == 'THA')
	{
		while (Country134.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country134.length; i++)
		{
			objElement.options[i] = new Option(Country134[i][1],Country134[i][0]);
		}
	}

	var Country135 = new Array(1);

	Country135[0] = new Array(2);
	Country135[0][0] = '';
	Country135[0][1] = '[Select State/Province]';

	Country135[1] = new Array(2);
	Country135[1][0] = 'Other';
	Country135[1][1] = 'Other';

	if (selected == '135' || selected == 'The Netherlands' || selected == 'NTH')
	{
		while (Country135.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country135.length; i++)
		{
			objElement.options[i] = new Option(Country135[i][1],Country135[i][0]);
		}
	}

	var Country136 = new Array(1);

	Country136[0] = new Array(2);
	Country136[0][0] = '';
	Country136[0][1] = '[Select State/Province]';

	Country136[1] = new Array(2);
	Country136[1][0] = 'Other';
	Country136[1][1] = 'Other';

	if (selected == '136' || selected == 'Trinidad & Tobago' || selected == 'TRN')
	{
		while (Country136.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country136.length; i++)
		{
			objElement.options[i] = new Option(Country136[i][1],Country136[i][0]);
		}
	}

	var Country137 = new Array(1);

	Country137[0] = new Array(2);
	Country137[0][0] = '';
	Country137[0][1] = '[Select State/Province]';

	Country137[1] = new Array(2);
	Country137[1][0] = 'Other';
	Country137[1][1] = 'Other';

	if (selected == '137' || selected == 'Tunisia' || selected == 'TUN')
	{
		while (Country137.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country137.length; i++)
		{
			objElement.options[i] = new Option(Country137[i][1],Country137[i][0]);
		}
	}

	var Country138 = new Array(1);

	Country138[0] = new Array(2);
	Country138[0][0] = '';
	Country138[0][1] = '[Select State/Province]';

	Country138[1] = new Array(2);
	Country138[1][0] = 'Other';
	Country138[1][1] = 'Other';

	if (selected == '138' || selected == 'Turkey' || selected == 'TUR')
	{
		while (Country138.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country138.length; i++)
		{
			objElement.options[i] = new Option(Country138[i][1],Country138[i][0]);
		}
	}

	var Country139 = new Array(1);

	Country139[0] = new Array(2);
	Country139[0][0] = '';
	Country139[0][1] = '[Select State/Province]';

	Country139[1] = new Array(2);
	Country139[1][0] = 'Other';
	Country139[1][1] = 'Other';

	if (selected == '139' || selected == 'Turks & Caicos Islands' || selected == 'TUCA')
	{
		while (Country139.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country139.length; i++)
		{
			objElement.options[i] = new Option(Country139[i][1],Country139[i][0]);
		}
	}

	var Country140 = new Array(1);

	Country140[0] = new Array(2);
	Country140[0][0] = '';
	Country140[0][1] = '[Select State/Province]';

	Country140[1] = new Array(2);
	Country140[1][0] = 'Other';
	Country140[1][1] = 'Other';

	if (selected == '140' || selected == 'Uganda' || selected == 'UGA')
	{
		while (Country140.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country140.length; i++)
		{
			objElement.options[i] = new Option(Country140[i][1],Country140[i][0]);
		}
	}

	var Country141 = new Array(1);

	Country141[0] = new Array(2);
	Country141[0][0] = '';
	Country141[0][1] = '[Select State/Province]';

	Country141[1] = new Array(2);
	Country141[1][0] = 'Other';
	Country141[1][1] = 'Other';

	if (selected == '141' || selected == 'Ukraine' || selected == 'UKR')
	{
		while (Country141.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country141.length; i++)
		{
			objElement.options[i] = new Option(Country141[i][1],Country141[i][0]);
		}
	}

	var Country142 = new Array(1);

	Country142[0] = new Array(2);
	Country142[0][0] = '';
	Country142[0][1] = '[Select State/Province]';

	Country142[1] = new Array(2);
	Country142[1][0] = 'Other';
	Country142[1][1] = 'Other';

	if (selected == '142' || selected == 'United Arab Emirates' || selected == 'UAE')
	{
		while (Country142.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country142.length; i++)
		{
			objElement.options[i] = new Option(Country142[i][1],Country142[i][0]);
		}
	}

	var Country143 = new Array(1);

	Country143[0] = new Array(2);
	Country143[0][0] = '';
	Country143[0][1] = '[Select State/Province]';

	Country143[1] = new Array(2);
	Country143[1][0] = 'Other';
	Country143[1][1] = 'Other';

	if (selected == '143' || selected == 'US Virgin Islands' || selected == 'UVI')
	{
		while (Country143.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country143.length; i++)
		{
			objElement.options[i] = new Option(Country143[i][1],Country143[i][0]);
		}
	}

	var Country144 = new Array(51);

	Country144[0] = new Array(2);
	Country144[0][0] = '';
	Country144[0][1] = '[Select State/Province]';

	Country144[1] = new Array(2);
	Country144[1][0] = 'Alabama';
	Country144[1][1] = 'Alabama';

	Country144[2] = new Array(2);
	Country144[2][0] = 'Alaska';
	Country144[2][1] = 'Alaska';

	Country144[3] = new Array(2);
	Country144[3][0] = 'Arizona';
	Country144[3][1] = 'Arizona';

	Country144[4] = new Array(2);
	Country144[4][0] = 'Arkansas';
	Country144[4][1] = 'Arkansas';

	Country144[5] = new Array(2);
	Country144[5][0] = 'California';
	Country144[5][1] = 'California';

	Country144[6] = new Array(2);
	Country144[6][0] = 'Colorado';
	Country144[6][1] = 'Colorado';

	Country144[7] = new Array(2);
	Country144[7][0] = 'Columbia';
	Country144[7][1] = 'Columbia';

	Country144[8] = new Array(2);
	Country144[8][0] = 'Connecticut';
	Country144[8][1] = 'Connecticut';

	Country144[9] = new Array(2);
	Country144[9][0] = 'Delaware';
	Country144[9][1] = 'Delaware';

	Country144[10] = new Array(2);
	Country144[10][0] = 'Florida';
	Country144[10][1] = 'Florida';

	Country144[11] = new Array(2);
	Country144[11][0] = 'Georgia';
	Country144[11][1] = 'Georgia';

	Country144[12] = new Array(2);
	Country144[12][0] = 'Hawaii';
	Country144[12][1] = 'Hawaii';

	Country144[13] = new Array(2);
	Country144[13][0] = 'Idaho';
	Country144[13][1] = 'Idaho';

	Country144[14] = new Array(2);
	Country144[14][0] = 'Illinois';
	Country144[14][1] = 'Illinois';

	Country144[15] = new Array(2);
	Country144[15][0] = 'Indiana';
	Country144[15][1] = 'Indiana';

	Country144[16] = new Array(2);
	Country144[16][0] = 'Iowa';
	Country144[16][1] = 'Iowa';

	Country144[17] = new Array(2);
	Country144[17][0] = 'Kansas';
	Country144[17][1] = 'Kansas';

	Country144[18] = new Array(2);
	Country144[18][0] = 'Kentucky';
	Country144[18][1] = 'Kentucky';

	Country144[19] = new Array(2);
	Country144[19][0] = 'Louisiana';
	Country144[19][1] = 'Louisiana';

	Country144[20] = new Array(2);
	Country144[20][0] = 'Maine';
	Country144[20][1] = 'Maine';

	Country144[21] = new Array(2);
	Country144[21][0] = 'Maryland';
	Country144[21][1] = 'Maryland';

	Country144[22] = new Array(2);
	Country144[22][0] = 'Massachusetts';
	Country144[22][1] = 'Massachusetts';

	Country144[23] = new Array(2);
	Country144[23][0] = 'Michigan';
	Country144[23][1] = 'Michigan';

	Country144[24] = new Array(2);
	Country144[24][0] = 'Minnesota';
	Country144[24][1] = 'Minnesota';

	Country144[25] = new Array(2);
	Country144[25][0] = 'Mississippi';
	Country144[25][1] = 'Mississippi';

	Country144[26] = new Array(2);
	Country144[26][0] = 'Missouri';
	Country144[26][1] = 'Missouri';

	Country144[27] = new Array(2);
	Country144[27][0] = 'Montana';
	Country144[27][1] = 'Montana';

	Country144[28] = new Array(2);
	Country144[28][0] = 'Nebraska';
	Country144[28][1] = 'Nebraska';

	Country144[29] = new Array(2);
	Country144[29][0] = 'Nevada';
	Country144[29][1] = 'Nevada';

	Country144[30] = new Array(2);
	Country144[30][0] = 'New Hampshire';
	Country144[30][1] = 'New Hampshire';

	Country144[31] = new Array(2);
	Country144[31][0] = 'New Jersey';
	Country144[31][1] = 'New Jersey';

	Country144[32] = new Array(2);
	Country144[32][0] = 'New Mexico';
	Country144[32][1] = 'New Mexico';

	Country144[33] = new Array(2);
	Country144[33][0] = 'New York';
	Country144[33][1] = 'New York';

	Country144[34] = new Array(2);
	Country144[34][0] = 'North Carolina';
	Country144[34][1] = 'North Carolina';

	Country144[35] = new Array(2);
	Country144[35][0] = 'North Dakota';
	Country144[35][1] = 'North Dakota';

	Country144[36] = new Array(2);
	Country144[36][0] = 'Ohio';
	Country144[36][1] = 'Ohio';

	Country144[37] = new Array(2);
	Country144[37][0] = 'Oklahoma';
	Country144[37][1] = 'Oklahoma';

	Country144[38] = new Array(2);
	Country144[38][0] = 'Oregon';
	Country144[38][1] = 'Oregon';

	Country144[39] = new Array(2);
	Country144[39][0] = 'Pennsylvania';
	Country144[39][1] = 'Pennsylvania';

	Country144[40] = new Array(2);
	Country144[40][0] = 'Rhode Island';
	Country144[40][1] = 'Rhode Island';

	Country144[41] = new Array(2);
	Country144[41][0] = 'South Carolina';
	Country144[41][1] = 'South Carolina';

	Country144[42] = new Array(2);
	Country144[42][0] = 'South Dakota';
	Country144[42][1] = 'South Dakota';

	Country144[43] = new Array(2);
	Country144[43][0] = 'Tennessee';
	Country144[43][1] = 'Tennessee';

	Country144[44] = new Array(2);
	Country144[44][0] = 'Texas';
	Country144[44][1] = 'Texas';

	Country144[45] = new Array(2);
	Country144[45][0] = 'Utah';
	Country144[45][1] = 'Utah';

	Country144[46] = new Array(2);
	Country144[46][0] = 'Vermont';
	Country144[46][1] = 'Vermont';

	Country144[47] = new Array(2);
	Country144[47][0] = 'Virginia';
	Country144[47][1] = 'Virginia';

	Country144[48] = new Array(2);
	Country144[48][0] = 'Washington';
	Country144[48][1] = 'Washington';

	Country144[49] = new Array(2);
	Country144[49][0] = 'West Virginia';
	Country144[49][1] = 'West Virginia';

	Country144[50] = new Array(2);
	Country144[50][0] = 'Wisconsin';
	Country144[50][1] = 'Wisconsin';

	if (selected == '144' || selected == 'USA' || selected == 'USA')
	{
		while (Country144.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country144.length; i++)
		{
			objElement.options[i] = new Option(Country144[i][1],Country144[i][0]);
		}
	}

	var Country145 = new Array(1);

	Country145[0] = new Array(2);
	Country145[0][0] = '';
	Country145[0][1] = '[Select State/Province]';

	Country145[1] = new Array(2);
	Country145[1][0] = 'Other';
	Country145[1][1] = 'Other';

	if (selected == '145' || selected == 'Uzbekistan' || selected == 'UZB')
	{
		while (Country145.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country145.length; i++)
		{
			objElement.options[i] = new Option(Country145[i][1],Country145[i][0]);
		}
	}

	var Country146 = new Array(1);

	Country146[0] = new Array(2);
	Country146[0][0] = '';
	Country146[0][1] = '[Select State/Province]';

	Country146[1] = new Array(2);
	Country146[1][0] = 'Other';
	Country146[1][1] = 'Other';

	if (selected == '146' || selected == 'Vanuatu' || selected == 'VAN')
	{
		while (Country146.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country146.length; i++)
		{
			objElement.options[i] = new Option(Country146[i][1],Country146[i][0]);
		}
	}

	var Country147 = new Array(1);

	Country147[0] = new Array(2);
	Country147[0][0] = '';
	Country147[0][1] = '[Select State/Province]';

	Country147[1] = new Array(2);
	Country147[1][0] = 'Other';
	Country147[1][1] = 'Other';

	if (selected == '147' || selected == 'Venezuela' || selected == 'VEN')
	{
		while (Country147.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country147.length; i++)
		{
			objElement.options[i] = new Option(Country147[i][1],Country147[i][0]);
		}
	}

	var Country148 = new Array(1);

	Country148[0] = new Array(2);
	Country148[0][0] = '';
	Country148[0][1] = '[Select State/Province]';

	Country148[1] = new Array(2);
	Country148[1][0] = 'Other';
	Country148[1][1] = 'Other';

	if (selected == '148' || selected == 'Vietnam' || selected == 'VNM')
	{
		while (Country148.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country148.length; i++)
		{
			objElement.options[i] = new Option(Country148[i][1],Country148[i][0]);
		}
	}

	var Country149 = new Array(1);

	Country149[0] = new Array(2);
	Country149[0][0] = '';
	Country149[0][1] = '[Select State/Province]';

	Country149[1] = new Array(2);
	Country149[1][0] = 'Other';
	Country149[1][1] = 'Other';

	if (selected == '149' || selected == 'Wales' || selected == 'WAL')
	{
		while (Country149.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country149.length; i++)
		{
			objElement.options[i] = new Option(Country149[i][1],Country149[i][0]);
		}
	}

	var Country150 = new Array(1);

	Country150[0] = new Array(2);
	Country150[0][0] = '';
	Country150[0][1] = '[Select State/Province]';

	Country150[1] = new Array(2);
	Country150[1][0] = 'Other';
	Country150[1][1] = 'Other';

	if (selected == '150' || selected == 'Yemen' || selected == 'YEM')
	{
		while (Country150.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country150.length; i++)
		{
			objElement.options[i] = new Option(Country150[i][1],Country150[i][0]);
		}
	}

	var Country151 = new Array(1);

	Country151[0] = new Array(2);
	Country151[0][0] = '';
	Country151[0][1] = '[Select State/Province]';

	Country151[1] = new Array(2);
	Country151[1][0] = 'Other';
	Country151[1][1] = 'Other';

	if (selected == '151' || selected == 'Yugoslavia' || selected == 'YUG')
	{
		while (Country151.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country151.length; i++)
		{
			objElement.options[i] = new Option(Country151[i][1],Country151[i][0]);
		}
	}

	var Country152 = new Array(1);

	Country152[0] = new Array(2);
	Country152[0][0] = '';
	Country152[0][1] = '[Select State/Province]';

	Country152[1] = new Array(2);
	Country152[1][0] = 'Other';
	Country152[1][1] = 'Other';

	if (selected == '152' || selected == 'Zambia' || selected == 'ZAM')
	{
		while (Country152.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country152.length; i++)
		{
			objElement.options[i] = new Option(Country152[i][1],Country152[i][0]);
		}
	}

	var Country153 = new Array(1);

	Country153[0] = new Array(2);
	Country153[0][0] = '';
	Country153[0][1] = '[Select State/Province]';

	Country153[1] = new Array(2);
	Country153[1][0] = 'Other';
	Country153[1][1] = 'Other';

	if (selected == '153' || selected == 'Zimbabwe' || selected == 'ZIM')
	{
		while (Country153.length < objElement.options.length)
		{
			objElement.options[(objElement.options.length - 1)] = null;
		}

		for (var i=0; i < Country153.length; i++)
		{
			objElement.options[i] = new Option(Country153[i][1],Country153[i][0]);
		}
	}

}

