 
            function Validate()
            {
                var lbError = false;
                var lsAlert = '';
                var loFocusControl;

                var loListcampus_Florida_College_Natural_Health = document.getElementById('_tdmcontrolcampus_Florida_College_Natural_Health');
if(loListcampus_Florida_College_Natural_Health.selectedIndex == 0 || loListcampus_Florida_College_Natural_Health.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Campus.');
loFocusControl = fnValidateFocus(loFocusControl, loListcampus_Florida_College_Natural_Health);
lbError = true;
}
				var jsArrcampus_Florida_College_Natural_Health = new Array(4);
				jsArrcampus_Florida_College_Natural_Health[0] = new Array(2);
				jsArrcampus_Florida_College_Natural_Health[0][0] = "Fort Lauderdale, FL";
				jsArrcampus_Florida_College_Natural_Health[0][1] = "1";
				jsArrcampus_Florida_College_Natural_Health[1] = new Array(2);
				jsArrcampus_Florida_College_Natural_Health[1][0] = "Miami, FL";
				jsArrcampus_Florida_College_Natural_Health[1][1] = "1";
				jsArrcampus_Florida_College_Natural_Health[2] = new Array(2);
				jsArrcampus_Florida_College_Natural_Health[2][0] = "Orlando, FL";
				jsArrcampus_Florida_College_Natural_Health[2][1] = "1";
				jsArrcampus_Florida_College_Natural_Health[3] = new Array(2);
				jsArrcampus_Florida_College_Natural_Health[3][0] = "Sarasota/Bradenton, FL";
				jsArrcampus_Florida_College_Natural_Health[3][1] = "1";

				var loTxtcampus_Florida_College_Natural_Health = document.getElementById('_tdmcontrolcampus_Florida_College_Natural_Health');
				ctr = document.frmContactForm._tdmcontrolcampus_Florida_College_Natural_Health.selectedIndex;
				if (ctr > 0){
				 if (jsArrcampus_Florida_College_Natural_Health[ctr - 1][0] == document.frmContactForm._tdmcontrolcampus_Florida_College_Natural_Health.options[ctr].text && jsArrcampus_Florida_College_Natural_Health[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Campus.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtcampus_Florida_College_Natural_Health);
				lbError = true;
				}}
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_Street_Address_1_50 = document.getElementById('_tdmcontrolstreet1_Street_Address_1_50');
if(jsTrim(loTxtstreet1_Street_Address_1_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Street Address 1.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtstreet1_Street_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_5 = document.getElementById('_tdmcontrolzip_Zip_Code_5');
if(jsTrim(loTxtzip_Zip_Code_5.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Zip Code.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtzip_Zip_Code_5);
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 loListprograminterest_Florida_College_Natural_Health = document.getElementById('_tdmcontrolprograminterest_Florida_College_Natural_Health');
if (loListprograminterest_Florida_College_Natural_Health.selectedIndex == -1 || loListprograminterest_Florida_College_Natural_Health[loListprograminterest_Florida_College_Natural_Health.selectedIndex].value == '')
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Program of Interest.');
loFocusControl = fnValidateFocus(loFocusControl, loListprograminterest_Florida_College_Natural_Health);
lbError = true;
}
Array.prototype.addDim = function(x,y,z) {
 for (var i = 0; i < x; i++) {
  this[i] = []
  for (var j = 0; j < y; j++) {
     this[i][j] = []
      for (var k = 0; k < z; k++) {
      this[i][j][k] = []
     }}}
 return this
}

				var jsArrprograminterest_Florida_College_Natural_Health = [].addDim(4, 31, 0)

				jsArrprograminterest_Florida_College_Natural_Health[0][0][0] = "Advanced Paramedical Skin Care Program";
				jsArrprograminterest_Florida_College_Natural_Health[0][0][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[0][1][0] = "Advanced Therapeutic Massage Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[0][1][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[0][2][0] = "Associate of Science Degree in Natural Health, Concentration in Advanced Paramedical Skin Care";
				jsArrprograminterest_Florida_College_Natural_Health[0][2][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[0][3][0] = "Associate of Science Degree in Natural Health, Concentration in Advanced Therapeutic Massage";
				jsArrprograminterest_Florida_College_Natural_Health[0][3][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[0][4][0] = "Associate of Science Degree in Natural Health, Concentration in Therapeutic Massage and Skin Care";
				jsArrprograminterest_Florida_College_Natural_Health[0][4][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[0][5][0] = "Skin Care and Electrology Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[0][5][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[0][6][0] = "Skin Care Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[0][6][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[0][7][0] = "Therapeutic Massage Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[0][7][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[1][0][0] = "Advanced Paramedical Skin Care Program";
				jsArrprograminterest_Florida_College_Natural_Health[1][0][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[1][1][0] = "Advanced Therapeutic Massage Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[1][1][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[1][2][0] = "Associate of Science Degree in Natural Health, Concentration in Advanced Paramedical Skin Care";
				jsArrprograminterest_Florida_College_Natural_Health[1][2][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[1][3][0] = "Associate of Science Degree in Natural Health, Concentration in Advanced Therapeutic Massage";
				jsArrprograminterest_Florida_College_Natural_Health[1][3][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[1][4][0] = "Associate of Science Degree in Natural Health, Concentration in Therapeutic Massage and Skin Care";
				jsArrprograminterest_Florida_College_Natural_Health[1][4][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[1][5][0] = "Skin Care and Electrology Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[1][5][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[1][6][0] = "Skin Care Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[1][6][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[1][7][0] = "Therapeutic Massage Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[1][7][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[2][0][0] = "Advanced Paramedical Skin Care Program";
				jsArrprograminterest_Florida_College_Natural_Health[2][0][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[2][1][0] = "Advanced Therapeutic Massage Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[2][1][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[2][2][0] = "Associate of Science Degree in Natural Health, Concentration in Advanced Paramedical Skin Care";
				jsArrprograminterest_Florida_College_Natural_Health[2][2][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[2][3][0] = "Associate of Science Degree in Natural Health, Concentration in Advanced Therapeutic Massage";
				jsArrprograminterest_Florida_College_Natural_Health[2][3][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[2][4][0] = "Associate of Science Degree in Natural Health, Concentration in Therapeutic Massage and Skin Care";
				jsArrprograminterest_Florida_College_Natural_Health[2][4][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[2][5][0] = "Skin Care and Electrology Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[2][5][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[2][6][0] = "Skin Care Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[2][6][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[2][7][0] = "Therapeutic Massage Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[2][7][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[3][0][0] = "Advanced Paramedical Skin Care Program";
				jsArrprograminterest_Florida_College_Natural_Health[3][0][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[3][1][0] = "Advanced Therapeutic Massage Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[3][1][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[3][2][0] = "Associate of Science Degree in Natural Health, Concentration in Advanced Paramedical Skin Care";
				jsArrprograminterest_Florida_College_Natural_Health[3][2][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[3][3][0] = "Associate of Science Degree in Natural Health, Concentration in Advanced Therapeutic Massage";
				jsArrprograminterest_Florida_College_Natural_Health[3][3][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[3][4][0] = "Associate of Science Degree in Natural Health, Concentration in Therapeutic Massage and Skin Care";
				jsArrprograminterest_Florida_College_Natural_Health[3][4][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[3][5][0] = "Skin Care Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[3][5][1] = "1";
				jsArrprograminterest_Florida_College_Natural_Health[3][6][0] = "Therapeutic Massage Training Program";
				jsArrprograminterest_Florida_College_Natural_Health[3][6][1] = "1";

				var loTxtprograminterest_Florida_College_Natural_Health = document.getElementById('_tdmcontrolprograminterest_Florida_College_Natural_Health');
				ctrParent = document.frmContactForm._tdmcontrolcampus_Florida_College_Natural_Health.selectedIndex;
				ctr = document.frmContactForm._tdmcontrolprograminterest_Florida_College_Natural_Health.selectedIndex;
				if (ctr > 0){
				 if (jsArrprograminterest_Florida_College_Natural_Health[ctrParent-1][ctr - 1][0] == document.frmContactForm._tdmcontrolprograminterest_Florida_College_Natural_Health.options[ctr].text && jsArrprograminterest_Florida_College_Natural_Health[ctrParent-1][ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Program of Interest.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtprograminterest_Florida_College_Natural_Health);
				lbError = true;
				}}
var loLisths_date_1951_2011 = document.getElementById('_tdmcontrolhs_date_1951_2011');
if(loLisths_date_1951_2011.selectedIndex == 0 || loLisths_date_1951_2011.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Year of High School Graduation or GED Completed.');
loFocusControl = fnValidateFocus(loFocusControl, loLisths_date_1951_2011);
lbError = true;
}
				var jsArrhs_date_1951_2011 = new Array(61);
				jsArrhs_date_1951_2011[0] = new Array(2);
				jsArrhs_date_1951_2011[0][0] = "2011";
				jsArrhs_date_1951_2011[0][1] = "1";
				jsArrhs_date_1951_2011[1] = new Array(2);
				jsArrhs_date_1951_2011[1][0] = "2010";
				jsArrhs_date_1951_2011[1][1] = "1";
				jsArrhs_date_1951_2011[2] = new Array(2);
				jsArrhs_date_1951_2011[2][0] = "2009";
				jsArrhs_date_1951_2011[2][1] = "1";
				jsArrhs_date_1951_2011[3] = new Array(2);
				jsArrhs_date_1951_2011[3][0] = "2008";
				jsArrhs_date_1951_2011[3][1] = "1";
				jsArrhs_date_1951_2011[4] = new Array(2);
				jsArrhs_date_1951_2011[4][0] = "2007";
				jsArrhs_date_1951_2011[4][1] = "1";
				jsArrhs_date_1951_2011[5] = new Array(2);
				jsArrhs_date_1951_2011[5][0] = "2006";
				jsArrhs_date_1951_2011[5][1] = "1";
				jsArrhs_date_1951_2011[6] = new Array(2);
				jsArrhs_date_1951_2011[6][0] = "2005";
				jsArrhs_date_1951_2011[6][1] = "1";
				jsArrhs_date_1951_2011[7] = new Array(2);
				jsArrhs_date_1951_2011[7][0] = "2004";
				jsArrhs_date_1951_2011[7][1] = "1";
				jsArrhs_date_1951_2011[8] = new Array(2);
				jsArrhs_date_1951_2011[8][0] = "2003";
				jsArrhs_date_1951_2011[8][1] = "1";
				jsArrhs_date_1951_2011[9] = new Array(2);
				jsArrhs_date_1951_2011[9][0] = "2002";
				jsArrhs_date_1951_2011[9][1] = "1";
				jsArrhs_date_1951_2011[10] = new Array(2);
				jsArrhs_date_1951_2011[10][0] = "2001";
				jsArrhs_date_1951_2011[10][1] = "1";
				jsArrhs_date_1951_2011[11] = new Array(2);
				jsArrhs_date_1951_2011[11][0] = "2000";
				jsArrhs_date_1951_2011[11][1] = "1";
				jsArrhs_date_1951_2011[12] = new Array(2);
				jsArrhs_date_1951_2011[12][0] = "1999";
				jsArrhs_date_1951_2011[12][1] = "1";
				jsArrhs_date_1951_2011[13] = new Array(2);
				jsArrhs_date_1951_2011[13][0] = "1998";
				jsArrhs_date_1951_2011[13][1] = "1";
				jsArrhs_date_1951_2011[14] = new Array(2);
				jsArrhs_date_1951_2011[14][0] = "1997";
				jsArrhs_date_1951_2011[14][1] = "1";
				jsArrhs_date_1951_2011[15] = new Array(2);
				jsArrhs_date_1951_2011[15][0] = "1996";
				jsArrhs_date_1951_2011[15][1] = "1";
				jsArrhs_date_1951_2011[16] = new Array(2);
				jsArrhs_date_1951_2011[16][0] = "1995";
				jsArrhs_date_1951_2011[16][1] = "1";
				jsArrhs_date_1951_2011[17] = new Array(2);
				jsArrhs_date_1951_2011[17][0] = "1994";
				jsArrhs_date_1951_2011[17][1] = "1";
				jsArrhs_date_1951_2011[18] = new Array(2);
				jsArrhs_date_1951_2011[18][0] = "1993";
				jsArrhs_date_1951_2011[18][1] = "1";
				jsArrhs_date_1951_2011[19] = new Array(2);
				jsArrhs_date_1951_2011[19][0] = "1992";
				jsArrhs_date_1951_2011[19][1] = "1";
				jsArrhs_date_1951_2011[20] = new Array(2);
				jsArrhs_date_1951_2011[20][0] = "1991";
				jsArrhs_date_1951_2011[20][1] = "1";
				jsArrhs_date_1951_2011[21] = new Array(2);
				jsArrhs_date_1951_2011[21][0] = "1990";
				jsArrhs_date_1951_2011[21][1] = "1";
				jsArrhs_date_1951_2011[22] = new Array(2);
				jsArrhs_date_1951_2011[22][0] = "1989";
				jsArrhs_date_1951_2011[22][1] = "1";
				jsArrhs_date_1951_2011[23] = new Array(2);
				jsArrhs_date_1951_2011[23][0] = "1988";
				jsArrhs_date_1951_2011[23][1] = "1";
				jsArrhs_date_1951_2011[24] = new Array(2);
				jsArrhs_date_1951_2011[24][0] = "1987";
				jsArrhs_date_1951_2011[24][1] = "1";
				jsArrhs_date_1951_2011[25] = new Array(2);
				jsArrhs_date_1951_2011[25][0] = "1986";
				jsArrhs_date_1951_2011[25][1] = "1";
				jsArrhs_date_1951_2011[26] = new Array(2);
				jsArrhs_date_1951_2011[26][0] = "1985";
				jsArrhs_date_1951_2011[26][1] = "1";
				jsArrhs_date_1951_2011[27] = new Array(2);
				jsArrhs_date_1951_2011[27][0] = "1984";
				jsArrhs_date_1951_2011[27][1] = "1";
				jsArrhs_date_1951_2011[28] = new Array(2);
				jsArrhs_date_1951_2011[28][0] = "1983";
				jsArrhs_date_1951_2011[28][1] = "1";
				jsArrhs_date_1951_2011[29] = new Array(2);
				jsArrhs_date_1951_2011[29][0] = "1982";
				jsArrhs_date_1951_2011[29][1] = "1";
				jsArrhs_date_1951_2011[30] = new Array(2);
				jsArrhs_date_1951_2011[30][0] = "1981";
				jsArrhs_date_1951_2011[30][1] = "1";
				jsArrhs_date_1951_2011[31] = new Array(2);
				jsArrhs_date_1951_2011[31][0] = "1980";
				jsArrhs_date_1951_2011[31][1] = "1";
				jsArrhs_date_1951_2011[32] = new Array(2);
				jsArrhs_date_1951_2011[32][0] = "1979";
				jsArrhs_date_1951_2011[32][1] = "1";
				jsArrhs_date_1951_2011[33] = new Array(2);
				jsArrhs_date_1951_2011[33][0] = "1978";
				jsArrhs_date_1951_2011[33][1] = "1";
				jsArrhs_date_1951_2011[34] = new Array(2);
				jsArrhs_date_1951_2011[34][0] = "1977";
				jsArrhs_date_1951_2011[34][1] = "1";
				jsArrhs_date_1951_2011[35] = new Array(2);
				jsArrhs_date_1951_2011[35][0] = "1976";
				jsArrhs_date_1951_2011[35][1] = "1";
				jsArrhs_date_1951_2011[36] = new Array(2);
				jsArrhs_date_1951_2011[36][0] = "1975";
				jsArrhs_date_1951_2011[36][1] = "1";
				jsArrhs_date_1951_2011[37] = new Array(2);
				jsArrhs_date_1951_2011[37][0] = "1974";
				jsArrhs_date_1951_2011[37][1] = "1";
				jsArrhs_date_1951_2011[38] = new Array(2);
				jsArrhs_date_1951_2011[38][0] = "1973";
				jsArrhs_date_1951_2011[38][1] = "1";
				jsArrhs_date_1951_2011[39] = new Array(2);
				jsArrhs_date_1951_2011[39][0] = "1972";
				jsArrhs_date_1951_2011[39][1] = "1";
				jsArrhs_date_1951_2011[40] = new Array(2);
				jsArrhs_date_1951_2011[40][0] = "1971";
				jsArrhs_date_1951_2011[40][1] = "1";
				jsArrhs_date_1951_2011[41] = new Array(2);
				jsArrhs_date_1951_2011[41][0] = "1970";
				jsArrhs_date_1951_2011[41][1] = "1";
				jsArrhs_date_1951_2011[42] = new Array(2);
				jsArrhs_date_1951_2011[42][0] = "1969";
				jsArrhs_date_1951_2011[42][1] = "1";
				jsArrhs_date_1951_2011[43] = new Array(2);
				jsArrhs_date_1951_2011[43][0] = "1968";
				jsArrhs_date_1951_2011[43][1] = "1";
				jsArrhs_date_1951_2011[44] = new Array(2);
				jsArrhs_date_1951_2011[44][0] = "1967";
				jsArrhs_date_1951_2011[44][1] = "1";
				jsArrhs_date_1951_2011[45] = new Array(2);
				jsArrhs_date_1951_2011[45][0] = "1966";
				jsArrhs_date_1951_2011[45][1] = "1";
				jsArrhs_date_1951_2011[46] = new Array(2);
				jsArrhs_date_1951_2011[46][0] = "1965";
				jsArrhs_date_1951_2011[46][1] = "1";
				jsArrhs_date_1951_2011[47] = new Array(2);
				jsArrhs_date_1951_2011[47][0] = "1964";
				jsArrhs_date_1951_2011[47][1] = "1";
				jsArrhs_date_1951_2011[48] = new Array(2);
				jsArrhs_date_1951_2011[48][0] = "1963";
				jsArrhs_date_1951_2011[48][1] = "1";
				jsArrhs_date_1951_2011[49] = new Array(2);
				jsArrhs_date_1951_2011[49][0] = "1962";
				jsArrhs_date_1951_2011[49][1] = "1";
				jsArrhs_date_1951_2011[50] = new Array(2);
				jsArrhs_date_1951_2011[50][0] = "1961";
				jsArrhs_date_1951_2011[50][1] = "1";
				jsArrhs_date_1951_2011[51] = new Array(2);
				jsArrhs_date_1951_2011[51][0] = "1960";
				jsArrhs_date_1951_2011[51][1] = "1";
				jsArrhs_date_1951_2011[52] = new Array(2);
				jsArrhs_date_1951_2011[52][0] = "1959";
				jsArrhs_date_1951_2011[52][1] = "1";
				jsArrhs_date_1951_2011[53] = new Array(2);
				jsArrhs_date_1951_2011[53][0] = "1958";
				jsArrhs_date_1951_2011[53][1] = "1";
				jsArrhs_date_1951_2011[54] = new Array(2);
				jsArrhs_date_1951_2011[54][0] = "1957";
				jsArrhs_date_1951_2011[54][1] = "1";
				jsArrhs_date_1951_2011[55] = new Array(2);
				jsArrhs_date_1951_2011[55][0] = "1956";
				jsArrhs_date_1951_2011[55][1] = "1";
				jsArrhs_date_1951_2011[56] = new Array(2);
				jsArrhs_date_1951_2011[56][0] = "1955";
				jsArrhs_date_1951_2011[56][1] = "1";
				jsArrhs_date_1951_2011[57] = new Array(2);
				jsArrhs_date_1951_2011[57][0] = "1954";
				jsArrhs_date_1951_2011[57][1] = "1";
				jsArrhs_date_1951_2011[58] = new Array(2);
				jsArrhs_date_1951_2011[58][0] = "1953";
				jsArrhs_date_1951_2011[58][1] = "1";
				jsArrhs_date_1951_2011[59] = new Array(2);
				jsArrhs_date_1951_2011[59][0] = "1952";
				jsArrhs_date_1951_2011[59][1] = "1";
				jsArrhs_date_1951_2011[60] = new Array(2);
				jsArrhs_date_1951_2011[60][0] = "1951";
				jsArrhs_date_1951_2011[60][1] = "1";

				var loTxths_date_1951_2011 = document.getElementById('_tdmcontrolhs_date_1951_2011');
				ctr = document.frmContactForm._tdmcontrolhs_date_1951_2011.selectedIndex;
				if (ctr > 0){
				 if (jsArrhs_date_1951_2011[ctr - 1][0] == document.frmContactForm._tdmcontrolhs_date_1951_2011.options[ctr].text && jsArrhs_date_1951_2011[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_1951_2011);
				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");

				arrListValue[0] = new Array("","Advanced Paramedical Skin Care Program","Advanced Therapeutic Massage Training Program","Associate of Science Degree in Natural Health, Concentration in Advanced Paramedical Skin Care","Associate of Science Degree in Natural Health, Concentration in Advanced Therapeutic Massage","Associate of Science Degree in Natural Health, Concentration in Therapeutic Massage and Skin Care","Skin Care and Electrology Training Program","Skin Care Training Program","Therapeutic Massage Training Program");
arrListValue[1] = new Array("","Advanced Paramedical Skin Care Program","Advanced Therapeutic Massage Training Program","Associate of Science Degree in Natural Health, Concentration in Advanced Paramedical Skin Care","Associate of Science Degree in Natural Health, Concentration in Advanced Therapeutic Massage","Associate of Science Degree in Natural Health, Concentration in Therapeutic Massage and Skin Care","Skin Care and Electrology Training Program","Skin Care Training Program","Therapeutic Massage Training Program");
arrListValue[2] = new Array("","Advanced Paramedical Skin Care Program","Advanced Therapeutic Massage Training Program","Associate of Science Degree in Natural Health, Concentration in Advanced Paramedical Skin Care","Associate of Science Degree in Natural Health, Concentration in Advanced Therapeutic Massage","Associate of Science Degree in Natural Health, Concentration in Therapeutic Massage and Skin Care","Skin Care and Electrology Training Program","Skin Care Training Program","Therapeutic Massage Training Program");
arrListValue[3] = new Array("","Advanced Paramedical Skin Care Program","Advanced Therapeutic Massage Training Program","Associate of Science Degree in Natural Health, Concentration in Advanced Paramedical Skin Care","Associate of Science Degree in Natural Health, Concentration in Advanced Therapeutic Massage","Associate of Science Degree in Natural Health, Concentration in Therapeutic Massage and Skin Care","Skin Care Training Program","Therapeutic Massage Training Program");


				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;

		}



