 
            function Validate()
            {
                var lbError = false;
                var lsAlert = '';
                var loFocusControl;

                var loListcampus_IADT = document.getElementById('_tdmcontrolcampus_IADT');
if(loListcampus_IADT.selectedIndex == 0 || loListcampus_IADT.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Select Campus.');
loFocusControl = fnValidateFocus(loFocusControl, loListcampus_IADT);
lbError = true;
}
				var jsArrcampus_IADT = new Array(4);
				jsArrcampus_IADT[0] = new Array(2);
				jsArrcampus_IADT[0][0] = "Chicago, IL";
				jsArrcampus_IADT[0][1] = "1";
				jsArrcampus_IADT[1] = new Array(2);
				jsArrcampus_IADT[1][0] = "Las Vegas, NV";
				jsArrcampus_IADT[1][1] = "1";
				jsArrcampus_IADT[2] = new Array(2);
				jsArrcampus_IADT[2][0] = "Orlando, FL";
				jsArrcampus_IADT[2][1] = "1";
				jsArrcampus_IADT[3] = new Array(2);
				jsArrcampus_IADT[3][0] = "Sacramento, CA";
				jsArrcampus_IADT[3][1] = "1";

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

				var loTxths_date_1950_2010 = document.getElementById('_tdmcontrolhs_date_1950_2010');
				ctr = document.frmContactForm._tdmcontrolhs_date_1950_2010.selectedIndex;
				if (ctr > 0){
				 if (jsArrhs_date_1950_2010[ctr - 1][0] == document.frmContactForm._tdmcontrolhs_date_1950_2010.options[ctr].text && jsArrhs_date_1950_2010[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_1950_2010);
				lbError = true;
				}}
var loListprograminterest_IADT = document.getElementById('_tdmcontrolprograminterest_IADT');
if (loListprograminterest_IADT.selectedIndex == -1 || loListprograminterest_IADT[loListprograminterest_IADT.selectedIndex].value == '')
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Program of Interest.');
loFocusControl = fnValidateFocus(loFocusControl, loListprograminterest_IADT);
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_IADT = [].addDim(4, 48, 0)

				jsArrprograminterest_IADT[0][0][0] = "Associate of Applied Science - Fashion Design";
				jsArrprograminterest_IADT[0][0][1] = "1";
				jsArrprograminterest_IADT[0][1][0] = "Associate of Applied Science - Information Technology";
				jsArrprograminterest_IADT[0][1][1] = "1";
				jsArrprograminterest_IADT[0][2][0] = "Associate of Applied Science - Merchandising Management:  Fashion Merchandising";
				jsArrprograminterest_IADT[0][2][1] = "1";
				jsArrprograminterest_IADT[0][3][0] = "Associate of Applied Science - Visual Communications:  Advertising Communications";
				jsArrprograminterest_IADT[0][3][1] = "1";
				jsArrprograminterest_IADT[0][4][0] = "Associate of Applied Science - Visual Communications:  Advertising Design";
				jsArrprograminterest_IADT[0][4][1] = "1";
				jsArrprograminterest_IADT[0][5][0] = "Associate of Applied Science - Visual Communications:  Graphic Design";
				jsArrprograminterest_IADT[0][5][1] = "1";
				jsArrprograminterest_IADT[0][6][0] = "Associate of Applied Science - Visual Communications:  Multimedia and Web Design";
				jsArrprograminterest_IADT[0][6][1] = "1";
				jsArrprograminterest_IADT[0][7][0] = "Associate of Applied Science - Visual Communications:  Video and Animation Production";
				jsArrprograminterest_IADT[0][7][1] = "1";
				jsArrprograminterest_IADT[0][8][0] = "Bachelor of Applied Science - Information Technology";
				jsArrprograminterest_IADT[0][8][1] = "1";
				jsArrprograminterest_IADT[0][9][0] = "Bachelor of Arts - Merchandising Management:  Fashion Merchandising";
				jsArrprograminterest_IADT[0][9][1] = "1";
				jsArrprograminterest_IADT[0][10][0] = "Bachelor of Fine Arts - Fashion Design";
				jsArrprograminterest_IADT[0][10][1] = "1";
				jsArrprograminterest_IADT[0][11][0] = "Bachelor of Fine Arts - Interior Design";
				jsArrprograminterest_IADT[0][11][1] = "1";
				jsArrprograminterest_IADT[0][12][0] = "Bachelor of Fine Arts - Visual Communications:  Advertising Communications";
				jsArrprograminterest_IADT[0][12][1] = "1";
				jsArrprograminterest_IADT[0][13][0] = "Bachelor of Fine Arts - Visual Communications:  Advertising Design";
				jsArrprograminterest_IADT[0][13][1] = "1";
				jsArrprograminterest_IADT[0][14][0] = "Bachelor of Fine Arts - Visual Communications:  Game Design";
				jsArrprograminterest_IADT[0][14][1] = "1";
				jsArrprograminterest_IADT[0][15][0] = "Bachelor of Fine Arts - Visual Communications:  Graphic Design";
				jsArrprograminterest_IADT[0][15][1] = "1";
				jsArrprograminterest_IADT[0][16][0] = "Bachelor of Fine Arts - Visual Communications:  Multimedia and Web Design";
				jsArrprograminterest_IADT[0][16][1] = "1";
				jsArrprograminterest_IADT[0][17][0] = "Bachelor of Fine Arts - Visual Communications:  Video and Animation Production";
				jsArrprograminterest_IADT[0][17][1] = "1";
				jsArrprograminterest_IADT[0][18][0] = "Bachelor of Science - Computer Forensics";
				jsArrprograminterest_IADT[0][18][1] = "1";
				jsArrprograminterest_IADT[1][0][0] = "Associate of Science - Fashion Design";
				jsArrprograminterest_IADT[1][0][1] = "1";
				jsArrprograminterest_IADT[1][1][0] = "Associate of Science - Graphic Design";
				jsArrprograminterest_IADT[1][1][1] = "1";
				jsArrprograminterest_IADT[1][2][0] = "Bachelor of Fine Arts - Audio Production";
				jsArrprograminterest_IADT[1][2][1] = "1";
				jsArrprograminterest_IADT[1][3][0] = "Bachelor of Fine Arts - Cinema Production";
				jsArrprograminterest_IADT[1][3][1] = "1";
				jsArrprograminterest_IADT[1][4][0] = "Bachelor of Fine Arts - Fashion Design";
				jsArrprograminterest_IADT[1][4][1] = "1";
				jsArrprograminterest_IADT[1][5][0] = "Bachelor of Fine Arts - Game Production";
				jsArrprograminterest_IADT[1][5][1] = "1";
				jsArrprograminterest_IADT[1][6][0] = "Bachelor of Fine Arts - Graphic Design";
				jsArrprograminterest_IADT[1][6][1] = "1";
				jsArrprograminterest_IADT[1][7][0] = "Bachelor of Fine Arts - Information Technology";
				jsArrprograminterest_IADT[1][7][1] = "1";
				jsArrprograminterest_IADT[1][8][0] = "Bachelor of Fine Arts - Web Design and Development";
				jsArrprograminterest_IADT[1][8][1] = "1";
				jsArrprograminterest_IADT[2][0][0] = "Associate of Science - Graphic Design";
				jsArrprograminterest_IADT[2][0][1] = "1";
				jsArrprograminterest_IADT[2][1][0] = "Associate of Science - Information Technology";
				jsArrprograminterest_IADT[2][1][1] = "1";
				jsArrprograminterest_IADT[2][2][0] = "Associate of Science - Retail Merchandise Management";
				jsArrprograminterest_IADT[2][2][1] = "1";
				jsArrprograminterest_IADT[2][3][0] = "Associate of Science - Web Design and Development";
				jsArrprograminterest_IADT[2][3][1] = "1";
				jsArrprograminterest_IADT[2][4][0] = "Bachelor of Fine Arts - Digital Media Production";
				jsArrprograminterest_IADT[2][4][1] = "1";
				jsArrprograminterest_IADT[2][5][0] = "Bachelor of Fine Arts - Fashion Design and Merchandising";
				jsArrprograminterest_IADT[2][5][1] = "1";
				jsArrprograminterest_IADT[2][6][0] = "Bachelor of Fine Arts - Game Production";
				jsArrprograminterest_IADT[2][6][1] = "1";
				jsArrprograminterest_IADT[2][7][0] = "Bachelor of Fine Arts - Graphic Design";
				jsArrprograminterest_IADT[2][7][1] = "1";
				jsArrprograminterest_IADT[2][8][0] = "Bachelor of Science - Information Technology";
				jsArrprograminterest_IADT[2][8][1] = "1";
				jsArrprograminterest_IADT[2][9][0] = "Bachelor of Science - Internet Marketing";
				jsArrprograminterest_IADT[2][9][1] = "1";
				jsArrprograminterest_IADT[2][10][0] = "Bachelor of Science - Retail Merchandise Management";
				jsArrprograminterest_IADT[2][10][1] = "1";
				jsArrprograminterest_IADT[2][11][0] = "Bachelor of Science - Web Design and Development";
				jsArrprograminterest_IADT[2][11][1] = "1";
				jsArrprograminterest_IADT[3][0][0] = "Associate of Applied Science - Fashion Design and Merchandising";
				jsArrprograminterest_IADT[3][0][1] = "1";
				jsArrprograminterest_IADT[3][1][0] = "Associate of Applied Science - Graphic Design";
				jsArrprograminterest_IADT[3][1][1] = "1";
				jsArrprograminterest_IADT[3][2][0] = "Associate of Applied Science - Interior Design";
				jsArrprograminterest_IADT[3][2][1] = "1";
				jsArrprograminterest_IADT[3][3][0] = "Associate of Science - Building Information Modeling";
				jsArrprograminterest_IADT[3][3][1] = "1";
				jsArrprograminterest_IADT[3][4][0] = "Bachelor of Fine Arts - Advertising Design";
				jsArrprograminterest_IADT[3][4][1] = "1";
				jsArrprograminterest_IADT[3][5][0] = "Bachelor of Fine Arts - Fashion Design and Merchandising";
				jsArrprograminterest_IADT[3][5][1] = "1";
				jsArrprograminterest_IADT[3][6][0] = "Bachelor of Fine Arts - Graphic Design";
				jsArrprograminterest_IADT[3][6][1] = "1";
				jsArrprograminterest_IADT[3][7][0] = "Bachelor of Fine Arts - Interior Design";
				jsArrprograminterest_IADT[3][7][1] = "1";

				var loTxtprograminterest_IADT = document.getElementById('_tdmcontrolprograminterest_IADT');
				ctrParent = document.frmContactForm._tdmcontrolcampus_IADT.selectedIndex;
				ctr = document.frmContactForm._tdmcontrolprograminterest_IADT.selectedIndex;
				if (ctr > 0){
				 if (jsArrprograminterest_IADT[ctrParent-1][ctr - 1][0] == document.frmContactForm._tdmcontrolprograminterest_IADT.options[ctr].text && jsArrprograminterest_IADT[ctrParent-1][ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Program of Interest.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtprograminterest_IADT);
				lbError = true;
				}}
var loListacknowledge_CEC = document.getElementById('_tdmcontrolacknowledge_CEC');
if(loListacknowledge_CEC.selectedIndex == 0 || loListacknowledge_CEC.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for This information will be used to contact you through various means, which may include, phone, text messaging, email, and postal mail about the programs and services that are offered..');
loFocusControl = fnValidateFocus(loFocusControl, loListacknowledge_CEC);
lbError = true;
}
				var jsArracknowledge_CEC = new Array(2);
				jsArracknowledge_CEC[0] = new Array(2);
				jsArracknowledge_CEC[0][0] = "No";
				jsArracknowledge_CEC[0][1] = "0";
				jsArracknowledge_CEC[1] = new Array(2);
				jsArracknowledge_CEC[1][0] = "Yes";
				jsArracknowledge_CEC[1][1] = "1";

				var loTxtacknowledge_CEC = document.getElementById('_tdmcontrolacknowledge_CEC');
				ctr = document.frmContactForm._tdmcontrolacknowledge_CEC.selectedIndex;
				if (ctr > 0){
				 if (jsArracknowledge_CEC[ctr - 1][0] == document.frmContactForm._tdmcontrolacknowledge_CEC.options[ctr].text && jsArracknowledge_CEC[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for This information will be used to contact you through various means, which may include, phone, text messaging, email, and postal mail about the programs and services that are offered..');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtacknowledge_CEC);
				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("","Associate of Applied Science - Fashion Design","Associate of Applied Science - Information Technology","Associate of Applied Science - Merchandising Management:  Fashion Merchandising","Associate of Applied Science - Visual Communications:  Advertising Communications","Associate of Applied Science - Visual Communications:  Advertising Design","Associate of Applied Science - Visual Communications:  Graphic Design","Associate of Applied Science - Visual Communications:  Multimedia and Web Design","Associate of Applied Science - Visual Communications:  Video and Animation Production","Bachelor of Applied Science - Information Technology","Bachelor of Arts - Merchandising Management:  Fashion Merchandising","Bachelor of Fine Arts - Fashion Design","Bachelor of Fine Arts - Interior Design","Bachelor of Fine Arts - Visual Communications:  Advertising Communications","Bachelor of Fine Arts - Visual Communications:  Advertising Design","Bachelor of Fine Arts - Visual Communications:  Game Design","Bachelor of Fine Arts - Visual Communications:  Graphic Design","Bachelor of Fine Arts - Visual Communications:  Multimedia and Web Design","Bachelor of Fine Arts - Visual Communications:  Video and Animation Production","Bachelor of Science - Computer Forensics");
arrListValue[1] = new Array("","Associate of Science - Fashion Design","Associate of Science - Graphic Design","Bachelor of Fine Arts - Audio Production","Bachelor of Fine Arts - Cinema Production","Bachelor of Fine Arts - Fashion Design","Bachelor of Fine Arts - Game Production","Bachelor of Fine Arts - Graphic Design","Bachelor of Fine Arts - Information Technology","Bachelor of Fine Arts - Web Design and Development");
arrListValue[2] = new Array("","Associate of Science - Graphic Design","Associate of Science - Information Technology","Associate of Science - Retail Merchandise Management","Associate of Science - Web Design and Development","Bachelor of Fine Arts - Digital Media Production","Bachelor of Fine Arts - Fashion Design and Merchandising","Bachelor of Fine Arts - Game Production","Bachelor of Fine Arts - Graphic Design","Bachelor of Science - Information Technology","Bachelor of Science - Internet Marketing","Bachelor of Science - Retail Merchandise Management","Bachelor of Science - Web Design and Development");
arrListValue[3] = new Array("","Associate of Applied Science - Fashion Design and Merchandising","Associate of Applied Science - Graphic Design","Associate of Applied Science - Interior Design","Associate of Science - Building Information Modeling","Bachelor of Fine Arts - Advertising Design","Bachelor of Fine Arts - Fashion Design and Merchandising","Bachelor of Fine Arts - Graphic Design","Bachelor of Fine Arts - Interior Design");


				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;

		}



