 
            function Validate()
            {
                var lbError = false;
                var lsAlert = '';
                var loFocusControl;

                var loTxtfirstname_First_Name_50 = document.getElementById('_tdmcontrolfirstname_First_Name_50');
if(jsTrim(loTxtfirstname_First_Name_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into First Name.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtfirstname_First_Name_50);
lbError = true;
}
var loTxtlastname_Last_Name_50 = document.getElementById('_tdmcontrollastname_Last_Name_50');
if(jsTrim(loTxtlastname_Last_Name_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Last Name.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtlastname_Last_Name_50);
lbError = true;
}
var loTxtstreet1_Address_1_50 = document.getElementById('_tdmcontrolstreet1_Address_1_50');
if(jsTrim(loTxtstreet1_Address_1_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Address 1.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtstreet1_Address_1_50);
lbError = true;
}
var loTxtcity_City_50 = document.getElementById('_tdmcontrolcity_City_50');
if(jsTrim(loTxtcity_City_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into City.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtcity_City_50);
lbError = true;
}
var loListstate_State_2_Letter_Abbreviation = document.getElementById('_tdmcontrolstate_State_2_Letter_Abbreviation');
if(loListstate_State_2_Letter_Abbreviation.selectedIndex == 0 || loListstate_State_2_Letter_Abbreviation.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for State.');
loFocusControl = fnValidateFocus(loFocusControl, loListstate_State_2_Letter_Abbreviation);
lbError = true;
}
				var jsArrstate_State_2_Letter_Abbreviation = new Array(51);
				jsArrstate_State_2_Letter_Abbreviation[0] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[0][0] = "AK";
				jsArrstate_State_2_Letter_Abbreviation[0][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[1] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[1][0] = "AL";
				jsArrstate_State_2_Letter_Abbreviation[1][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[2] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[2][0] = "AR";
				jsArrstate_State_2_Letter_Abbreviation[2][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[3] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[3][0] = "AZ";
				jsArrstate_State_2_Letter_Abbreviation[3][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[4] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[4][0] = "CA";
				jsArrstate_State_2_Letter_Abbreviation[4][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[5] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[5][0] = "CO";
				jsArrstate_State_2_Letter_Abbreviation[5][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[6] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[6][0] = "CT";
				jsArrstate_State_2_Letter_Abbreviation[6][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[7] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[7][0] = "DC";
				jsArrstate_State_2_Letter_Abbreviation[7][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[8] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[8][0] = "DE";
				jsArrstate_State_2_Letter_Abbreviation[8][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[9] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[9][0] = "FL";
				jsArrstate_State_2_Letter_Abbreviation[9][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[10] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[10][0] = "GA";
				jsArrstate_State_2_Letter_Abbreviation[10][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[11] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[11][0] = "HI";
				jsArrstate_State_2_Letter_Abbreviation[11][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[12] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[12][0] = "IA";
				jsArrstate_State_2_Letter_Abbreviation[12][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[13] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[13][0] = "ID";
				jsArrstate_State_2_Letter_Abbreviation[13][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[14] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[14][0] = "IL";
				jsArrstate_State_2_Letter_Abbreviation[14][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[15] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[15][0] = "IN";
				jsArrstate_State_2_Letter_Abbreviation[15][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[16] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[16][0] = "KS";
				jsArrstate_State_2_Letter_Abbreviation[16][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[17] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[17][0] = "KY";
				jsArrstate_State_2_Letter_Abbreviation[17][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[18] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[18][0] = "LA";
				jsArrstate_State_2_Letter_Abbreviation[18][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[19] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[19][0] = "MA";
				jsArrstate_State_2_Letter_Abbreviation[19][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[20] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[20][0] = "MD";
				jsArrstate_State_2_Letter_Abbreviation[20][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[21] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[21][0] = "ME";
				jsArrstate_State_2_Letter_Abbreviation[21][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[22] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[22][0] = "MI";
				jsArrstate_State_2_Letter_Abbreviation[22][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[23] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[23][0] = "MN";
				jsArrstate_State_2_Letter_Abbreviation[23][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[24] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[24][0] = "MO";
				jsArrstate_State_2_Letter_Abbreviation[24][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[25] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[25][0] = "MS";
				jsArrstate_State_2_Letter_Abbreviation[25][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[26] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[26][0] = "MT";
				jsArrstate_State_2_Letter_Abbreviation[26][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[27] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[27][0] = "NC";
				jsArrstate_State_2_Letter_Abbreviation[27][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[28] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[28][0] = "ND";
				jsArrstate_State_2_Letter_Abbreviation[28][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[29] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[29][0] = "NE";
				jsArrstate_State_2_Letter_Abbreviation[29][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[30] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[30][0] = "NH";
				jsArrstate_State_2_Letter_Abbreviation[30][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[31] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[31][0] = "NJ";
				jsArrstate_State_2_Letter_Abbreviation[31][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[32] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[32][0] = "NM";
				jsArrstate_State_2_Letter_Abbreviation[32][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[33] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[33][0] = "NV";
				jsArrstate_State_2_Letter_Abbreviation[33][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[34] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[34][0] = "NY";
				jsArrstate_State_2_Letter_Abbreviation[34][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[35] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[35][0] = "OH";
				jsArrstate_State_2_Letter_Abbreviation[35][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[36] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[36][0] = "OK";
				jsArrstate_State_2_Letter_Abbreviation[36][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[37] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[37][0] = "OR";
				jsArrstate_State_2_Letter_Abbreviation[37][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[38] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[38][0] = "PA";
				jsArrstate_State_2_Letter_Abbreviation[38][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[39] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[39][0] = "RI";
				jsArrstate_State_2_Letter_Abbreviation[39][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[40] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[40][0] = "SC";
				jsArrstate_State_2_Letter_Abbreviation[40][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[41] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[41][0] = "SD";
				jsArrstate_State_2_Letter_Abbreviation[41][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[42] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[42][0] = "TN";
				jsArrstate_State_2_Letter_Abbreviation[42][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[43] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[43][0] = "TX";
				jsArrstate_State_2_Letter_Abbreviation[43][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[44] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[44][0] = "UT";
				jsArrstate_State_2_Letter_Abbreviation[44][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[45] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[45][0] = "VA";
				jsArrstate_State_2_Letter_Abbreviation[45][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[46] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[46][0] = "VT";
				jsArrstate_State_2_Letter_Abbreviation[46][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[47] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[47][0] = "WA";
				jsArrstate_State_2_Letter_Abbreviation[47][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[48] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[48][0] = "WI";
				jsArrstate_State_2_Letter_Abbreviation[48][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[49] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[49][0] = "WV";
				jsArrstate_State_2_Letter_Abbreviation[49][1] = "1";
				jsArrstate_State_2_Letter_Abbreviation[50] = new Array(2);
				jsArrstate_State_2_Letter_Abbreviation[50][0] = "WY";
				jsArrstate_State_2_Letter_Abbreviation[50][1] = "1";

				var loTxtstate_State_2_Letter_Abbreviation = document.getElementById('_tdmcontrolstate_State_2_Letter_Abbreviation');
				ctr = document.frmContactForm._tdmcontrolstate_State_2_Letter_Abbreviation.selectedIndex;
				if (ctr > 0){
				 if (jsArrstate_State_2_Letter_Abbreviation[ctr - 1][0] == document.frmContactForm._tdmcontrolstate_State_2_Letter_Abbreviation.options[ctr].text && jsArrstate_State_2_Letter_Abbreviation[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for State.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtstate_State_2_Letter_Abbreviation);
				lbError = true;
				}}
var loTxtzip_Zip_Code_10 = document.getElementById('_tdmcontrolzip_Zip_Code_10');
if(jsTrim(loTxtzip_Zip_Code_10.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Zip Code.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtzip_Zip_Code_10);
lbError = true;
}
var loListcountry_country_list_full_dropdown = document.getElementById('_tdmcontrolcountry_country_list_full_dropdown');
if(loListcountry_country_list_full_dropdown.selectedIndex == 0 || loListcountry_country_list_full_dropdown.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Country.');
loFocusControl = fnValidateFocus(loFocusControl, loListcountry_country_list_full_dropdown);
lbError = true;
}
				var jsArrcountry_country_list_full_dropdown = new Array(234);
				jsArrcountry_country_list_full_dropdown[0] = new Array(2);
				jsArrcountry_country_list_full_dropdown[0][0] = "Afghanistan";
				jsArrcountry_country_list_full_dropdown[0][1] = "1";
				jsArrcountry_country_list_full_dropdown[1] = new Array(2);
				jsArrcountry_country_list_full_dropdown[1][0] = "Albania";
				jsArrcountry_country_list_full_dropdown[1][1] = "1";
				jsArrcountry_country_list_full_dropdown[2] = new Array(2);
				jsArrcountry_country_list_full_dropdown[2][0] = "Algeria";
				jsArrcountry_country_list_full_dropdown[2][1] = "1";
				jsArrcountry_country_list_full_dropdown[3] = new Array(2);
				jsArrcountry_country_list_full_dropdown[3][0] = "American Samoa";
				jsArrcountry_country_list_full_dropdown[3][1] = "1";
				jsArrcountry_country_list_full_dropdown[4] = new Array(2);
				jsArrcountry_country_list_full_dropdown[4][0] = "Andorra";
				jsArrcountry_country_list_full_dropdown[4][1] = "1";
				jsArrcountry_country_list_full_dropdown[5] = new Array(2);
				jsArrcountry_country_list_full_dropdown[5][0] = "Angola";
				jsArrcountry_country_list_full_dropdown[5][1] = "1";
				jsArrcountry_country_list_full_dropdown[6] = new Array(2);
				jsArrcountry_country_list_full_dropdown[6][0] = "Anguilla";
				jsArrcountry_country_list_full_dropdown[6][1] = "1";
				jsArrcountry_country_list_full_dropdown[7] = new Array(2);
				jsArrcountry_country_list_full_dropdown[7][0] = "Antarctica";
				jsArrcountry_country_list_full_dropdown[7][1] = "1";
				jsArrcountry_country_list_full_dropdown[8] = new Array(2);
				jsArrcountry_country_list_full_dropdown[8][0] = "Antigua and Barbuda";
				jsArrcountry_country_list_full_dropdown[8][1] = "1";
				jsArrcountry_country_list_full_dropdown[9] = new Array(2);
				jsArrcountry_country_list_full_dropdown[9][0] = "Argentina";
				jsArrcountry_country_list_full_dropdown[9][1] = "1";
				jsArrcountry_country_list_full_dropdown[10] = new Array(2);
				jsArrcountry_country_list_full_dropdown[10][0] = "Armenia";
				jsArrcountry_country_list_full_dropdown[10][1] = "1";
				jsArrcountry_country_list_full_dropdown[11] = new Array(2);
				jsArrcountry_country_list_full_dropdown[11][0] = "Aruba";
				jsArrcountry_country_list_full_dropdown[11][1] = "1";
				jsArrcountry_country_list_full_dropdown[12] = new Array(2);
				jsArrcountry_country_list_full_dropdown[12][0] = "Australia";
				jsArrcountry_country_list_full_dropdown[12][1] = "1";
				jsArrcountry_country_list_full_dropdown[13] = new Array(2);
				jsArrcountry_country_list_full_dropdown[13][0] = "Austria";
				jsArrcountry_country_list_full_dropdown[13][1] = "1";
				jsArrcountry_country_list_full_dropdown[14] = new Array(2);
				jsArrcountry_country_list_full_dropdown[14][0] = "Azerbaijan";
				jsArrcountry_country_list_full_dropdown[14][1] = "1";
				jsArrcountry_country_list_full_dropdown[15] = new Array(2);
				jsArrcountry_country_list_full_dropdown[15][0] = "Bahamas";
				jsArrcountry_country_list_full_dropdown[15][1] = "1";
				jsArrcountry_country_list_full_dropdown[16] = new Array(2);
				jsArrcountry_country_list_full_dropdown[16][0] = "Bahrain";
				jsArrcountry_country_list_full_dropdown[16][1] = "1";
				jsArrcountry_country_list_full_dropdown[17] = new Array(2);
				jsArrcountry_country_list_full_dropdown[17][0] = "Bangladesh";
				jsArrcountry_country_list_full_dropdown[17][1] = "1";
				jsArrcountry_country_list_full_dropdown[18] = new Array(2);
				jsArrcountry_country_list_full_dropdown[18][0] = "Barbados";
				jsArrcountry_country_list_full_dropdown[18][1] = "1";
				jsArrcountry_country_list_full_dropdown[19] = new Array(2);
				jsArrcountry_country_list_full_dropdown[19][0] = "Belarus";
				jsArrcountry_country_list_full_dropdown[19][1] = "1";
				jsArrcountry_country_list_full_dropdown[20] = new Array(2);
				jsArrcountry_country_list_full_dropdown[20][0] = "Belgium";
				jsArrcountry_country_list_full_dropdown[20][1] = "1";
				jsArrcountry_country_list_full_dropdown[21] = new Array(2);
				jsArrcountry_country_list_full_dropdown[21][0] = "Belize";
				jsArrcountry_country_list_full_dropdown[21][1] = "1";
				jsArrcountry_country_list_full_dropdown[22] = new Array(2);
				jsArrcountry_country_list_full_dropdown[22][0] = "Benin";
				jsArrcountry_country_list_full_dropdown[22][1] = "1";
				jsArrcountry_country_list_full_dropdown[23] = new Array(2);
				jsArrcountry_country_list_full_dropdown[23][0] = "Bermuda";
				jsArrcountry_country_list_full_dropdown[23][1] = "1";
				jsArrcountry_country_list_full_dropdown[24] = new Array(2);
				jsArrcountry_country_list_full_dropdown[24][0] = "Bhutan";
				jsArrcountry_country_list_full_dropdown[24][1] = "1";
				jsArrcountry_country_list_full_dropdown[25] = new Array(2);
				jsArrcountry_country_list_full_dropdown[25][0] = "Bolivia";
				jsArrcountry_country_list_full_dropdown[25][1] = "1";
				jsArrcountry_country_list_full_dropdown[26] = new Array(2);
				jsArrcountry_country_list_full_dropdown[26][0] = "Bosnia and Herzegovina";
				jsArrcountry_country_list_full_dropdown[26][1] = "1";
				jsArrcountry_country_list_full_dropdown[27] = new Array(2);
				jsArrcountry_country_list_full_dropdown[27][0] = "Botswana";
				jsArrcountry_country_list_full_dropdown[27][1] = "1";
				jsArrcountry_country_list_full_dropdown[28] = new Array(2);
				jsArrcountry_country_list_full_dropdown[28][0] = "Bouvet Island";
				jsArrcountry_country_list_full_dropdown[28][1] = "1";
				jsArrcountry_country_list_full_dropdown[29] = new Array(2);
				jsArrcountry_country_list_full_dropdown[29][0] = "Brazil";
				jsArrcountry_country_list_full_dropdown[29][1] = "1";
				jsArrcountry_country_list_full_dropdown[30] = new Array(2);
				jsArrcountry_country_list_full_dropdown[30][0] = "British Indian Ocean Territory";
				jsArrcountry_country_list_full_dropdown[30][1] = "1";
				jsArrcountry_country_list_full_dropdown[31] = new Array(2);
				jsArrcountry_country_list_full_dropdown[31][0] = "Brunei Darussalam";
				jsArrcountry_country_list_full_dropdown[31][1] = "1";
				jsArrcountry_country_list_full_dropdown[32] = new Array(2);
				jsArrcountry_country_list_full_dropdown[32][0] = "Bulgaria";
				jsArrcountry_country_list_full_dropdown[32][1] = "1";
				jsArrcountry_country_list_full_dropdown[33] = new Array(2);
				jsArrcountry_country_list_full_dropdown[33][0] = "Burkina Faso";
				jsArrcountry_country_list_full_dropdown[33][1] = "1";
				jsArrcountry_country_list_full_dropdown[34] = new Array(2);
				jsArrcountry_country_list_full_dropdown[34][0] = "Burundi";
				jsArrcountry_country_list_full_dropdown[34][1] = "1";
				jsArrcountry_country_list_full_dropdown[35] = new Array(2);
				jsArrcountry_country_list_full_dropdown[35][0] = "Cambodia";
				jsArrcountry_country_list_full_dropdown[35][1] = "1";
				jsArrcountry_country_list_full_dropdown[36] = new Array(2);
				jsArrcountry_country_list_full_dropdown[36][0] = "Cameroon";
				jsArrcountry_country_list_full_dropdown[36][1] = "1";
				jsArrcountry_country_list_full_dropdown[37] = new Array(2);
				jsArrcountry_country_list_full_dropdown[37][0] = "Canada";
				jsArrcountry_country_list_full_dropdown[37][1] = "1";
				jsArrcountry_country_list_full_dropdown[38] = new Array(2);
				jsArrcountry_country_list_full_dropdown[38][0] = "Cape Verde";
				jsArrcountry_country_list_full_dropdown[38][1] = "1";
				jsArrcountry_country_list_full_dropdown[39] = new Array(2);
				jsArrcountry_country_list_full_dropdown[39][0] = "Cayman Islands";
				jsArrcountry_country_list_full_dropdown[39][1] = "1";
				jsArrcountry_country_list_full_dropdown[40] = new Array(2);
				jsArrcountry_country_list_full_dropdown[40][0] = "Central African Republic";
				jsArrcountry_country_list_full_dropdown[40][1] = "1";
				jsArrcountry_country_list_full_dropdown[41] = new Array(2);
				jsArrcountry_country_list_full_dropdown[41][0] = "Chad";
				jsArrcountry_country_list_full_dropdown[41][1] = "1";
				jsArrcountry_country_list_full_dropdown[42] = new Array(2);
				jsArrcountry_country_list_full_dropdown[42][0] = "Chile";
				jsArrcountry_country_list_full_dropdown[42][1] = "1";
				jsArrcountry_country_list_full_dropdown[43] = new Array(2);
				jsArrcountry_country_list_full_dropdown[43][0] = "China";
				jsArrcountry_country_list_full_dropdown[43][1] = "1";
				jsArrcountry_country_list_full_dropdown[44] = new Array(2);
				jsArrcountry_country_list_full_dropdown[44][0] = "Christmas Island";
				jsArrcountry_country_list_full_dropdown[44][1] = "1";
				jsArrcountry_country_list_full_dropdown[45] = new Array(2);
				jsArrcountry_country_list_full_dropdown[45][0] = "Cocos (Keeling) Islands";
				jsArrcountry_country_list_full_dropdown[45][1] = "1";
				jsArrcountry_country_list_full_dropdown[46] = new Array(2);
				jsArrcountry_country_list_full_dropdown[46][0] = "Colombia";
				jsArrcountry_country_list_full_dropdown[46][1] = "1";
				jsArrcountry_country_list_full_dropdown[47] = new Array(2);
				jsArrcountry_country_list_full_dropdown[47][0] = "Comoros";
				jsArrcountry_country_list_full_dropdown[47][1] = "1";
				jsArrcountry_country_list_full_dropdown[48] = new Array(2);
				jsArrcountry_country_list_full_dropdown[48][0] = "Congo";
				jsArrcountry_country_list_full_dropdown[48][1] = "1";
				jsArrcountry_country_list_full_dropdown[49] = new Array(2);
				jsArrcountry_country_list_full_dropdown[49][0] = "Congo, the Democratic Republic of the";
				jsArrcountry_country_list_full_dropdown[49][1] = "1";
				jsArrcountry_country_list_full_dropdown[50] = new Array(2);
				jsArrcountry_country_list_full_dropdown[50][0] = "Cook Islands";
				jsArrcountry_country_list_full_dropdown[50][1] = "1";
				jsArrcountry_country_list_full_dropdown[51] = new Array(2);
				jsArrcountry_country_list_full_dropdown[51][0] = "Costa Rica";
				jsArrcountry_country_list_full_dropdown[51][1] = "1";
				jsArrcountry_country_list_full_dropdown[52] = new Array(2);
				jsArrcountry_country_list_full_dropdown[52][0] = "Cote dIvoire";
				jsArrcountry_country_list_full_dropdown[52][1] = "1";
				jsArrcountry_country_list_full_dropdown[53] = new Array(2);
				jsArrcountry_country_list_full_dropdown[53][0] = "Croatia";
				jsArrcountry_country_list_full_dropdown[53][1] = "1";
				jsArrcountry_country_list_full_dropdown[54] = new Array(2);
				jsArrcountry_country_list_full_dropdown[54][0] = "Cuba";
				jsArrcountry_country_list_full_dropdown[54][1] = "1";
				jsArrcountry_country_list_full_dropdown[55] = new Array(2);
				jsArrcountry_country_list_full_dropdown[55][0] = "Cyprus";
				jsArrcountry_country_list_full_dropdown[55][1] = "1";
				jsArrcountry_country_list_full_dropdown[56] = new Array(2);
				jsArrcountry_country_list_full_dropdown[56][0] = "Czech Republic";
				jsArrcountry_country_list_full_dropdown[56][1] = "1";
				jsArrcountry_country_list_full_dropdown[57] = new Array(2);
				jsArrcountry_country_list_full_dropdown[57][0] = "Denmark";
				jsArrcountry_country_list_full_dropdown[57][1] = "1";
				jsArrcountry_country_list_full_dropdown[58] = new Array(2);
				jsArrcountry_country_list_full_dropdown[58][0] = "Djibouti";
				jsArrcountry_country_list_full_dropdown[58][1] = "1";
				jsArrcountry_country_list_full_dropdown[59] = new Array(2);
				jsArrcountry_country_list_full_dropdown[59][0] = "Dominica";
				jsArrcountry_country_list_full_dropdown[59][1] = "1";
				jsArrcountry_country_list_full_dropdown[60] = new Array(2);
				jsArrcountry_country_list_full_dropdown[60][0] = "Dominican Republic";
				jsArrcountry_country_list_full_dropdown[60][1] = "1";
				jsArrcountry_country_list_full_dropdown[61] = new Array(2);
				jsArrcountry_country_list_full_dropdown[61][0] = "Ecuador";
				jsArrcountry_country_list_full_dropdown[61][1] = "1";
				jsArrcountry_country_list_full_dropdown[62] = new Array(2);
				jsArrcountry_country_list_full_dropdown[62][0] = "Egypt";
				jsArrcountry_country_list_full_dropdown[62][1] = "1";
				jsArrcountry_country_list_full_dropdown[63] = new Array(2);
				jsArrcountry_country_list_full_dropdown[63][0] = "El Salvador";
				jsArrcountry_country_list_full_dropdown[63][1] = "1";
				jsArrcountry_country_list_full_dropdown[64] = new Array(2);
				jsArrcountry_country_list_full_dropdown[64][0] = "Equatorial Guinea";
				jsArrcountry_country_list_full_dropdown[64][1] = "1";
				jsArrcountry_country_list_full_dropdown[65] = new Array(2);
				jsArrcountry_country_list_full_dropdown[65][0] = "Eritrea";
				jsArrcountry_country_list_full_dropdown[65][1] = "1";
				jsArrcountry_country_list_full_dropdown[66] = new Array(2);
				jsArrcountry_country_list_full_dropdown[66][0] = "Estonia";
				jsArrcountry_country_list_full_dropdown[66][1] = "1";
				jsArrcountry_country_list_full_dropdown[67] = new Array(2);
				jsArrcountry_country_list_full_dropdown[67][0] = "Ethiopia";
				jsArrcountry_country_list_full_dropdown[67][1] = "1";
				jsArrcountry_country_list_full_dropdown[68] = new Array(2);
				jsArrcountry_country_list_full_dropdown[68][0] = "Falkland Islands (Malvinas)";
				jsArrcountry_country_list_full_dropdown[68][1] = "1";
				jsArrcountry_country_list_full_dropdown[69] = new Array(2);
				jsArrcountry_country_list_full_dropdown[69][0] = "Faroe Islands";
				jsArrcountry_country_list_full_dropdown[69][1] = "1";
				jsArrcountry_country_list_full_dropdown[70] = new Array(2);
				jsArrcountry_country_list_full_dropdown[70][0] = "Fiji";
				jsArrcountry_country_list_full_dropdown[70][1] = "1";
				jsArrcountry_country_list_full_dropdown[71] = new Array(2);
				jsArrcountry_country_list_full_dropdown[71][0] = "Finland";
				jsArrcountry_country_list_full_dropdown[71][1] = "1";
				jsArrcountry_country_list_full_dropdown[72] = new Array(2);
				jsArrcountry_country_list_full_dropdown[72][0] = "France";
				jsArrcountry_country_list_full_dropdown[72][1] = "1";
				jsArrcountry_country_list_full_dropdown[73] = new Array(2);
				jsArrcountry_country_list_full_dropdown[73][0] = "French Guiana";
				jsArrcountry_country_list_full_dropdown[73][1] = "1";
				jsArrcountry_country_list_full_dropdown[74] = new Array(2);
				jsArrcountry_country_list_full_dropdown[74][0] = "French Polynesia";
				jsArrcountry_country_list_full_dropdown[74][1] = "1";
				jsArrcountry_country_list_full_dropdown[75] = new Array(2);
				jsArrcountry_country_list_full_dropdown[75][0] = "French Southern Territories";
				jsArrcountry_country_list_full_dropdown[75][1] = "1";
				jsArrcountry_country_list_full_dropdown[76] = new Array(2);
				jsArrcountry_country_list_full_dropdown[76][0] = "Gabon";
				jsArrcountry_country_list_full_dropdown[76][1] = "1";
				jsArrcountry_country_list_full_dropdown[77] = new Array(2);
				jsArrcountry_country_list_full_dropdown[77][0] = "Gambia";
				jsArrcountry_country_list_full_dropdown[77][1] = "1";
				jsArrcountry_country_list_full_dropdown[78] = new Array(2);
				jsArrcountry_country_list_full_dropdown[78][0] = "Georgia";
				jsArrcountry_country_list_full_dropdown[78][1] = "1";
				jsArrcountry_country_list_full_dropdown[79] = new Array(2);
				jsArrcountry_country_list_full_dropdown[79][0] = "Germany";
				jsArrcountry_country_list_full_dropdown[79][1] = "1";
				jsArrcountry_country_list_full_dropdown[80] = new Array(2);
				jsArrcountry_country_list_full_dropdown[80][0] = "Ghana";
				jsArrcountry_country_list_full_dropdown[80][1] = "1";
				jsArrcountry_country_list_full_dropdown[81] = new Array(2);
				jsArrcountry_country_list_full_dropdown[81][0] = "Gibraltar";
				jsArrcountry_country_list_full_dropdown[81][1] = "1";
				jsArrcountry_country_list_full_dropdown[82] = new Array(2);
				jsArrcountry_country_list_full_dropdown[82][0] = "Greece";
				jsArrcountry_country_list_full_dropdown[82][1] = "1";
				jsArrcountry_country_list_full_dropdown[83] = new Array(2);
				jsArrcountry_country_list_full_dropdown[83][0] = "Greenland";
				jsArrcountry_country_list_full_dropdown[83][1] = "1";
				jsArrcountry_country_list_full_dropdown[84] = new Array(2);
				jsArrcountry_country_list_full_dropdown[84][0] = "Grenada";
				jsArrcountry_country_list_full_dropdown[84][1] = "1";
				jsArrcountry_country_list_full_dropdown[85] = new Array(2);
				jsArrcountry_country_list_full_dropdown[85][0] = "Guadeloupe";
				jsArrcountry_country_list_full_dropdown[85][1] = "1";
				jsArrcountry_country_list_full_dropdown[86] = new Array(2);
				jsArrcountry_country_list_full_dropdown[86][0] = "Guam";
				jsArrcountry_country_list_full_dropdown[86][1] = "1";
				jsArrcountry_country_list_full_dropdown[87] = new Array(2);
				jsArrcountry_country_list_full_dropdown[87][0] = "Guatemala";
				jsArrcountry_country_list_full_dropdown[87][1] = "1";
				jsArrcountry_country_list_full_dropdown[88] = new Array(2);
				jsArrcountry_country_list_full_dropdown[88][0] = "Guernsey";
				jsArrcountry_country_list_full_dropdown[88][1] = "1";
				jsArrcountry_country_list_full_dropdown[89] = new Array(2);
				jsArrcountry_country_list_full_dropdown[89][0] = "Guinea";
				jsArrcountry_country_list_full_dropdown[89][1] = "1";
				jsArrcountry_country_list_full_dropdown[90] = new Array(2);
				jsArrcountry_country_list_full_dropdown[90][0] = "Guinea-Bissau";
				jsArrcountry_country_list_full_dropdown[90][1] = "1";
				jsArrcountry_country_list_full_dropdown[91] = new Array(2);
				jsArrcountry_country_list_full_dropdown[91][0] = "Guyana";
				jsArrcountry_country_list_full_dropdown[91][1] = "1";
				jsArrcountry_country_list_full_dropdown[92] = new Array(2);
				jsArrcountry_country_list_full_dropdown[92][0] = "Haiti";
				jsArrcountry_country_list_full_dropdown[92][1] = "1";
				jsArrcountry_country_list_full_dropdown[93] = new Array(2);
				jsArrcountry_country_list_full_dropdown[93][0] = "Heard Island and McDonald Islands";
				jsArrcountry_country_list_full_dropdown[93][1] = "1";
				jsArrcountry_country_list_full_dropdown[94] = new Array(2);
				jsArrcountry_country_list_full_dropdown[94][0] = "Holy See (Vatican City State)";
				jsArrcountry_country_list_full_dropdown[94][1] = "1";
				jsArrcountry_country_list_full_dropdown[95] = new Array(2);
				jsArrcountry_country_list_full_dropdown[95][0] = "Honduras";
				jsArrcountry_country_list_full_dropdown[95][1] = "1";
				jsArrcountry_country_list_full_dropdown[96] = new Array(2);
				jsArrcountry_country_list_full_dropdown[96][0] = "Hong Kong";
				jsArrcountry_country_list_full_dropdown[96][1] = "1";
				jsArrcountry_country_list_full_dropdown[97] = new Array(2);
				jsArrcountry_country_list_full_dropdown[97][0] = "Hungary";
				jsArrcountry_country_list_full_dropdown[97][1] = "1";
				jsArrcountry_country_list_full_dropdown[98] = new Array(2);
				jsArrcountry_country_list_full_dropdown[98][0] = "Iceland";
				jsArrcountry_country_list_full_dropdown[98][1] = "1";
				jsArrcountry_country_list_full_dropdown[99] = new Array(2);
				jsArrcountry_country_list_full_dropdown[99][0] = "India";
				jsArrcountry_country_list_full_dropdown[99][1] = "1";
				jsArrcountry_country_list_full_dropdown[100] = new Array(2);
				jsArrcountry_country_list_full_dropdown[100][0] = "Indonesia";
				jsArrcountry_country_list_full_dropdown[100][1] = "1";
				jsArrcountry_country_list_full_dropdown[101] = new Array(2);
				jsArrcountry_country_list_full_dropdown[101][0] = "Iran, Islamic Republic of";
				jsArrcountry_country_list_full_dropdown[101][1] = "1";
				jsArrcountry_country_list_full_dropdown[102] = new Array(2);
				jsArrcountry_country_list_full_dropdown[102][0] = "Iraq";
				jsArrcountry_country_list_full_dropdown[102][1] = "1";
				jsArrcountry_country_list_full_dropdown[103] = new Array(2);
				jsArrcountry_country_list_full_dropdown[103][0] = "Ireland";
				jsArrcountry_country_list_full_dropdown[103][1] = "1";
				jsArrcountry_country_list_full_dropdown[104] = new Array(2);
				jsArrcountry_country_list_full_dropdown[104][0] = "Isle of Man";
				jsArrcountry_country_list_full_dropdown[104][1] = "1";
				jsArrcountry_country_list_full_dropdown[105] = new Array(2);
				jsArrcountry_country_list_full_dropdown[105][0] = "Israel";
				jsArrcountry_country_list_full_dropdown[105][1] = "1";
				jsArrcountry_country_list_full_dropdown[106] = new Array(2);
				jsArrcountry_country_list_full_dropdown[106][0] = "Italy";
				jsArrcountry_country_list_full_dropdown[106][1] = "1";
				jsArrcountry_country_list_full_dropdown[107] = new Array(2);
				jsArrcountry_country_list_full_dropdown[107][0] = "Jamaica";
				jsArrcountry_country_list_full_dropdown[107][1] = "1";
				jsArrcountry_country_list_full_dropdown[108] = new Array(2);
				jsArrcountry_country_list_full_dropdown[108][0] = "Japan";
				jsArrcountry_country_list_full_dropdown[108][1] = "1";
				jsArrcountry_country_list_full_dropdown[109] = new Array(2);
				jsArrcountry_country_list_full_dropdown[109][0] = "Jersey";
				jsArrcountry_country_list_full_dropdown[109][1] = "1";
				jsArrcountry_country_list_full_dropdown[110] = new Array(2);
				jsArrcountry_country_list_full_dropdown[110][0] = "Jordan";
				jsArrcountry_country_list_full_dropdown[110][1] = "1";
				jsArrcountry_country_list_full_dropdown[111] = new Array(2);
				jsArrcountry_country_list_full_dropdown[111][0] = "Kazakhstan";
				jsArrcountry_country_list_full_dropdown[111][1] = "1";
				jsArrcountry_country_list_full_dropdown[112] = new Array(2);
				jsArrcountry_country_list_full_dropdown[112][0] = "Kenya";
				jsArrcountry_country_list_full_dropdown[112][1] = "1";
				jsArrcountry_country_list_full_dropdown[113] = new Array(2);
				jsArrcountry_country_list_full_dropdown[113][0] = "Kiribati";
				jsArrcountry_country_list_full_dropdown[113][1] = "1";
				jsArrcountry_country_list_full_dropdown[114] = new Array(2);
				jsArrcountry_country_list_full_dropdown[114][0] = "Korea, Democratic Peoples Republic of";
				jsArrcountry_country_list_full_dropdown[114][1] = "1";
				jsArrcountry_country_list_full_dropdown[115] = new Array(2);
				jsArrcountry_country_list_full_dropdown[115][0] = "Korea, Republic of";
				jsArrcountry_country_list_full_dropdown[115][1] = "1";
				jsArrcountry_country_list_full_dropdown[116] = new Array(2);
				jsArrcountry_country_list_full_dropdown[116][0] = "Kuwait";
				jsArrcountry_country_list_full_dropdown[116][1] = "1";
				jsArrcountry_country_list_full_dropdown[117] = new Array(2);
				jsArrcountry_country_list_full_dropdown[117][0] = "Kyrgyzstan";
				jsArrcountry_country_list_full_dropdown[117][1] = "1";
				jsArrcountry_country_list_full_dropdown[118] = new Array(2);
				jsArrcountry_country_list_full_dropdown[118][0] = "Lao Peoples Democratic Republic";
				jsArrcountry_country_list_full_dropdown[118][1] = "1";
				jsArrcountry_country_list_full_dropdown[119] = new Array(2);
				jsArrcountry_country_list_full_dropdown[119][0] = "Latvia";
				jsArrcountry_country_list_full_dropdown[119][1] = "1";
				jsArrcountry_country_list_full_dropdown[120] = new Array(2);
				jsArrcountry_country_list_full_dropdown[120][0] = "Lebanon";
				jsArrcountry_country_list_full_dropdown[120][1] = "1";
				jsArrcountry_country_list_full_dropdown[121] = new Array(2);
				jsArrcountry_country_list_full_dropdown[121][0] = "Lesotho";
				jsArrcountry_country_list_full_dropdown[121][1] = "1";
				jsArrcountry_country_list_full_dropdown[122] = new Array(2);
				jsArrcountry_country_list_full_dropdown[122][0] = "Liberia";
				jsArrcountry_country_list_full_dropdown[122][1] = "1";
				jsArrcountry_country_list_full_dropdown[123] = new Array(2);
				jsArrcountry_country_list_full_dropdown[123][0] = "Libyan Arab Jamahiriya";
				jsArrcountry_country_list_full_dropdown[123][1] = "1";
				jsArrcountry_country_list_full_dropdown[124] = new Array(2);
				jsArrcountry_country_list_full_dropdown[124][0] = "Liechtenstein";
				jsArrcountry_country_list_full_dropdown[124][1] = "1";
				jsArrcountry_country_list_full_dropdown[125] = new Array(2);
				jsArrcountry_country_list_full_dropdown[125][0] = "Lithuania";
				jsArrcountry_country_list_full_dropdown[125][1] = "1";
				jsArrcountry_country_list_full_dropdown[126] = new Array(2);
				jsArrcountry_country_list_full_dropdown[126][0] = "Luxembourg";
				jsArrcountry_country_list_full_dropdown[126][1] = "1";
				jsArrcountry_country_list_full_dropdown[127] = new Array(2);
				jsArrcountry_country_list_full_dropdown[127][0] = "Macao";
				jsArrcountry_country_list_full_dropdown[127][1] = "1";
				jsArrcountry_country_list_full_dropdown[128] = new Array(2);
				jsArrcountry_country_list_full_dropdown[128][0] = "Macedonia, the former Yugoslav Republic of";
				jsArrcountry_country_list_full_dropdown[128][1] = "1";
				jsArrcountry_country_list_full_dropdown[129] = new Array(2);
				jsArrcountry_country_list_full_dropdown[129][0] = "Madagascar";
				jsArrcountry_country_list_full_dropdown[129][1] = "1";
				jsArrcountry_country_list_full_dropdown[130] = new Array(2);
				jsArrcountry_country_list_full_dropdown[130][0] = "Malawi";
				jsArrcountry_country_list_full_dropdown[130][1] = "1";
				jsArrcountry_country_list_full_dropdown[131] = new Array(2);
				jsArrcountry_country_list_full_dropdown[131][0] = "Malaysia";
				jsArrcountry_country_list_full_dropdown[131][1] = "1";
				jsArrcountry_country_list_full_dropdown[132] = new Array(2);
				jsArrcountry_country_list_full_dropdown[132][0] = "Maldives";
				jsArrcountry_country_list_full_dropdown[132][1] = "1";
				jsArrcountry_country_list_full_dropdown[133] = new Array(2);
				jsArrcountry_country_list_full_dropdown[133][0] = "Mali";
				jsArrcountry_country_list_full_dropdown[133][1] = "1";
				jsArrcountry_country_list_full_dropdown[134] = new Array(2);
				jsArrcountry_country_list_full_dropdown[134][0] = "Malta";
				jsArrcountry_country_list_full_dropdown[134][1] = "1";
				jsArrcountry_country_list_full_dropdown[135] = new Array(2);
				jsArrcountry_country_list_full_dropdown[135][0] = "Marshall Islands";
				jsArrcountry_country_list_full_dropdown[135][1] = "1";
				jsArrcountry_country_list_full_dropdown[136] = new Array(2);
				jsArrcountry_country_list_full_dropdown[136][0] = "Martinique";
				jsArrcountry_country_list_full_dropdown[136][1] = "1";
				jsArrcountry_country_list_full_dropdown[137] = new Array(2);
				jsArrcountry_country_list_full_dropdown[137][0] = "Mauritania";
				jsArrcountry_country_list_full_dropdown[137][1] = "1";
				jsArrcountry_country_list_full_dropdown[138] = new Array(2);
				jsArrcountry_country_list_full_dropdown[138][0] = "Mauritius";
				jsArrcountry_country_list_full_dropdown[138][1] = "1";
				jsArrcountry_country_list_full_dropdown[139] = new Array(2);
				jsArrcountry_country_list_full_dropdown[139][0] = "Mexico";
				jsArrcountry_country_list_full_dropdown[139][1] = "1";
				jsArrcountry_country_list_full_dropdown[140] = new Array(2);
				jsArrcountry_country_list_full_dropdown[140][0] = "Micronesia, Federated States of";
				jsArrcountry_country_list_full_dropdown[140][1] = "1";
				jsArrcountry_country_list_full_dropdown[141] = new Array(2);
				jsArrcountry_country_list_full_dropdown[141][0] = "Moldova, Republic of";
				jsArrcountry_country_list_full_dropdown[141][1] = "1";
				jsArrcountry_country_list_full_dropdown[142] = new Array(2);
				jsArrcountry_country_list_full_dropdown[142][0] = "Monaco";
				jsArrcountry_country_list_full_dropdown[142][1] = "1";
				jsArrcountry_country_list_full_dropdown[143] = new Array(2);
				jsArrcountry_country_list_full_dropdown[143][0] = "Mongolia";
				jsArrcountry_country_list_full_dropdown[143][1] = "1";
				jsArrcountry_country_list_full_dropdown[144] = new Array(2);
				jsArrcountry_country_list_full_dropdown[144][0] = "Montenegro";
				jsArrcountry_country_list_full_dropdown[144][1] = "1";
				jsArrcountry_country_list_full_dropdown[145] = new Array(2);
				jsArrcountry_country_list_full_dropdown[145][0] = "Montserrat";
				jsArrcountry_country_list_full_dropdown[145][1] = "1";
				jsArrcountry_country_list_full_dropdown[146] = new Array(2);
				jsArrcountry_country_list_full_dropdown[146][0] = "Morocco";
				jsArrcountry_country_list_full_dropdown[146][1] = "1";
				jsArrcountry_country_list_full_dropdown[147] = new Array(2);
				jsArrcountry_country_list_full_dropdown[147][0] = "Mozambique";
				jsArrcountry_country_list_full_dropdown[147][1] = "1";
				jsArrcountry_country_list_full_dropdown[148] = new Array(2);
				jsArrcountry_country_list_full_dropdown[148][0] = "Myanmar";
				jsArrcountry_country_list_full_dropdown[148][1] = "1";
				jsArrcountry_country_list_full_dropdown[149] = new Array(2);
				jsArrcountry_country_list_full_dropdown[149][0] = "Namibia";
				jsArrcountry_country_list_full_dropdown[149][1] = "1";
				jsArrcountry_country_list_full_dropdown[150] = new Array(2);
				jsArrcountry_country_list_full_dropdown[150][0] = "Nauru";
				jsArrcountry_country_list_full_dropdown[150][1] = "1";
				jsArrcountry_country_list_full_dropdown[151] = new Array(2);
				jsArrcountry_country_list_full_dropdown[151][0] = "Nepal";
				jsArrcountry_country_list_full_dropdown[151][1] = "1";
				jsArrcountry_country_list_full_dropdown[152] = new Array(2);
				jsArrcountry_country_list_full_dropdown[152][0] = "Netherlands";
				jsArrcountry_country_list_full_dropdown[152][1] = "1";
				jsArrcountry_country_list_full_dropdown[153] = new Array(2);
				jsArrcountry_country_list_full_dropdown[153][0] = "Netherlands Antilles";
				jsArrcountry_country_list_full_dropdown[153][1] = "1";
				jsArrcountry_country_list_full_dropdown[154] = new Array(2);
				jsArrcountry_country_list_full_dropdown[154][0] = "New Caledonia";
				jsArrcountry_country_list_full_dropdown[154][1] = "1";
				jsArrcountry_country_list_full_dropdown[155] = new Array(2);
				jsArrcountry_country_list_full_dropdown[155][0] = "New Zealand";
				jsArrcountry_country_list_full_dropdown[155][1] = "1";
				jsArrcountry_country_list_full_dropdown[156] = new Array(2);
				jsArrcountry_country_list_full_dropdown[156][0] = "Nicaragua";
				jsArrcountry_country_list_full_dropdown[156][1] = "1";
				jsArrcountry_country_list_full_dropdown[157] = new Array(2);
				jsArrcountry_country_list_full_dropdown[157][0] = "Niger";
				jsArrcountry_country_list_full_dropdown[157][1] = "1";
				jsArrcountry_country_list_full_dropdown[158] = new Array(2);
				jsArrcountry_country_list_full_dropdown[158][0] = "Nigeria";
				jsArrcountry_country_list_full_dropdown[158][1] = "1";
				jsArrcountry_country_list_full_dropdown[159] = new Array(2);
				jsArrcountry_country_list_full_dropdown[159][0] = "Niue";
				jsArrcountry_country_list_full_dropdown[159][1] = "1";
				jsArrcountry_country_list_full_dropdown[160] = new Array(2);
				jsArrcountry_country_list_full_dropdown[160][0] = "Norfolk Island";
				jsArrcountry_country_list_full_dropdown[160][1] = "1";
				jsArrcountry_country_list_full_dropdown[161] = new Array(2);
				jsArrcountry_country_list_full_dropdown[161][0] = "Northern Mariana Islands";
				jsArrcountry_country_list_full_dropdown[161][1] = "1";
				jsArrcountry_country_list_full_dropdown[162] = new Array(2);
				jsArrcountry_country_list_full_dropdown[162][0] = "Norway";
				jsArrcountry_country_list_full_dropdown[162][1] = "1";
				jsArrcountry_country_list_full_dropdown[163] = new Array(2);
				jsArrcountry_country_list_full_dropdown[163][0] = "Oman";
				jsArrcountry_country_list_full_dropdown[163][1] = "1";
				jsArrcountry_country_list_full_dropdown[164] = new Array(2);
				jsArrcountry_country_list_full_dropdown[164][0] = "Pakistan";
				jsArrcountry_country_list_full_dropdown[164][1] = "1";
				jsArrcountry_country_list_full_dropdown[165] = new Array(2);
				jsArrcountry_country_list_full_dropdown[165][0] = "Palau";
				jsArrcountry_country_list_full_dropdown[165][1] = "1";
				jsArrcountry_country_list_full_dropdown[166] = new Array(2);
				jsArrcountry_country_list_full_dropdown[166][0] = "Palestinian Territory, Occupied";
				jsArrcountry_country_list_full_dropdown[166][1] = "1";
				jsArrcountry_country_list_full_dropdown[167] = new Array(2);
				jsArrcountry_country_list_full_dropdown[167][0] = "Panama";
				jsArrcountry_country_list_full_dropdown[167][1] = "1";
				jsArrcountry_country_list_full_dropdown[168] = new Array(2);
				jsArrcountry_country_list_full_dropdown[168][0] = "Papua New Guinea";
				jsArrcountry_country_list_full_dropdown[168][1] = "1";
				jsArrcountry_country_list_full_dropdown[169] = new Array(2);
				jsArrcountry_country_list_full_dropdown[169][0] = "Paraguay";
				jsArrcountry_country_list_full_dropdown[169][1] = "1";
				jsArrcountry_country_list_full_dropdown[170] = new Array(2);
				jsArrcountry_country_list_full_dropdown[170][0] = "Peru";
				jsArrcountry_country_list_full_dropdown[170][1] = "1";
				jsArrcountry_country_list_full_dropdown[171] = new Array(2);
				jsArrcountry_country_list_full_dropdown[171][0] = "Philippines";
				jsArrcountry_country_list_full_dropdown[171][1] = "1";
				jsArrcountry_country_list_full_dropdown[172] = new Array(2);
				jsArrcountry_country_list_full_dropdown[172][0] = "Pitcairn";
				jsArrcountry_country_list_full_dropdown[172][1] = "1";
				jsArrcountry_country_list_full_dropdown[173] = new Array(2);
				jsArrcountry_country_list_full_dropdown[173][0] = "Poland";
				jsArrcountry_country_list_full_dropdown[173][1] = "1";
				jsArrcountry_country_list_full_dropdown[174] = new Array(2);
				jsArrcountry_country_list_full_dropdown[174][0] = "Portugal";
				jsArrcountry_country_list_full_dropdown[174][1] = "1";
				jsArrcountry_country_list_full_dropdown[175] = new Array(2);
				jsArrcountry_country_list_full_dropdown[175][0] = "Puerto Rico";
				jsArrcountry_country_list_full_dropdown[175][1] = "1";
				jsArrcountry_country_list_full_dropdown[176] = new Array(2);
				jsArrcountry_country_list_full_dropdown[176][0] = "Qatar";
				jsArrcountry_country_list_full_dropdown[176][1] = "1";
				jsArrcountry_country_list_full_dropdown[177] = new Array(2);
				jsArrcountry_country_list_full_dropdown[177][0] = "Reunion";
				jsArrcountry_country_list_full_dropdown[177][1] = "1";
				jsArrcountry_country_list_full_dropdown[178] = new Array(2);
				jsArrcountry_country_list_full_dropdown[178][0] = "Romania";
				jsArrcountry_country_list_full_dropdown[178][1] = "1";
				jsArrcountry_country_list_full_dropdown[179] = new Array(2);
				jsArrcountry_country_list_full_dropdown[179][0] = "Russian Federation";
				jsArrcountry_country_list_full_dropdown[179][1] = "1";
				jsArrcountry_country_list_full_dropdown[180] = new Array(2);
				jsArrcountry_country_list_full_dropdown[180][0] = "Rwanda";
				jsArrcountry_country_list_full_dropdown[180][1] = "1";
				jsArrcountry_country_list_full_dropdown[181] = new Array(2);
				jsArrcountry_country_list_full_dropdown[181][0] = "Saint Barthelemy";
				jsArrcountry_country_list_full_dropdown[181][1] = "1";
				jsArrcountry_country_list_full_dropdown[182] = new Array(2);
				jsArrcountry_country_list_full_dropdown[182][0] = "Saint Helena";
				jsArrcountry_country_list_full_dropdown[182][1] = "1";
				jsArrcountry_country_list_full_dropdown[183] = new Array(2);
				jsArrcountry_country_list_full_dropdown[183][0] = "Saint Kitts and Nevis";
				jsArrcountry_country_list_full_dropdown[183][1] = "1";
				jsArrcountry_country_list_full_dropdown[184] = new Array(2);
				jsArrcountry_country_list_full_dropdown[184][0] = "Saint Lucia";
				jsArrcountry_country_list_full_dropdown[184][1] = "1";
				jsArrcountry_country_list_full_dropdown[185] = new Array(2);
				jsArrcountry_country_list_full_dropdown[185][0] = "Saint Martin (French part)";
				jsArrcountry_country_list_full_dropdown[185][1] = "1";
				jsArrcountry_country_list_full_dropdown[186] = new Array(2);
				jsArrcountry_country_list_full_dropdown[186][0] = "Saint Pierre and Miquelon";
				jsArrcountry_country_list_full_dropdown[186][1] = "1";
				jsArrcountry_country_list_full_dropdown[187] = new Array(2);
				jsArrcountry_country_list_full_dropdown[187][0] = "Saint Vincent and the Grenadines";
				jsArrcountry_country_list_full_dropdown[187][1] = "1";
				jsArrcountry_country_list_full_dropdown[188] = new Array(2);
				jsArrcountry_country_list_full_dropdown[188][0] = "San Marino";
				jsArrcountry_country_list_full_dropdown[188][1] = "1";
				jsArrcountry_country_list_full_dropdown[189] = new Array(2);
				jsArrcountry_country_list_full_dropdown[189][0] = "Sao Tome and Principe";
				jsArrcountry_country_list_full_dropdown[189][1] = "1";
				jsArrcountry_country_list_full_dropdown[190] = new Array(2);
				jsArrcountry_country_list_full_dropdown[190][0] = "Saudi Arabia";
				jsArrcountry_country_list_full_dropdown[190][1] = "1";
				jsArrcountry_country_list_full_dropdown[191] = new Array(2);
				jsArrcountry_country_list_full_dropdown[191][0] = "Senegal";
				jsArrcountry_country_list_full_dropdown[191][1] = "1";
				jsArrcountry_country_list_full_dropdown[192] = new Array(2);
				jsArrcountry_country_list_full_dropdown[192][0] = "Serbia";
				jsArrcountry_country_list_full_dropdown[192][1] = "1";
				jsArrcountry_country_list_full_dropdown[193] = new Array(2);
				jsArrcountry_country_list_full_dropdown[193][0] = "Seychelles";
				jsArrcountry_country_list_full_dropdown[193][1] = "1";
				jsArrcountry_country_list_full_dropdown[194] = new Array(2);
				jsArrcountry_country_list_full_dropdown[194][0] = "Sierra Leone";
				jsArrcountry_country_list_full_dropdown[194][1] = "1";
				jsArrcountry_country_list_full_dropdown[195] = new Array(2);
				jsArrcountry_country_list_full_dropdown[195][0] = "Singapore";
				jsArrcountry_country_list_full_dropdown[195][1] = "1";
				jsArrcountry_country_list_full_dropdown[196] = new Array(2);
				jsArrcountry_country_list_full_dropdown[196][0] = "Slovakia";
				jsArrcountry_country_list_full_dropdown[196][1] = "1";
				jsArrcountry_country_list_full_dropdown[197] = new Array(2);
				jsArrcountry_country_list_full_dropdown[197][0] = "Slovenia";
				jsArrcountry_country_list_full_dropdown[197][1] = "1";
				jsArrcountry_country_list_full_dropdown[198] = new Array(2);
				jsArrcountry_country_list_full_dropdown[198][0] = "Solomon Islands";
				jsArrcountry_country_list_full_dropdown[198][1] = "1";
				jsArrcountry_country_list_full_dropdown[199] = new Array(2);
				jsArrcountry_country_list_full_dropdown[199][0] = "Somalia";
				jsArrcountry_country_list_full_dropdown[199][1] = "1";
				jsArrcountry_country_list_full_dropdown[200] = new Array(2);
				jsArrcountry_country_list_full_dropdown[200][0] = "South Georgia and the South Sandwich Islands";
				jsArrcountry_country_list_full_dropdown[200][1] = "1";
				jsArrcountry_country_list_full_dropdown[201] = new Array(2);
				jsArrcountry_country_list_full_dropdown[201][0] = "Spain";
				jsArrcountry_country_list_full_dropdown[201][1] = "1";
				jsArrcountry_country_list_full_dropdown[202] = new Array(2);
				jsArrcountry_country_list_full_dropdown[202][0] = "Sri Lanka";
				jsArrcountry_country_list_full_dropdown[202][1] = "1";
				jsArrcountry_country_list_full_dropdown[203] = new Array(2);
				jsArrcountry_country_list_full_dropdown[203][0] = "Sudan";
				jsArrcountry_country_list_full_dropdown[203][1] = "1";
				jsArrcountry_country_list_full_dropdown[204] = new Array(2);
				jsArrcountry_country_list_full_dropdown[204][0] = "Suriname";
				jsArrcountry_country_list_full_dropdown[204][1] = "1";
				jsArrcountry_country_list_full_dropdown[205] = new Array(2);
				jsArrcountry_country_list_full_dropdown[205][0] = "Svalbard and Jan Mayen";
				jsArrcountry_country_list_full_dropdown[205][1] = "1";
				jsArrcountry_country_list_full_dropdown[206] = new Array(2);
				jsArrcountry_country_list_full_dropdown[206][0] = "Swaziland";
				jsArrcountry_country_list_full_dropdown[206][1] = "1";
				jsArrcountry_country_list_full_dropdown[207] = new Array(2);
				jsArrcountry_country_list_full_dropdown[207][0] = "Sweden";
				jsArrcountry_country_list_full_dropdown[207][1] = "1";
				jsArrcountry_country_list_full_dropdown[208] = new Array(2);
				jsArrcountry_country_list_full_dropdown[208][0] = "Switzerland";
				jsArrcountry_country_list_full_dropdown[208][1] = "1";
				jsArrcountry_country_list_full_dropdown[209] = new Array(2);
				jsArrcountry_country_list_full_dropdown[209][0] = "Syrian Arab Republic";
				jsArrcountry_country_list_full_dropdown[209][1] = "1";
				jsArrcountry_country_list_full_dropdown[210] = new Array(2);
				jsArrcountry_country_list_full_dropdown[210][0] = "Taiwan, Province of China";
				jsArrcountry_country_list_full_dropdown[210][1] = "1";
				jsArrcountry_country_list_full_dropdown[211] = new Array(2);
				jsArrcountry_country_list_full_dropdown[211][0] = "Tajikistan";
				jsArrcountry_country_list_full_dropdown[211][1] = "1";
				jsArrcountry_country_list_full_dropdown[212] = new Array(2);
				jsArrcountry_country_list_full_dropdown[212][0] = "Tanzania, United Republic of";
				jsArrcountry_country_list_full_dropdown[212][1] = "1";
				jsArrcountry_country_list_full_dropdown[213] = new Array(2);
				jsArrcountry_country_list_full_dropdown[213][0] = "Thailand";
				jsArrcountry_country_list_full_dropdown[213][1] = "1";
				jsArrcountry_country_list_full_dropdown[214] = new Array(2);
				jsArrcountry_country_list_full_dropdown[214][0] = "Timor-Leste";
				jsArrcountry_country_list_full_dropdown[214][1] = "1";
				jsArrcountry_country_list_full_dropdown[215] = new Array(2);
				jsArrcountry_country_list_full_dropdown[215][0] = "Togo";
				jsArrcountry_country_list_full_dropdown[215][1] = "1";
				jsArrcountry_country_list_full_dropdown[216] = new Array(2);
				jsArrcountry_country_list_full_dropdown[216][0] = "Tokelau";
				jsArrcountry_country_list_full_dropdown[216][1] = "1";
				jsArrcountry_country_list_full_dropdown[217] = new Array(2);
				jsArrcountry_country_list_full_dropdown[217][0] = "Tonga";
				jsArrcountry_country_list_full_dropdown[217][1] = "1";
				jsArrcountry_country_list_full_dropdown[218] = new Array(2);
				jsArrcountry_country_list_full_dropdown[218][0] = "Trinidad and Tobago";
				jsArrcountry_country_list_full_dropdown[218][1] = "1";
				jsArrcountry_country_list_full_dropdown[219] = new Array(2);
				jsArrcountry_country_list_full_dropdown[219][0] = "Tunisia";
				jsArrcountry_country_list_full_dropdown[219][1] = "1";
				jsArrcountry_country_list_full_dropdown[220] = new Array(2);
				jsArrcountry_country_list_full_dropdown[220][0] = "Turkey";
				jsArrcountry_country_list_full_dropdown[220][1] = "1";
				jsArrcountry_country_list_full_dropdown[221] = new Array(2);
				jsArrcountry_country_list_full_dropdown[221][0] = "Turkmenistan";
				jsArrcountry_country_list_full_dropdown[221][1] = "1";
				jsArrcountry_country_list_full_dropdown[222] = new Array(2);
				jsArrcountry_country_list_full_dropdown[222][0] = "Turks and Caicos Islands";
				jsArrcountry_country_list_full_dropdown[222][1] = "1";
				jsArrcountry_country_list_full_dropdown[223] = new Array(2);
				jsArrcountry_country_list_full_dropdown[223][0] = "Tuvalu";
				jsArrcountry_country_list_full_dropdown[223][1] = "1";
				jsArrcountry_country_list_full_dropdown[224] = new Array(2);
				jsArrcountry_country_list_full_dropdown[224][0] = "Uganda";
				jsArrcountry_country_list_full_dropdown[224][1] = "1";
				jsArrcountry_country_list_full_dropdown[225] = new Array(2);
				jsArrcountry_country_list_full_dropdown[225][0] = "Ukraine";
				jsArrcountry_country_list_full_dropdown[225][1] = "1";
				jsArrcountry_country_list_full_dropdown[226] = new Array(2);
				jsArrcountry_country_list_full_dropdown[226][0] = "United Arab Emirates";
				jsArrcountry_country_list_full_dropdown[226][1] = "1";
				jsArrcountry_country_list_full_dropdown[227] = new Array(2);
				jsArrcountry_country_list_full_dropdown[227][0] = "United Kingdom";
				jsArrcountry_country_list_full_dropdown[227][1] = "1";
				jsArrcountry_country_list_full_dropdown[228] = new Array(2);
				jsArrcountry_country_list_full_dropdown[228][0] = "United States";
				jsArrcountry_country_list_full_dropdown[228][1] = "1";
				jsArrcountry_country_list_full_dropdown[229] = new Array(2);
				jsArrcountry_country_list_full_dropdown[229][0] = "United States Minor Outlying Islands";
				jsArrcountry_country_list_full_dropdown[229][1] = "1";
				jsArrcountry_country_list_full_dropdown[230] = new Array(2);
				jsArrcountry_country_list_full_dropdown[230][0] = "Uruguay";
				jsArrcountry_country_list_full_dropdown[230][1] = "1";
				jsArrcountry_country_list_full_dropdown[231] = new Array(2);
				jsArrcountry_country_list_full_dropdown[231][0] = "Uzbekistan";
				jsArrcountry_country_list_full_dropdown[231][1] = "1";
				jsArrcountry_country_list_full_dropdown[232] = new Array(2);
				jsArrcountry_country_list_full_dropdown[232][0] = "Venez";
				jsArrcountry_country_list_full_dropdown[232][1] = "1";
				jsArrcountry_country_list_full_dropdown[233] = new Array(2);
				jsArrcountry_country_list_full_dropdown[233][0] = "Western Sahara";
				jsArrcountry_country_list_full_dropdown[233][1] = "1";

				var loTxtcountry_country_list_full_dropdown = document.getElementById('_tdmcontrolcountry_country_list_full_dropdown');
				ctr = document.frmContactForm._tdmcontrolcountry_country_list_full_dropdown.selectedIndex;
				if (ctr > 0){
				 if (jsArrcountry_country_list_full_dropdown[ctr - 1][0] == document.frmContactForm._tdmcontrolcountry_country_list_full_dropdown.options[ctr].text && jsArrcountry_country_list_full_dropdown[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Country.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtcountry_country_list_full_dropdown);
				lbError = true;
				}}
var loTxtemail_Email_Address_50 = document.getElementById('_tdmcontrolemail_Email_Address_50');
if(jsTrim(loTxtemail_Email_Address_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into E-mail Address.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtemail_Email_Address_50);
lbError = true;
}
var loTxtphone1_Daytime_Phone_20 = document.getElementById('_tdmcontrolphone1_Daytime_Phone_20');
if(jsTrim(loTxtphone1_Daytime_Phone_20.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Daytime Phone (ie 123-456-7890).');
loFocusControl = fnValidateFocus(loFocusControl, loTxtphone1_Daytime_Phone_20);
lbError = true;
}
var loListbest_time_to_contact_TCI = document.getElementById('_tdmcontrolbest_time_to_contact_TCI');
if(loListbest_time_to_contact_TCI.selectedIndex == 0 || loListbest_time_to_contact_TCI.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Best Time to Contact.');
loFocusControl = fnValidateFocus(loFocusControl, loListbest_time_to_contact_TCI);
lbError = true;
}
				var jsArrbest_time_to_contact_TCI = new Array(3);
				jsArrbest_time_to_contact_TCI[0] = new Array(2);
				jsArrbest_time_to_contact_TCI[0][0] = "Afternoon-(12:00 Noon to 5:00 P.M.)";
				jsArrbest_time_to_contact_TCI[0][1] = "1";
				jsArrbest_time_to_contact_TCI[1] = new Array(2);
				jsArrbest_time_to_contact_TCI[1][0] = "Evening-(5:00 P.M. to 8:00 P.M.)";
				jsArrbest_time_to_contact_TCI[1][1] = "1";
				jsArrbest_time_to_contact_TCI[2] = new Array(2);
				jsArrbest_time_to_contact_TCI[2][0] = "Morning-(9:00 A.M. to 12:00 Noon)";
				jsArrbest_time_to_contact_TCI[2][1] = "1";

				var loTxtbest_time_to_contact_TCI = document.getElementById('_tdmcontrolbest_time_to_contact_TCI');
				ctr = document.frmContactForm._tdmcontrolbest_time_to_contact_TCI.selectedIndex;
				if (ctr > 0){
				 if (jsArrbest_time_to_contact_TCI[ctr - 1][0] == document.frmContactForm._tdmcontrolbest_time_to_contact_TCI.options[ctr].text && jsArrbest_time_to_contact_TCI[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Best Time to Contact.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtbest_time_to_contact_TCI);
				lbError = true;
				}}
var loLisths_date_1960_1980_Did_Not_Graduate = document.getElementById('_tdmcontrolhs_date_1960_1980_Did_Not_Graduate');
if(loLisths_date_1960_1980_Did_Not_Graduate.selectedIndex == 0 || loLisths_date_1960_1980_Did_Not_Graduate.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Year of High School Graduation or GED Completed.');
loFocusControl = fnValidateFocus(loFocusControl, loLisths_date_1960_1980_Did_Not_Graduate);
lbError = true;
}
				var jsArrhs_date_1960_1980_Did_Not_Graduate = new Array(51);
				jsArrhs_date_1960_1980_Did_Not_Graduate[0] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[0][0] = "Did Not Graduate";
				jsArrhs_date_1960_1980_Did_Not_Graduate[0][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[1] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[1][0] = "2009";
				jsArrhs_date_1960_1980_Did_Not_Graduate[1][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[2] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[2][0] = "2008";
				jsArrhs_date_1960_1980_Did_Not_Graduate[2][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[3] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[3][0] = "2007";
				jsArrhs_date_1960_1980_Did_Not_Graduate[3][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[4] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[4][0] = "2006";
				jsArrhs_date_1960_1980_Did_Not_Graduate[4][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[5] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[5][0] = "2005";
				jsArrhs_date_1960_1980_Did_Not_Graduate[5][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[6] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[6][0] = "2004";
				jsArrhs_date_1960_1980_Did_Not_Graduate[6][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[7] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[7][0] = "2003";
				jsArrhs_date_1960_1980_Did_Not_Graduate[7][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[8] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[8][0] = "2002";
				jsArrhs_date_1960_1980_Did_Not_Graduate[8][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[9] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[9][0] = "2001";
				jsArrhs_date_1960_1980_Did_Not_Graduate[9][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[10] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[10][0] = "2000";
				jsArrhs_date_1960_1980_Did_Not_Graduate[10][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[11] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[11][0] = "1999";
				jsArrhs_date_1960_1980_Did_Not_Graduate[11][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[12] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[12][0] = "1998";
				jsArrhs_date_1960_1980_Did_Not_Graduate[12][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[13] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[13][0] = "1997";
				jsArrhs_date_1960_1980_Did_Not_Graduate[13][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[14] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[14][0] = "1996";
				jsArrhs_date_1960_1980_Did_Not_Graduate[14][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[15] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[15][0] = "1995";
				jsArrhs_date_1960_1980_Did_Not_Graduate[15][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[16] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[16][0] = "1994";
				jsArrhs_date_1960_1980_Did_Not_Graduate[16][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[17] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[17][0] = "1993";
				jsArrhs_date_1960_1980_Did_Not_Graduate[17][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[18] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[18][0] = "1992";
				jsArrhs_date_1960_1980_Did_Not_Graduate[18][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[19] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[19][0] = "1991";
				jsArrhs_date_1960_1980_Did_Not_Graduate[19][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[20] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[20][0] = "1990";
				jsArrhs_date_1960_1980_Did_Not_Graduate[20][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[21] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[21][0] = "1989";
				jsArrhs_date_1960_1980_Did_Not_Graduate[21][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[22] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[22][0] = "1988";
				jsArrhs_date_1960_1980_Did_Not_Graduate[22][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[23] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[23][0] = "1987";
				jsArrhs_date_1960_1980_Did_Not_Graduate[23][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[24] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[24][0] = "1986";
				jsArrhs_date_1960_1980_Did_Not_Graduate[24][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[25] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[25][0] = "1985";
				jsArrhs_date_1960_1980_Did_Not_Graduate[25][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[26] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[26][0] = "1984";
				jsArrhs_date_1960_1980_Did_Not_Graduate[26][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[27] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[27][0] = "1983";
				jsArrhs_date_1960_1980_Did_Not_Graduate[27][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[28] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[28][0] = "1982";
				jsArrhs_date_1960_1980_Did_Not_Graduate[28][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[29] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[29][0] = "1981";
				jsArrhs_date_1960_1980_Did_Not_Graduate[29][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[30] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[30][0] = "1980";
				jsArrhs_date_1960_1980_Did_Not_Graduate[30][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[31] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[31][0] = "1979";
				jsArrhs_date_1960_1980_Did_Not_Graduate[31][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[32] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[32][0] = "1978";
				jsArrhs_date_1960_1980_Did_Not_Graduate[32][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[33] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[33][0] = "1977";
				jsArrhs_date_1960_1980_Did_Not_Graduate[33][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[34] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[34][0] = "1976";
				jsArrhs_date_1960_1980_Did_Not_Graduate[34][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[35] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[35][0] = "1975";
				jsArrhs_date_1960_1980_Did_Not_Graduate[35][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[36] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[36][0] = "1974";
				jsArrhs_date_1960_1980_Did_Not_Graduate[36][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[37] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[37][0] = "1973";
				jsArrhs_date_1960_1980_Did_Not_Graduate[37][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[38] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[38][0] = "1972";
				jsArrhs_date_1960_1980_Did_Not_Graduate[38][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[39] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[39][0] = "1971";
				jsArrhs_date_1960_1980_Did_Not_Graduate[39][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[40] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[40][0] = "1970";
				jsArrhs_date_1960_1980_Did_Not_Graduate[40][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[41] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[41][0] = "1969";
				jsArrhs_date_1960_1980_Did_Not_Graduate[41][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[42] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[42][0] = "1968";
				jsArrhs_date_1960_1980_Did_Not_Graduate[42][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[43] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[43][0] = "1967";
				jsArrhs_date_1960_1980_Did_Not_Graduate[43][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[44] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[44][0] = "1966";
				jsArrhs_date_1960_1980_Did_Not_Graduate[44][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[45] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[45][0] = "1965";
				jsArrhs_date_1960_1980_Did_Not_Graduate[45][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[46] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[46][0] = "1964";
				jsArrhs_date_1960_1980_Did_Not_Graduate[46][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[47] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[47][0] = "1963";
				jsArrhs_date_1960_1980_Did_Not_Graduate[47][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[48] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[48][0] = "1962";
				jsArrhs_date_1960_1980_Did_Not_Graduate[48][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[49] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[49][0] = "1961";
				jsArrhs_date_1960_1980_Did_Not_Graduate[49][1] = "1";
				jsArrhs_date_1960_1980_Did_Not_Graduate[50] = new Array(2);
				jsArrhs_date_1960_1980_Did_Not_Graduate[50][0] = "1960";
				jsArrhs_date_1960_1980_Did_Not_Graduate[50][1] = "1";

				var loTxths_date_1960_1980_Did_Not_Graduate = document.getElementById('_tdmcontrolhs_date_1960_1980_Did_Not_Graduate');
				ctr = document.frmContactForm._tdmcontrolhs_date_1960_1980_Did_Not_Graduate.selectedIndex;
				if (ctr > 0){
				 if (jsArrhs_date_1960_1980_Did_Not_Graduate[ctr - 1][0] == document.frmContactForm._tdmcontrolhs_date_1960_1980_Did_Not_Graduate.options[ctr].text && jsArrhs_date_1960_1980_Did_Not_Graduate[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Year of High School Graduation or GED Completed.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxths_date_1960_1980_Did_Not_Graduate);
				lbError = true;
				}}
var loListhighest_level_of_ed_TCI_College = document.getElementById('_tdmcontrolhighest_level_of_ed_TCI_College');
if(loListhighest_level_of_ed_TCI_College.selectedIndex == 0 || loListhighest_level_of_ed_TCI_College.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Highest Level of Education Attained.');
loFocusControl = fnValidateFocus(loFocusControl, loListhighest_level_of_ed_TCI_College);
lbError = true;
}
				var jsArrhighest_level_of_ed_TCI_College = new Array(6);
				jsArrhighest_level_of_ed_TCI_College[0] = new Array(2);
				jsArrhighest_level_of_ed_TCI_College[0][0] = "4 Year Degree";
				jsArrhighest_level_of_ed_TCI_College[0][1] = "1";
				jsArrhighest_level_of_ed_TCI_College[1] = new Array(2);
				jsArrhighest_level_of_ed_TCI_College[1][0] = "Associates Degree";
				jsArrhighest_level_of_ed_TCI_College[1][1] = "1";
				jsArrhighest_level_of_ed_TCI_College[2] = new Array(2);
				jsArrhighest_level_of_ed_TCI_College[2][0] = "GED";
				jsArrhighest_level_of_ed_TCI_College[2][1] = "1";
				jsArrhighest_level_of_ed_TCI_College[3] = new Array(2);
				jsArrhighest_level_of_ed_TCI_College[3][0] = "High School Graduate";
				jsArrhighest_level_of_ed_TCI_College[3][1] = "1";
				jsArrhighest_level_of_ed_TCI_College[4] = new Array(2);
				jsArrhighest_level_of_ed_TCI_College[4][0] = "Non-High School Graduate";
				jsArrhighest_level_of_ed_TCI_College[4][1] = "1";
				jsArrhighest_level_of_ed_TCI_College[5] = new Array(2);
				jsArrhighest_level_of_ed_TCI_College[5][0] = "Some College";
				jsArrhighest_level_of_ed_TCI_College[5][1] = "1";

				var loTxthighest_level_of_ed_TCI_College = document.getElementById('_tdmcontrolhighest_level_of_ed_TCI_College');
				ctr = document.frmContactForm._tdmcontrolhighest_level_of_ed_TCI_College.selectedIndex;
				if (ctr > 0){
				 if (jsArrhighest_level_of_ed_TCI_College[ctr - 1][0] == document.frmContactForm._tdmcontrolhighest_level_of_ed_TCI_College.options[ctr].text && jsArrhighest_level_of_ed_TCI_College[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Highest Level of Education Attained.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxthighest_level_of_ed_TCI_College);
				lbError = true;
				}}
var loListprograminterest_TCI_Technical_Career_Institute_Programs = document.getElementById('_tdmcontrolprograminterest_TCI_Technical_Career_Institute_Programs');
if(loListprograminterest_TCI_Technical_Career_Institute_Programs.selectedIndex == 0 || loListprograminterest_TCI_Technical_Career_Institute_Programs.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Program of Interest.');
loFocusControl = fnValidateFocus(loFocusControl, loListprograminterest_TCI_Technical_Career_Institute_Programs);
lbError = true;
}
				var jsArrprograminterest_TCI_Technical_Career_Institute_Programs = new Array(23);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[0] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[0][0] = "Accounting Systems Technology  - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[0][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[1] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[1][0] = "Air Conditioning and Refrigeration Technology - Certificate";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[1][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[2] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[2][0] = "Automotive Technology - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[2][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[3] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[3][0] = "Basic Electronics Technology - Certificate";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[3][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[4] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[4][0] = "Business Administration:  Finance  - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[4][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[5] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[5][0] = "Business Administration:  Marketing  - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[5][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[6] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[6][0] = "Business Administration: Management - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[6][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[7] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[7][0] = "Digital Media Arts Technology - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[7][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[8] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[8][0] = "Electronics Engineering Technology - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[8][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[9] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[9][0] = "Facilities Management Technology - A.O.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[9][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[10] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[10][0] = "Facilities Management Technology - Certificate";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[10][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[11] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[11][0] = "Health Information Technology - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[11][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[12] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[12][0] = "Heating, Ventilation, Air Conditioning and Refrigeration Technology - A.O.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[12][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[13] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[13][0] = "Human Services - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[13][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[14] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[14][0] = "Industrial Electronics Technology - Computer Technology - A.O.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[14][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[15] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[15][0] = "Industrial Electronics Technology - Computer/Networking Technology Double Major - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[15][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[16] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[16][0] = "Industrial Electronics Technology - Electronic Security Systems - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[16][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[17] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[17][0] = "Industrial Electronics Technology - Railway Electronics Systems - A.O.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[17][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[18] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[18][0] = "Information Technology - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[18][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[19] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[19][0] = "Networking Technology - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[19][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[20] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[20][0] = "Ophthalmic Dispensing - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[20][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[21] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[21][0] = "Paralegal Studies - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[21][1] = "1";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[22] = new Array(2);
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[22][0] = "Security Services and Management - A.A.S.";
				jsArrprograminterest_TCI_Technical_Career_Institute_Programs[22][1] = "1";

				var loTxtprograminterest_TCI_Technical_Career_Institute_Programs = document.getElementById('_tdmcontrolprograminterest_TCI_Technical_Career_Institute_Programs');
				ctr = document.frmContactForm._tdmcontrolprograminterest_TCI_Technical_Career_Institute_Programs.selectedIndex;
				if (ctr > 0){
				 if (jsArrprograminterest_TCI_Technical_Career_Institute_Programs[ctr - 1][0] == document.frmContactForm._tdmcontrolprograminterest_TCI_Technical_Career_Institute_Programs.options[ctr].text && jsArrprograminterest_TCI_Technical_Career_Institute_Programs[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Program of Interest.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtprograminterest_TCI_Technical_Career_Institute_Programs);
				lbError = true;
				}}
var loListwhen_start_TCI = document.getElementById('_tdmcontrolwhen_start_TCI');
if(loListwhen_start_TCI.selectedIndex == 0 || loListwhen_start_TCI.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for When do you plan to start classes?.');
loFocusControl = fnValidateFocus(loFocusControl, loListwhen_start_TCI);
lbError = true;
}
				var jsArrwhen_start_TCI = new Array(3);
				jsArrwhen_start_TCI[0] = new Array(2);
				jsArrwhen_start_TCI[0][0] = "January 2010";
				jsArrwhen_start_TCI[0][1] = "1";
				jsArrwhen_start_TCI[1] = new Array(2);
				jsArrwhen_start_TCI[1][0] = "May 2010";
				jsArrwhen_start_TCI[1][1] = "1";
				jsArrwhen_start_TCI[2] = new Array(2);
				jsArrwhen_start_TCI[2][0] = "September 2009";
				jsArrwhen_start_TCI[2][1] = "1";

				var loTxtwhen_start_TCI = document.getElementById('_tdmcontrolwhen_start_TCI');
				ctr = document.frmContactForm._tdmcontrolwhen_start_TCI.selectedIndex;
				if (ctr > 0){
				 if (jsArrwhen_start_TCI[ctr - 1][0] == document.frmContactForm._tdmcontrolwhen_start_TCI.options[ctr].text && jsArrwhen_start_TCI[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for When do you plan to start classes?.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtwhen_start_TCI);
				lbError = true;
				}}


                if(lbError)
                {
                    if (typeof loFocusControl != 'undefined')
                    {
                        loFocusControl.focus();
                    }
                    if (jsTrim(lsAlert) != '')
                    {
                        window.alert(lsAlert);
                    }
                    return(false);
                }
                else
                {
                	document.getElementById('btnSubmit').disabled = true;
                	document.getElementById('btnSubmit').value = "Processing...";
                	document.frmContactForm.submit();
                    return(true);
                }

            }

            function fnValidateAlert(pbError, psMessage)
            {
              if (pbError)
              {
                return("\n" + psMessage);
              }
              else
              {
                return("" + psMessage);
              }
            }

            function fnValidateFocus(poControlFocus, poControl)
            {
              if (typeof poControlFocus == "undefined")
              {
                return(poControl);
              }
              else
              {
                return(poControlFocus);
              }
            }

            function jsTrim(sf_string)
            {
              sf_string = sf_string.replace(/ +/g, " ");
              sf_string = sf_string.replace(/^ /, "");
              sf_string = sf_string.replace(/ $/, "");
              return(sf_string);
            }

            function fnValidateMail(psValue)
            {
                var reEmail = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/;
                if (reEmail.test(psValue))
                {
                    return (true);
                }
                else
                {
                    return (false);
                }
            }

            function fnValidatePhone(psValue)
            {
                //var rePhone = /^(\(\d{3}\) ?)|(\d{3}-))?\d{3}-\d{4}$/;
                var rePhone = /^(?:\([2-9]\d{2}\)\ ?|[2-9]\d{2}(?:\-?|\ ?))[2-9]\d{2}[- ]?\d{4}$/
                if (rePhone.test(psValue))
                {
                    return (true);
                }
                else
                {
                    return (false);
                }
            }

            function fnValidateZipCode(psValue)
            {
                var reZipCode = /^\d{5}((-|\s)?\d{4})?$/;
                if (reZipCode.test(psValue))
                {
                    return (true);
                }
                else
                {
                    return (false);
                }
            }

            function fnChangeList (strChildID, elParent) {

            	var elChild = document.getElementById(strChildID);

				var arrListValue = new Array();

				//arrListValue[0] = new Array("A", "B", "C");
				//arrListValue[1] = new Array("E", "F", "G");

				

				var intParentIndex = elParent.selectedIndex;

				elChild.options.length = 0;

				if (intParentIndex > 0) {

					if (arrSelectedValue = arrListValue[intParentIndex-1] ) {
					    
					    //For initial Please Select
					    optionItem = new Option( "Please Select", "",  false, false);
						elChild.options[elChild.length] = optionItem;
						
						for (var i=1; i < arrSelectedValue.length; i++) {
							optionItem = new Option( arrSelectedValue[i], arrSelectedValue[i],  false, false);
							elChild.options[elChild.length] = optionItem;
						}

					}

				}

            }

			function getCookieValue (cookieName) {
			  var exp = new RegExp (escape(cookieName) + "=([^;]+)");
			  if (exp.test (document.cookie + ";")) {
				exp.exec (document.cookie + ";");
				return unescape(RegExp.$1);
			  }
			  else return "";
			}

			function writeCookie(cookieName,cookieValue,days) {
				if (days) {
					var date = new Date();
					date.setTime(date.getTime()+(days*24*60*60*1000));
					var expires = "; expires="+date.toGMTString();
				}
				else var expires = "";
				document.cookie = cookieName+"="+cookieValue+expires+"; path=/";
			}

		function fnValidateSpecialChar(psValue)
		{
			var iChars = "!@#$%^&*()+=-[]\\\';,./{}|\":<>?";
			var strCheck = "0";
    		for (var i = 0; i < psValue.length; i++)
				{
					if (iChars.indexOf(psValue.charAt(i)) != -1) 
						{
  							//return false;
							strCheck = "1";
	  					}
				 }
				 if (strCheck == "1")
					return false;
				 else
					 return true;

		}


