 
            function Validate()
            {
                var lbError = false;
                var lsAlert = '';
                var loFocusControl;

                var loListcampus_Health_Career_Training_Campus = document.getElementById('_tdmcontrolcampus_Health_Career_Training_Campus');
if(loListcampus_Health_Career_Training_Campus.selectedIndex == 0 || loListcampus_Health_Career_Training_Campus.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Campus Location.');
loFocusControl = fnValidateFocus(loFocusControl, loListcampus_Health_Career_Training_Campus);
lbError = true;
}
				var jsArrcampus_Health_Career_Training_Campus = new Array(7);
				jsArrcampus_Health_Career_Training_Campus[0] = new Array(2);
				jsArrcampus_Health_Career_Training_Campus[0][0] = "Attleboro/Providence, MA";
				jsArrcampus_Health_Career_Training_Campus[0][1] = "1";
				jsArrcampus_Health_Career_Training_Campus[1] = new Array(2);
				jsArrcampus_Health_Career_Training_Campus[1][0] = "Cambridge/Boston, MA";
				jsArrcampus_Health_Career_Training_Campus[1][1] = "1";
				jsArrcampus_Health_Career_Training_Campus[2] = new Array(2);
				jsArrcampus_Health_Career_Training_Campus[2][0] = "Chelmsford/Lowell, MA";
				jsArrcampus_Health_Career_Training_Campus[2][1] = "1";
				jsArrcampus_Health_Career_Training_Campus[3] = new Array(2);
				jsArrcampus_Health_Career_Training_Campus[3][0] = "Lynn, MA";
				jsArrcampus_Health_Career_Training_Campus[3][1] = "1";
				jsArrcampus_Health_Career_Training_Campus[4] = new Array(2);
				jsArrcampus_Health_Career_Training_Campus[4][0] = "Milford/Woonsocket, MA";
				jsArrcampus_Health_Career_Training_Campus[4][1] = "1";
				jsArrcampus_Health_Career_Training_Campus[5] = new Array(2);
				jsArrcampus_Health_Career_Training_Campus[5][0] = "Stoughton/Brockton, MA";
				jsArrcampus_Health_Career_Training_Campus[5][1] = "1";
				jsArrcampus_Health_Career_Training_Campus[6] = new Array(2);
				jsArrcampus_Health_Career_Training_Campus[6][0] = "Worcester, MA";
				jsArrcampus_Health_Career_Training_Campus[6][1] = "1";

				var loTxtcampus_Health_Career_Training_Campus = document.getElementById('_tdmcontrolcampus_Health_Career_Training_Campus');
				ctr = document.frmContactForm._tdmcontrolcampus_Health_Career_Training_Campus.selectedIndex;
				if (ctr > 0){
				 if (jsArrcampus_Health_Career_Training_Campus[ctr - 1][0] == document.frmContactForm._tdmcontrolcampus_Health_Career_Training_Campus.options[ctr].text && jsArrcampus_Health_Career_Training_Campus[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Campus Location.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtcampus_Health_Career_Training_Campus);
				lbError = true;
				}}
var loTxtfirstname_First_Name_25 = document.getElementById('_tdmcontrolfirstname_First_Name_25');
if(jsTrim(loTxtfirstname_First_Name_25.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into First Name.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtfirstname_First_Name_25);
lbError = true;
}
var loTxtlastname_Last_Name_25 = document.getElementById('_tdmcontrollastname_Last_Name_25');
if(jsTrim(loTxtlastname_Last_Name_25.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Last  Name.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtlastname_Last_Name_25);
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_30 = document.getElementById('_tdmcontrolcity_City_30');
if(jsTrim(loTxtcity_City_30.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into City.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtcity_City_30);
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 loTxtzipcode_15 = document.getElementById('_tdmcontrolzipcode_15');
if(jsTrim(loTxtzipcode_15.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Zip code.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtzipcode_15);
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_15 = document.getElementById('_tdmcontrolphone1_Daytime_Phone_15');
if(jsTrim(loTxtphone1_Daytime_Phone_15.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Daytime Phone.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtphone1_Daytime_Phone_15);
lbError = true;
}
var loTxtphone2_Evening_Phone_15 = document.getElementById('_tdmcontrolphone2_Evening_Phone_15');
if(jsTrim(loTxtphone2_Evening_Phone_15.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Evening Phone.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtphone2_Evening_Phone_15);
lbError = true;
}
var loLisths_grad_year_1965_2004 = document.getElementById('_tdmcontrolhs_grad_year_1965_2004');
if(loLisths_grad_year_1965_2004.selectedIndex == 0 || loLisths_grad_year_1965_2004.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Year of High School Graduation/GED (must be a 2004 HS grad or older to qualify).');
loFocusControl = fnValidateFocus(loFocusControl, loLisths_grad_year_1965_2004);
lbError = true;
}
				var jsArrhs_grad_year_1965_2004 = new Array(40);
				jsArrhs_grad_year_1965_2004[0] = new Array(2);
				jsArrhs_grad_year_1965_2004[0][0] = "2004";
				jsArrhs_grad_year_1965_2004[0][1] = "1";
				jsArrhs_grad_year_1965_2004[1] = new Array(2);
				jsArrhs_grad_year_1965_2004[1][0] = "2003";
				jsArrhs_grad_year_1965_2004[1][1] = "1";
				jsArrhs_grad_year_1965_2004[2] = new Array(2);
				jsArrhs_grad_year_1965_2004[2][0] = "2002";
				jsArrhs_grad_year_1965_2004[2][1] = "1";
				jsArrhs_grad_year_1965_2004[3] = new Array(2);
				jsArrhs_grad_year_1965_2004[3][0] = "2001";
				jsArrhs_grad_year_1965_2004[3][1] = "1";
				jsArrhs_grad_year_1965_2004[4] = new Array(2);
				jsArrhs_grad_year_1965_2004[4][0] = "2000";
				jsArrhs_grad_year_1965_2004[4][1] = "1";
				jsArrhs_grad_year_1965_2004[5] = new Array(2);
				jsArrhs_grad_year_1965_2004[5][0] = "1999";
				jsArrhs_grad_year_1965_2004[5][1] = "1";
				jsArrhs_grad_year_1965_2004[6] = new Array(2);
				jsArrhs_grad_year_1965_2004[6][0] = "1998";
				jsArrhs_grad_year_1965_2004[6][1] = "1";
				jsArrhs_grad_year_1965_2004[7] = new Array(2);
				jsArrhs_grad_year_1965_2004[7][0] = "1997";
				jsArrhs_grad_year_1965_2004[7][1] = "1";
				jsArrhs_grad_year_1965_2004[8] = new Array(2);
				jsArrhs_grad_year_1965_2004[8][0] = "1996";
				jsArrhs_grad_year_1965_2004[8][1] = "1";
				jsArrhs_grad_year_1965_2004[9] = new Array(2);
				jsArrhs_grad_year_1965_2004[9][0] = "1995";
				jsArrhs_grad_year_1965_2004[9][1] = "1";
				jsArrhs_grad_year_1965_2004[10] = new Array(2);
				jsArrhs_grad_year_1965_2004[10][0] = "1994";
				jsArrhs_grad_year_1965_2004[10][1] = "1";
				jsArrhs_grad_year_1965_2004[11] = new Array(2);
				jsArrhs_grad_year_1965_2004[11][0] = "1993";
				jsArrhs_grad_year_1965_2004[11][1] = "1";
				jsArrhs_grad_year_1965_2004[12] = new Array(2);
				jsArrhs_grad_year_1965_2004[12][0] = "1992";
				jsArrhs_grad_year_1965_2004[12][1] = "1";
				jsArrhs_grad_year_1965_2004[13] = new Array(2);
				jsArrhs_grad_year_1965_2004[13][0] = "1991";
				jsArrhs_grad_year_1965_2004[13][1] = "1";
				jsArrhs_grad_year_1965_2004[14] = new Array(2);
				jsArrhs_grad_year_1965_2004[14][0] = "1990";
				jsArrhs_grad_year_1965_2004[14][1] = "1";
				jsArrhs_grad_year_1965_2004[15] = new Array(2);
				jsArrhs_grad_year_1965_2004[15][0] = "1989";
				jsArrhs_grad_year_1965_2004[15][1] = "1";
				jsArrhs_grad_year_1965_2004[16] = new Array(2);
				jsArrhs_grad_year_1965_2004[16][0] = "1988";
				jsArrhs_grad_year_1965_2004[16][1] = "1";
				jsArrhs_grad_year_1965_2004[17] = new Array(2);
				jsArrhs_grad_year_1965_2004[17][0] = "1987";
				jsArrhs_grad_year_1965_2004[17][1] = "1";
				jsArrhs_grad_year_1965_2004[18] = new Array(2);
				jsArrhs_grad_year_1965_2004[18][0] = "1986";
				jsArrhs_grad_year_1965_2004[18][1] = "1";
				jsArrhs_grad_year_1965_2004[19] = new Array(2);
				jsArrhs_grad_year_1965_2004[19][0] = "1985";
				jsArrhs_grad_year_1965_2004[19][1] = "1";
				jsArrhs_grad_year_1965_2004[20] = new Array(2);
				jsArrhs_grad_year_1965_2004[20][0] = "1984";
				jsArrhs_grad_year_1965_2004[20][1] = "1";
				jsArrhs_grad_year_1965_2004[21] = new Array(2);
				jsArrhs_grad_year_1965_2004[21][0] = "1983";
				jsArrhs_grad_year_1965_2004[21][1] = "1";
				jsArrhs_grad_year_1965_2004[22] = new Array(2);
				jsArrhs_grad_year_1965_2004[22][0] = "1982";
				jsArrhs_grad_year_1965_2004[22][1] = "1";
				jsArrhs_grad_year_1965_2004[23] = new Array(2);
				jsArrhs_grad_year_1965_2004[23][0] = "1981";
				jsArrhs_grad_year_1965_2004[23][1] = "1";
				jsArrhs_grad_year_1965_2004[24] = new Array(2);
				jsArrhs_grad_year_1965_2004[24][0] = "1980";
				jsArrhs_grad_year_1965_2004[24][1] = "1";
				jsArrhs_grad_year_1965_2004[25] = new Array(2);
				jsArrhs_grad_year_1965_2004[25][0] = "1979";
				jsArrhs_grad_year_1965_2004[25][1] = "1";
				jsArrhs_grad_year_1965_2004[26] = new Array(2);
				jsArrhs_grad_year_1965_2004[26][0] = "1978";
				jsArrhs_grad_year_1965_2004[26][1] = "1";
				jsArrhs_grad_year_1965_2004[27] = new Array(2);
				jsArrhs_grad_year_1965_2004[27][0] = "1977";
				jsArrhs_grad_year_1965_2004[27][1] = "1";
				jsArrhs_grad_year_1965_2004[28] = new Array(2);
				jsArrhs_grad_year_1965_2004[28][0] = "1976";
				jsArrhs_grad_year_1965_2004[28][1] = "1";
				jsArrhs_grad_year_1965_2004[29] = new Array(2);
				jsArrhs_grad_year_1965_2004[29][0] = "1975";
				jsArrhs_grad_year_1965_2004[29][1] = "1";
				jsArrhs_grad_year_1965_2004[30] = new Array(2);
				jsArrhs_grad_year_1965_2004[30][0] = "1974";
				jsArrhs_grad_year_1965_2004[30][1] = "1";
				jsArrhs_grad_year_1965_2004[31] = new Array(2);
				jsArrhs_grad_year_1965_2004[31][0] = "1973";
				jsArrhs_grad_year_1965_2004[31][1] = "1";
				jsArrhs_grad_year_1965_2004[32] = new Array(2);
				jsArrhs_grad_year_1965_2004[32][0] = "1972";
				jsArrhs_grad_year_1965_2004[32][1] = "1";
				jsArrhs_grad_year_1965_2004[33] = new Array(2);
				jsArrhs_grad_year_1965_2004[33][0] = "1971";
				jsArrhs_grad_year_1965_2004[33][1] = "1";
				jsArrhs_grad_year_1965_2004[34] = new Array(2);
				jsArrhs_grad_year_1965_2004[34][0] = "1970";
				jsArrhs_grad_year_1965_2004[34][1] = "1";
				jsArrhs_grad_year_1965_2004[35] = new Array(2);
				jsArrhs_grad_year_1965_2004[35][0] = "1969";
				jsArrhs_grad_year_1965_2004[35][1] = "1";
				jsArrhs_grad_year_1965_2004[36] = new Array(2);
				jsArrhs_grad_year_1965_2004[36][0] = "1968";
				jsArrhs_grad_year_1965_2004[36][1] = "1";
				jsArrhs_grad_year_1965_2004[37] = new Array(2);
				jsArrhs_grad_year_1965_2004[37][0] = "1967";
				jsArrhs_grad_year_1965_2004[37][1] = "1";
				jsArrhs_grad_year_1965_2004[38] = new Array(2);
				jsArrhs_grad_year_1965_2004[38][0] = "1966";
				jsArrhs_grad_year_1965_2004[38][1] = "1";
				jsArrhs_grad_year_1965_2004[39] = new Array(2);
				jsArrhs_grad_year_1965_2004[39][0] = "1965";
				jsArrhs_grad_year_1965_2004[39][1] = "1";

				var loTxths_grad_year_1965_2004 = document.getElementById('_tdmcontrolhs_grad_year_1965_2004');
				ctr = document.frmContactForm._tdmcontrolhs_grad_year_1965_2004.selectedIndex;
				if (ctr > 0){
				 if (jsArrhs_grad_year_1965_2004[ctr - 1][0] == document.frmContactForm._tdmcontrolhs_grad_year_1965_2004.options[ctr].text && jsArrhs_grad_year_1965_2004[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Year of High School Graduation/GED (must be a 2004 HS grad or older to qualify).');
				loFocusControl = fnValidateFocus(loFocusControl, loTxths_grad_year_1965_2004);
				lbError = true;
				}}
var loListprograminterest_Health_Training_Center_Programs = document.getElementById('_tdmcontrolprograminterest_Health_Training_Center_Programs');
if (loListprograminterest_Health_Training_Center_Programs.selectedIndex == -1 || loListprograminterest_Health_Training_Center_Programs[loListprograminterest_Health_Training_Center_Programs.selectedIndex].value == '')
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Programs of Interest.');
loFocusControl = fnValidateFocus(loFocusControl, loListprograminterest_Health_Training_Center_Programs);
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_Health_Training_Center_Programs = [].addDim(7, 45, 0)

				jsArrprograminterest_Health_Training_Center_Programs[0][0][0] = "Cardio Phlebotomy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[0][0][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[0][1][0] = "Medical Assistant";
				jsArrprograminterest_Health_Training_Center_Programs[0][1][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[0][2][0] = "Medical Assistant/Coder Associate";
				jsArrprograminterest_Health_Training_Center_Programs[0][2][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[0][3][0] = "Medical Billing and Coding";
				jsArrprograminterest_Health_Training_Center_Programs[0][3][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[0][4][0] = "Pharmacy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[0][4][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[0][5][0] = "Phlebotomy";
				jsArrprograminterest_Health_Training_Center_Programs[0][5][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[0][6][0] = "School Success Strategies";
				jsArrprograminterest_Health_Training_Center_Programs[0][6][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[1][0][0] = "Cardio Phlebotomy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[1][0][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[1][1][0] = "Medical Assistant";
				jsArrprograminterest_Health_Training_Center_Programs[1][1][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[1][2][0] = "Medical Assistant/Coder Associate";
				jsArrprograminterest_Health_Training_Center_Programs[1][2][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[1][3][0] = "Medical Billing and Coding";
				jsArrprograminterest_Health_Training_Center_Programs[1][3][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[1][4][0] = "Pharmacy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[1][4][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[1][5][0] = "Phlebotomy";
				jsArrprograminterest_Health_Training_Center_Programs[1][5][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[1][6][0] = "School Success Strategies";
				jsArrprograminterest_Health_Training_Center_Programs[1][6][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[2][0][0] = "Cardio Phlebotomy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[2][0][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[2][1][0] = "Medical Assisting";
				jsArrprograminterest_Health_Training_Center_Programs[2][1][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[2][2][0] = "Medical Billing and Coding";
				jsArrprograminterest_Health_Training_Center_Programs[2][2][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[2][3][0] = "Pharmacy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[2][3][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[2][4][0] = "Phlebotomy";
				jsArrprograminterest_Health_Training_Center_Programs[2][4][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[2][5][0] = "School Success Strategies";
				jsArrprograminterest_Health_Training_Center_Programs[2][5][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[3][0][0] = "Cardio Phlebotomy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[3][0][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[3][1][0] = "Medical Assistant";
				jsArrprograminterest_Health_Training_Center_Programs[3][1][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[3][2][0] = "Medical Assistant/Coder Associate";
				jsArrprograminterest_Health_Training_Center_Programs[3][2][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[3][3][0] = "Medical Billing and Coding";
				jsArrprograminterest_Health_Training_Center_Programs[3][3][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[3][4][0] = "Pharmacy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[3][4][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[3][5][0] = "Phlebotomy";
				jsArrprograminterest_Health_Training_Center_Programs[3][5][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[3][6][0] = "School Success Strategies";
				jsArrprograminterest_Health_Training_Center_Programs[3][6][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[4][0][0] = "Cardio Phlebotomy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[4][0][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[4][1][0] = "Medical Assisting";
				jsArrprograminterest_Health_Training_Center_Programs[4][1][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[4][2][0] = "Medical Billing and Coding";
				jsArrprograminterest_Health_Training_Center_Programs[4][2][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[4][3][0] = "Pharmacy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[4][3][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[4][4][0] = "Phlebotomy";
				jsArrprograminterest_Health_Training_Center_Programs[4][4][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[4][5][0] = "School Success Strategies";
				jsArrprograminterest_Health_Training_Center_Programs[4][5][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[5][0][0] = "Cardio Phlebotomy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[5][0][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[5][1][0] = "Medical Assisting";
				jsArrprograminterest_Health_Training_Center_Programs[5][1][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[5][2][0] = "Medical Billing and Coding";
				jsArrprograminterest_Health_Training_Center_Programs[5][2][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[5][3][0] = "Pharmacy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[5][3][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[5][4][0] = "Phlebotomy";
				jsArrprograminterest_Health_Training_Center_Programs[5][4][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[5][5][0] = "School Success Strategies";
				jsArrprograminterest_Health_Training_Center_Programs[5][5][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[6][0][0] = "Cardio Phlebotomy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[6][0][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[6][1][0] = "Medical Assisting";
				jsArrprograminterest_Health_Training_Center_Programs[6][1][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[6][2][0] = "Medical Billing and Coding";
				jsArrprograminterest_Health_Training_Center_Programs[6][2][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[6][3][0] = "Pharmacy Technician";
				jsArrprograminterest_Health_Training_Center_Programs[6][3][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[6][4][0] = "Phlebotomy";
				jsArrprograminterest_Health_Training_Center_Programs[6][4][1] = "1";
				jsArrprograminterest_Health_Training_Center_Programs[6][5][0] = "School Success Strategies";
				jsArrprograminterest_Health_Training_Center_Programs[6][5][1] = "1";

				var loTxtprograminterest_Health_Training_Center_Programs = document.getElementById('_tdmcontrolprograminterest_Health_Training_Center_Programs');
				ctrParent = document.frmContactForm._tdmcontrolcampus_Health_Career_Training_Campus.selectedIndex;
				ctr = document.frmContactForm._tdmcontrolprograminterest_Health_Training_Center_Programs.selectedIndex;
				if (ctr > 0){
				 if (jsArrprograminterest_Health_Training_Center_Programs[ctrParent-1][ctr - 1][0] == document.frmContactForm._tdmcontrolprograminterest_Health_Training_Center_Programs.options[ctr].text && jsArrprograminterest_Health_Training_Center_Programs[ctrParent-1][ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Programs of Interest.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtprograminterest_Health_Training_Center_Programs);
				lbError = true;
				}}
var loListBest_Time_to_Call_Morning_Afternoon_Evening = document.getElementById('_tdmcontrolBest_Time_to_Call_Morning_Afternoon_Evening');
if(loListBest_Time_to_Call_Morning_Afternoon_Evening.selectedIndex == 0 || loListBest_Time_to_Call_Morning_Afternoon_Evening.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Best Time to Call.');
loFocusControl = fnValidateFocus(loFocusControl, loListBest_Time_to_Call_Morning_Afternoon_Evening);
lbError = true;
}
				var jsArrBest_Time_to_Call_Morning_Afternoon_Evening = new Array(5);
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[0] = new Array(2);
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[0][0] = "Afternoon";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[0][1] = "1";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[1] = new Array(2);
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[1][0] = "Anytime";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[1][1] = "1";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[2] = new Array(2);
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[2][0] = "Evening";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[2][1] = "1";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[3] = new Array(2);
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[3][0] = "Morning";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[3][1] = "1";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[4] = new Array(2);
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[4][0] = "Weekend";
				jsArrBest_Time_to_Call_Morning_Afternoon_Evening[4][1] = "1";

				var loTxtBest_Time_to_Call_Morning_Afternoon_Evening = document.getElementById('_tdmcontrolBest_Time_to_Call_Morning_Afternoon_Evening');
				ctr = document.frmContactForm._tdmcontrolBest_Time_to_Call_Morning_Afternoon_Evening.selectedIndex;
				if (ctr > 0){
				 if (jsArrBest_Time_to_Call_Morning_Afternoon_Evening[ctr - 1][0] == document.frmContactForm._tdmcontrolBest_Time_to_Call_Morning_Afternoon_Evening.options[ctr].text && jsArrBest_Time_to_Call_Morning_Afternoon_Evening[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Best Time to Call.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtBest_Time_to_Call_Morning_Afternoon_Evening);
				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("","Cardio Phlebotomy Technician","Medical Assistant","Medical Assistant/Coder Associate","Medical Billing and Coding","Pharmacy Technician","Phlebotomy","School Success Strategies");
arrListValue[1] = new Array("","Cardio Phlebotomy Technician","Medical Assistant","Medical Assistant/Coder Associate","Medical Billing and Coding","Pharmacy Technician","Phlebotomy","School Success Strategies");
arrListValue[2] = new Array("","Cardio Phlebotomy Technician","Medical Assisting","Medical Billing and Coding","Pharmacy Technician","Phlebotomy","School Success Strategies");
arrListValue[3] = new Array("","Cardio Phlebotomy Technician","Medical Assistant","Medical Assistant/Coder Associate","Medical Billing and Coding","Pharmacy Technician","Phlebotomy","School Success Strategies");
arrListValue[4] = new Array("","Cardio Phlebotomy Technician","Medical Assisting","Medical Billing and Coding","Pharmacy Technician","Phlebotomy","School Success Strategies");
arrListValue[5] = new Array("","Cardio Phlebotomy Technician","Medical Assisting","Medical Billing and Coding","Pharmacy Technician","Phlebotomy","School Success Strategies");
arrListValue[6] = new Array("","Cardio Phlebotomy Technician","Medical Assisting","Medical Billing and Coding","Pharmacy Technician","Phlebotomy","School Success Strategies");


				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;

		}


