function setClientId(Obj) {
	// void
	var oClientId = Obj.form.clientid;
	var sSelected = Obj.options[Obj.selectedIndex].value;
	var aryLocations = new Array('phoenix','1283','mesa','1301','oakland','1279','sacramento','1420','sanjose','1300','denver','1273','orlando','1284','tampa','1289','chicagoloop','1297','chicago','1268','fairviewheights','1298','indianapolis','1276','kansascity','1265','minneapolis','1287','stlouis','1278','charlotte','1267','greensboro','1274','raleigh','1282','lasvegas','1277','cincinnati','1269','cleveland','1270','columbus','1271','oklahomacity','1285','memphis','1266','nashville','1286','dallas','1272','fortworth','1299','houston','1275','sanantonio','1280','saltlakecity','1281','madison','1264','brookfield','1288');
	oClientId.value = '' //'1283'; // default
	for (var i=0;i<aryLocations.length-1;i+=2) {
		if (sSelected == aryLocations[i]) {
			oClientId.value = aryLocations[i+1];
			break;
		}
	}
	
	// SETUP PROGRAMS BY CAMPUS
	
	selProgramLocation = sSelected;	
	
	populatePrograms();
	o = document.getElementById("program");
	o.selectedIndex = 0;  //Reset selected program
	
}

function HasProgram(aryProgram,op)
{
    for(i = 0; i <  aryProgram.length; i++)
    {
        if(aryProgram[i] == op+1)
            return true;
    }
    return false;
}
function deletePrograms()
{
	var i = 0;
	for(i=document.contactform.program.length;i>-1;i--) 
	{
		document.contactform.program.options[i] = null;
	}
	while(document.contactform.program.hasChildNodes()) 
	{
		document.contactform.program.removeChild(document.contactform.program.childNodes[0]);
	}
	
}
function makeOption(txt, valu)
{
	var obj = new Option(txt, valu);
	obj.innerText = obj.text;
	return obj;
}

function populatePrograms()
{

	

	//clear box
	deletePrograms();
	

	var obj=document.contactform.program;
	var oOption;
	var oGroup;

	/*
	-phoenix','1283
	-tempe','1301
	-sanfrancisco','1279
	-sacramento','1420
	-sanjose','1300
	-denver','1273
	-orlando','1284
	-tampa','1289
	chicagoloop','1297
	chicagowest','1268
	-fairviewheights','1298
	-indianapolis','1276
	-kansascity','1265
	-minneapolis','1287
	-stlouis','1278
	-charlotte','1267
	-greensboro','1274
	-raleigh','1282
	-lasvegas','1277
	-cincinnati','1269
	-cleveland','1270
	-columbus','1271
	-oklahomacity','1285
	-memphis','1266
	-nashville','1286
	-dallas','1272
	-fortworth','1299
	-houston','1275
	-sanantonio','1280
	-saltlakecity','1281
	-madison','1264
	brookfield','1288'
	*/
	switch (document.contactform.clientid.value)
	{
		//RT#16439 11/7/07 Following programs removed:
		//Accounting and Bookkeeping
		//Medical Billing
		//Medical Coding
		//Medical Office Administration
		//Medical Transcription
		//Pharmacy Technician
		//Project Management
		case '1272': 
		case '1299': 
		case '1283':  //moved to this group on 2007-03-29 due to program additions RT Ticket 9786 CMK
		case '1301': 
			//has everything
			obj.options[obj.options.length] = new Option('Please Select:','',true); 		        
			oGroup = document.createElement('optgroup');
			oGroup.label = 'Information Technology';
			//oOption = new Option('Information Technology',''); 		        
			//oOption.disabled = true;
			//oOption.style.fontSize = "Larger"; 
			//oOption.style.color = "black"; 
			//oOption.style.fontWeight = "bold"; 
			//obj.options[obj.options.length] = oOption; 
		        
			oGroup.appendChild(makeOption('Certified Information Systems Security Professional (CISSP)','Certified Information Systems Security Professional (CISSP)'));
			oGroup.appendChild(makeOption('Certified Internet Webmaster (CIW) Associate','Certified Internet Webmaster (CIW) Associate')); 		        
			//oGroup.appendChild(makeOption('Certified Wireless Network Professional (CCNP)','Certified Wireless Network Professional (CCNP)'));
			oGroup.appendChild(makeOption('Certified Wireless Network Associate (CWNA)','Certified Wireless Network Associate (CWNA)'));
			oGroup.appendChild(makeOption('Cisco Certified Network Associate (CCNA)','Cisco Certified Network Associate (CCNA)'));
			oGroup.appendChild(makeOption('Cisco Certified Network Professional (CCNP)','Cisco Certified Network Professional (CCNP)')); 		    
			oGroup.appendChild(makeOption('CompTIA A+','CompTIA A+')); 		        
			oGroup.appendChild(makeOption('CompTIA i-Net +','CompTIA i-Net +')); 		        
			oGroup.appendChild(makeOption('CompTIA Linux +','CompTIA Linux +')); 		        
			oGroup.appendChild(makeOption('CompTIA Network+','CompTIA Network+')); 		        
			oGroup.appendChild(makeOption('CompTIA Security+','CompTIA Security+')); 		        
			oGroup.appendChild(makeOption('Master Certified Internet Webmaster (CIW) Designer','Master Certified Internet Webmaster (CIW) Designer')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Application Developer (MCAD)','Microsoft Certified Application Developer (MCAD)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Database Administrator (MCDBA)','Microsoft Certified Database Administrator (MCDBA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Desktop Support Technician (MCDST)','Microsoft Certified Desktop Support Technician (MCDST)')); 		        	oGroup.appendChild(makeOption('Microsoft Certified Professional (MCP)','Microsoft Certified Professional (MCP)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Solution Developer for MS.NET (MCSD.NET)','Microsoft Certifies Solution Developer for MS.NET (MCSD.NET)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator (MCSA)','Microsoft Certifies Systems Administrator (MCSA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator-Security (MCSA-S)','Microsoft Certified Systems Administrator-Security (MCSA-S)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Engineer (MCSE)','Microsoft Certified Systems Engineer (MCSE)')); 		        
			oGroup.appendChild(makeOption('Microsoft Specialist (MOS)','Microsoft Specialist (MOS)')); 		        
			oGroup.appendChild(makeOption('Oracle Database 10g Certified Associate (OCA)','Oracle Database 10g Certified Associate (OCA)')); 		        
			oGroup.appendChild(makeOption('Oracle Database 10g Certified Professional Database Administrator (OCP DBA)','Oracle Database 10g Certified Professional Database Administrator (OCP DBA)')); 		        
			oGroup.appendChild(makeOption('Oracle9i Certified Associate (OCA)','Oracle9i Certified Associate (OCA)')); 		        
			oGroup.appendChild(makeOption('Oracle91 Certified Professional Database Administrator (OCP DBA)','Oracle91 Certified Professional Database Administrator (OCP DBA)')); 		        
			oGroup.appendChild(makeOption('Sun Certified Java Programmer (SCJP)','Sun Certified Java Programmer (SCJP)')); 		        
			obj.appendChild(oGroup);


			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Health Services';
			//oOption = new Option('Health Services',''); 		        
			//oOption.disabled = true;
			//oOption.style.color = "black"; 
			//oOption.style.fontWeight = "bold"; 
			//obj.options[obj.options.length] = oOption; 

			//oGroup.appendChild(makeOption('Medical Administrative Assisting','Medical Administrative Assisting')); 		        
			//oGroup.appendChild(makeOption('Medical Billing','Medical Billing')); 		        
			//oGroup.appendChild(makeOption('Medical Coding','Medical Coding')); 		        
			//oGroup.appendChild(makeOption('Medical Transcription','Medical Transcription')); 		        
			//oGroup.appendChild(makeOption('Pharmacy Technician','Pharmacy Technician')); 		        
			//obj.appendChild(oGroup);

			//RT#14904 Business and Legal programs removed
			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Business and Legal';
			//oOption = new Option('Business and Legal',''); 		        
			//oOption.disabled = true;
			//oOption.style.color = "black"; 
			//oOption.style.fontWeight = "bold"; 
			//obj.options[obj.options.length] = oOption; 

			//oGroup.appendChild(makeOption('Accounting and Bookkeeping','Accounting and Bookkeeping')); 		        
			//oGroup.appendChild(makeOption('Legal Assistant','Legal Assistant')); 		        
			//oGroup.appendChild(makeOption('Project Management','Project Management')); 		        
			//obj.appendChild(oGroup);

			break;
				 
		case '1284': 
		case '1289': 
		case '1297': 
		case '1268': 
		case '1298': 
		case '1276': 
		case '1265': 
		case '1287':
		case '1278': 
		case '1267': 
		case '1274': 
		case '1282': 
		case '1269': 
		case '1270': 
		case '1271': 
		case '1266':
		case '1286': 
		case '1281': 
		case '1264': 
		case '1288':
			obj.options[obj.options.length] = new Option('Please Select:','',true); 		        
			oGroup = document.createElement('optgroup');
			oGroup.label = 'Information Technology';
			//oOption = new Option('Information Technology',''); 		        
			//oOption.disabled = true;
			//oOption.style.fontSize = "Larger"; 
			//oOption.style.color = "black"; 
			//oOption.style.fontWeight = "bold"; 
			//obj.options[obj.options.length] = oOption; 
		        
			oGroup.appendChild(makeOption('Certified Information Systems Security Professional (CISSP)','Certified Information Systems Security Professional (CISSP)')); 			oGroup.appendChild(makeOption('Certified Internet Webmaster (CIW) Associate','Certified Internet Webmaster (CIW) Associate')); 		        
			//oGroup.appendChild(makeOption('Certified Wireless Network Professional (CCNP)','Certified Wireless Network Professional (CCNP)')); 
			oGroup.appendChild(makeOption('Certified Wireless Network Associate (CWNA)','Certified Wireless Network Associate (CWNA)'));
			oGroup.appendChild(makeOption('Cisco Certified Network Associate (CCNA)','Cisco Certified Network Associate (CCNA)'));
			oGroup.appendChild(makeOption('Cisco Certified Network Professional (CCNP)','Cisco Certified Network Professional (CCNP)')); 		    
			oGroup.appendChild(makeOption('CompTIA A+','CompTIA A+')); 		        
			oGroup.appendChild(makeOption('CompTIA i-Net +','CompTIA i-Net +')); 		        
			oGroup.appendChild(makeOption('CompTIA Linux +','CompTIA Linux +')); 		        
			oGroup.appendChild(makeOption('CompTIA Network+','CompTIA Network+')); 		        
			oGroup.appendChild(makeOption('CompTIA Security+','CompTIA Security+')); 		        
			oGroup.appendChild(makeOption('Master Certified Internet Webmaster (CIW) Designer','Master Certified Internet Webmaster (CIW) Designer')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Application Developer (MCAD)','Microsoft Certified Application Developer (MCAD)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Database Administrator (MCDBA)','Microsoft Certified Database Administrator (MCDBA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Desktop Support Technician (MCDST)','Microsoft Certified Desktop Support Technician (MCDST)')); 		        	oGroup.appendChild(makeOption('Microsoft Certified Professional (MCP)','Microsoft Certified Professional (MCP)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Solution Developer for MS.NET (MCSD.NET)','Microsoft Certifies Solution Developer for MS.NET (MCSD.NET)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator (MCSA)','Microsoft Certifies Systems Administrator (MCSA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator-Security (MCSA-S)','Microsoft Certified Systems Administrator-Security (MCSA-S)')); 		    oGroup.appendChild(makeOption('Microsoft Certified Systems Engineer (MCSE)','Microsoft Certified Systems Engineer (MCSE)')); 		        
			oGroup.appendChild(makeOption('Microsoft Specialist (MOS)','Microsoft Specialist (MOS)')); 		        
			oGroup.appendChild(makeOption('Oracle Database 10g Certified Associate (OCA)','Oracle Database 10g Certified Associate (OCA)')); 		        
			oGroup.appendChild(makeOption('Oracle Database 10g Certified Professional Database Administrator (OCP DBA)','Oracle Database 10g Certified Professional Database Administrator (OCP DBA)')); 		        
			oGroup.appendChild(makeOption('Oracle9i Certified Associate (OCA)','Oracle9i Certified Associate (OCA)')); 		        
			oGroup.appendChild(makeOption('Oracle91 Certified Professional Database Administrator (OCP DBA)','Oracle91 Certified Professional Database Administrator (OCP DBA)')); 		        
			oGroup.appendChild(makeOption('Sun Certified Java Programmer (SCJP)','Sun Certified Java Programmer (SCJP)')); 		        
			obj.appendChild(oGroup);


			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Health Services';
			//oOption = new Option('Health Services',''); 		        
			//oOption.disabled = true;
			//oOption.style.color = "black"; 
			//oOption.style.fontWeight = "bold"; 
			//obj.options[obj.options.length] = oOption; 

			//oGroup.appendChild(makeOption('Medical Administrative Assisting','Medical Administrative Assisting')); 		        
			//oGroup.appendChild(makeOption('Medical Billing','Medical Billing')); 		        
			//oGroup.appendChild(makeOption('Medical Coding','Medical Coding')); 		        
			//oGroup.appendChild(makeOption('Medical Transcription','Medical Transcription')); 		        
			//oGroup.appendChild(makeOption('Pharmacy Technician','Pharmacy Technician')); 		        
			//obj.appendChild(oGroup);

			//RT#14904 Business and Legal programs removed
			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Business and Legal';
			//oOption = new Option('Business and Legal',''); 		        
			//oOption.disabled = true;
			//oOption.style.color = "black"; 
			//oOption.style.fontWeight = "bold"; 
			//obj.options[obj.options.length] = oOption; 

			//oGroup.appendChild(makeOption('Accounting and Bookkeeping','Accounting and Bookkeeping')); 		        
			//oGroup.appendChild(makeOption('Project Management','Project Management')); 		        
			//obj.appendChild(oGroup);

			break;

			
		case '1273': 
		case '1275': 
		case '1277': 
		case '1280': 
		case '1285': 
			//all but pharmacy			
			obj.options[obj.options.length] = new Option('Please Select:','',true); 		        
			oGroup = document.createElement('optgroup');
			oGroup.label = 'Information Technology';
		        
			oGroup.appendChild(makeOption('Certified Information Systems Security Professional (CISSP)','Certified Information Systems Security Professional (CISSP)')); 		   	oGroup.appendChild(makeOption('Certified Internet Webmaster (CIW) Associate','Certified Internet Webmaster (CIW) Associate')); 		        
			//oGroup.appendChild(makeOption('Certified Wireless Network Professional (CCNP)','Certified Wireless Network Professional (CCNP)'));
			oGroup.appendChild(makeOption('Certified Wireless Network Associate (CWNA)','Certified Wireless Network Associate (CWNA)')); 
			oGroup.appendChild(makeOption('Cisco Certified Network Associate (CCNA)','Cisco Certified Network Associate (CCNA)'));
			oGroup.appendChild(makeOption('Cisco Certified Network Professional (CCNP)','Cisco Certified Network Professional (CCNP)')); 		    
			oGroup.appendChild(makeOption('CompTIA A+','CompTIA A+')); 		        
			oGroup.appendChild(makeOption('CompTIA i-Net +','CompTIA i-Net +')); 		        
			oGroup.appendChild(makeOption('CompTIA Linux +','CompTIA Linux +')); 		        
			oGroup.appendChild(makeOption('CompTIA Network+','CompTIA Network+')); 		        
			oGroup.appendChild(makeOption('CompTIA Security+','CompTIA Security+')); 		        
			oGroup.appendChild(makeOption('Master Certified Internet Webmaster (CIW) Designer','Master Certified Internet Webmaster (CIW) Designer')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Application Developer (MCAD)','Microsoft Certified Application Developer (MCAD)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Database Administrator (MCDBA)','Microsoft Certified Database Administrator (MCDBA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Desktop Support Technician (MCDST)','Microsoft Certified Desktop Support Technician (MCDST)')); 		        	oGroup.appendChild(makeOption('Microsoft Certified Professional (MCP)','Microsoft Certified Professional (MCP)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Solution Developer for MS.NET (MCSD.NET)','Microsoft Certifies Solution Developer for MS.NET (MCSD.NET)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator (MCSA)','Microsoft Certifies Systems Administrator (MCSA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator-Security (MCSA-S)','Microsoft Certified Systems Administrator-Security (MCSA-S)')); 		  	oGroup.appendChild(makeOption('Microsoft Certified Systems Engineer (MCSE)','Microsoft Certified Systems Engineer (MCSE)')); 		        
			oGroup.appendChild(makeOption('Microsoft Specialist (MOS)','Microsoft Specialist (MOS)')); 		        
			oGroup.appendChild(makeOption('Oracle Database 10g Certified Associate (OCA)','Oracle Database 10g Certified Associate (OCA)')); 		        
			oGroup.appendChild(makeOption('Oracle Database 10g Certified Professional Database Administrator (OCP DBA)','Oracle Database 10g Certified Professional Database Administrator (OCP DBA)')); 		        
			oGroup.appendChild(makeOption('Oracle9i Certified Associate (OCA)','Oracle9i Certified Associate (OCA)')); 		        
			oGroup.appendChild(makeOption('Oracle91 Certified Professional Database Administrator (OCP DBA)','Oracle91 Certified Professional Database Administrator (OCP DBA)')); 		        
			oGroup.appendChild(makeOption('Sun Certified Java Programmer (SCJP)','Sun Certified Java Programmer (SCJP)')); 		        
			obj.appendChild(oGroup);


			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Health Services';

			//oGroup.appendChild(makeOption('Medical Administrative Assisting','Medical Administrative Assisting')); 		        
			//oGroup.appendChild(makeOption('Medical Billing','Medical Billing')); 		        
			//oGroup.appendChild(makeOption('Medical Coding','Medical Coding')); 		        
			//oGroup.appendChild(makeOption('Medical Transcription','Medical Transcription')); 		        
			//obj.appendChild(oGroup);

			//RT#14904 Business and Legal programs removed
			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Business and Legal';

			//oGroup.appendChild(makeOption('Accounting and Bookkeeping','Accounting and Bookkeeping')); 		        
			//oGroup.appendChild(makeOption('Project Management','Project Management')); 		        
			//obj.appendChild(oGroup);

			break;

		case '1279': 
		case '1300': 
			//all but legal assistant
			obj.options[obj.options.length] = new Option('Please Select:','',true); 		        
			oGroup = document.createElement('optgroup');
			oGroup.label = 'Information Technology';
		        
			oGroup.appendChild(makeOption('Certified Information Systems Security Professional (CISSP)','Certified Information Systems Security Professional (CISSP)')); 		    oGroup.appendChild(makeOption('Certified Internet Webmaster (CIW) Associate','Certified Internet Webmaster (CIW) Associate')); 		        
			//oGroup.appendChild(makeOption('Certified Wireless Network Professional (CCNP)','Certified Wireless Network Professional (CCNP)'));
			oGroup.appendChild(makeOption('Certified Wireless Network Associate (CWNA)','Certified Wireless Network Associate (CWNA)')); 
			oGroup.appendChild(makeOption('Cisco Certified Network Associate (CCNA)','Cisco Certified Network Associate (CCNA)'));
			oGroup.appendChild(makeOption('Cisco Certified Network Professional (CCNP)','Cisco Certified Network Professional (CCNP)')); 		    
			oGroup.appendChild(makeOption('CompTIA A+','CompTIA A+')); 		        
			oGroup.appendChild(makeOption('CompTIA i-Net +','CompTIA i-Net +')); 		        
			oGroup.appendChild(makeOption('CompTIA Linux +','CompTIA Linux +')); 		        
			oGroup.appendChild(makeOption('CompTIA Network+','CompTIA Network+')); 		        
			oGroup.appendChild(makeOption('CompTIA Security+','CompTIA Security+')); 		        
			oGroup.appendChild(makeOption('Master Certified Internet Webmaster (CIW) Designer','Master Certified Internet Webmaster (CIW) Designer')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Application Developer (MCAD)','Microsoft Certified Application Developer (MCAD)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Database Administrator (MCDBA)','Microsoft Certified Database Administrator (MCDBA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Desktop Support Technician (MCDST)','Microsoft Certified Desktop Support Technician (MCDST)')); 		        	oGroup.appendChild(makeOption('Microsoft Certified Professional (MCP)','Microsoft Certified Professional (MCP)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Solution Developer for MS.NET (MCSD.NET)','Microsoft Certifies Solution Developer for MS.NET (MCSD.NET)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator (MCSA)','Microsoft Certifies Systems Administrator (MCSA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator-Security (MCSA-S)','Microsoft Certified Systems Administrator-Security (MCSA-S)')); 		    oGroup.appendChild(makeOption('Microsoft Certified Systems Engineer (MCSE)','Microsoft Certified Systems Engineer (MCSE)')); 		        
			oGroup.appendChild(makeOption('Microsoft Specialist (MOS)','Microsoft Specialist (MOS)')); 		        
			oGroup.appendChild(makeOption('Oracle Database 10g Certified Associate (OCA)','Oracle Database 10g Certified Associate (OCA)')); 		        
			oGroup.appendChild(makeOption('Oracle Database 10g Certified Professional Database Administrator (OCP DBA)','Oracle Database 10g Certified Professional Database Administrator (OCP DBA)')); 		        
			oGroup.appendChild(makeOption('Oracle9i Certified Associate (OCA)','Oracle9i Certified Associate (OCA)')); 		        
			oGroup.appendChild(makeOption('Oracle91 Certified Professional Database Administrator (OCP DBA)','Oracle91 Certified Professional Database Administrator (OCP DBA)')); 		        
			oGroup.appendChild(makeOption('Sun Certified Java Programmer (SCJP)','Sun Certified Java Programmer (SCJP)')); 		        
			obj.appendChild(oGroup);


			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Health Services';

			//oGroup.appendChild(makeOption('Medical Administrative Assisting','Medical Administrative Assisting')); 		        
			//oGroup.appendChild(makeOption('Medical Billing','Medical Billing')); 		        
			//oGroup.appendChild(makeOption('Medical Coding','Medical Coding')); 		        
			//oGroup.appendChild(makeOption('Medical Transcription','Medical Transcription')); 		        
			//oGroup.appendChild(makeOption('Pharmacy Technician','Pharmacy Technician')); 		        
			//obj.appendChild(oGroup);

			//RT#14904 Business and Legal programs removed
			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Business and Legal';

			//oGroup.appendChild(makeOption('Accounting and Bookkeeping','Accounting and Bookkeeping')); 		        
			//oGroup.appendChild(makeOption('Project Management','Project Management')); 		        
			//obj.appendChild(oGroup);

			break;

		case '1420': 
			
			obj.options[obj.options.length] = new Option('Please Select:','',true); 		        
			oGroup = document.createElement('optgroup');
			oGroup.label = 'Information Technology';
		        
			oGroup.appendChild(makeOption('Cisco Certified Network Associate (CCNA)','Cisco Certified Network Associate (CCNA)'));
			oGroup.appendChild(makeOption('Cisco Certified Network Professional (CCNP)','Cisco Certified Network Professional (CCNP)')); 		    
			oGroup.appendChild(makeOption('CompTIA A+','CompTIA A+')); 		        
			oGroup.appendChild(makeOption('CompTIA Network+','CompTIA Network+')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Database Administrator (MCDBA)','Microsoft Certified Database Administrator (MCDBA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Professional (MCP)','Microsoft Certified Professional (MCP)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Administrator (MCSA)','Microsoft Certifies Systems Administrator (MCSA)')); 		        
			oGroup.appendChild(makeOption('Microsoft Certified Systems Engineer (MCSE)','Microsoft Certified Systems Engineer (MCSE)')); 		        
			obj.appendChild(oGroup);


			//oGroup = document.createElement('optgroup');
			//oGroup.label = 'Health Services';

			//oGroup.appendChild(makeOption('Medical Administrative Assisting','Medical Administrative Assisting')); 		        
			//oGroup.appendChild(makeOption('Medical Billing','Medical Billing')); 		        
			//oGroup.appendChild(makeOption('Medical Coding','Medical Coding')); 		        
			//oGroup.appendChild(makeOption('Pharmacy Technician','Pharmacy Technician')); 		        
			//obj.appendChild(oGroup);


			break;
					
		default:
			obj.options[obj.options.length] = new Option('Please choose a location first',''); 		        
			break;
		}
	

}

function setState(Obj) {
	var sValue = Obj.options[Obj.selectedIndex].value;
	var oState = Obj.form.state;
	var aryStates = new Array('AB','AK','AL','AR','AZ','BC','CA','CN','CO','CT','DC','DE','DL','FL','GA','HI','IA','ID','IL','IN','KS','KY','LA','MA','MB','MD','ME','MI','MN','MO','MS','MT','NB','NC','ND','NE','NH','NJ','NL','NM','NS','NT','NU','NV','NY','OH','OK','ON','OR','PA','PE','PR','QC','RI','SC','SD','SK','TN','TX','UT','VA','VT','WA','WI','WV','WY','XX','YT');
	oState.value = 'XX';
	for (var i=0;i<aryStates.length;i++) {
		if (sValue == aryStates[i]) {
			oState.value = sValue;
			break;
		}
	}
}

function validateForm(oForm) {
	// call these to make sure the hiddens don't get unset
	//setClientId(oForm.location);
	setState(oForm.techskills_state);
	if (!validate('firstname','First Name',oForm)) { return false; }
	if (!validate('lastname','Last Name',oForm)) { return false; }
	if (!validate('dayphone','Daytime Phone',oForm)) { return false; }
        var sdayphonePhoneError = phoneIsValid(oForm.dayphone,'Daytime Phone');
        if (sdayphonePhoneError.length > 0) {
                alert(sdayphonePhoneError);
				oForm.dayphone.focus();
                return false;
        }
//	if (!validate('evephone','Evening Phone',oForm)) { return false; }
	if (oForm.evephone.value.length > 0) {
        var sevephonePhoneError = phoneIsValid(oForm.evephone,'Evening Phone');
        if (sevephonePhoneError.length > 0) {
                alert(sevephonePhoneError);
				oForm.evephone.focus();
                return false;
        }
	}
	if (!validate('email','E-mail Address',oForm)) { return false; }
	if (!checkEmail(oForm.email.value)) { alert ('Form Error:\nE-mail Address must be valid.'); return false; }
	if (!validate('address','Street Address',oForm)) { return false; }
	if (!validate('city','City',oForm)) { return false; }
	if (!validate('techskills_state','State',oForm)) { return false; }
	if (!validate('zip','Zip Code',oForm)) { return false; }
	if (!validate('hsgrad','Do you have a High School Diploma or equivalent',oForm)) { return false; }
	//if (!validate('gradyear','High School Graduation Year',oForm)) { return false; }
    if (oForm.hsgrad.selectedIndex == 2) { alert('Sorry, you do not meet the requirements to submit this form.'); return false; }	
	//if (!validate('age','Age',oForm)) { return false; }
	//if (oForm.age.selectedIndex < 2) { alert('Sorry, you do not meet the requirements to submit this form.'); return false; }

//	if (oForm.TRAINING_TYPE.value == 'IT') {
//		if (!validate('experience','How much IT experience do you have',oForm)) { return false; }
//	}
	if (!validate('whenstart','When might you begin study',oForm)) { return false; }
	if (!validate('besttime','Best Time to Contact',oForm)) { return false; }
	if (!validate('location','Convenient Location',oForm)) { return false; }
	if (!validate('program','Program of Interest',oForm)) { return false; }
	if (oForm.program.options[oForm.program.selectedIndex].value == '') { alert('Form Error:\nPlease complete: Program of Interest.'); return false; }
	return true;
}

function checkEmail(sEmail) {
        var AtSign = sEmail.indexOf('@');
        var Period = sEmail.lastIndexOf('.');
        if (AtSign > -1 && Period > -1 && AtSign < Period) {
                return true;
        }
        else {
                return false;
        }
}


function phoneIsValid(Obj,sLabel) {
        var sPhone = Obj.value;
        var sPhoneTemp = sPhone;
        sPhone = '';
        var sNumbers = '1234567890';
        for (var i=0;i<sPhoneTemp.length;i++) {
                if (sNumbers.indexOf(sPhoneTemp.charAt(i)) > -1) {
                        sPhone += sPhoneTemp.charAt(i);
                }
        }
        if (sPhone.charAt(0) == '1' || sPhone.charAt(0) == 1) {
                sPhone = sPhone.substring(1,(sPhone.length));
        }
        if (sPhone.length != 10) {
                return sLabel + ' must be a 10 digit number\n';
        }
        else {
                Obj.value = sPhone;
        }
        var sAreaCode = sPhone.substring(0,3);
        var sPrefix = sPhone.substring(3,6);
        var sNumber = sPhone.substring(6,10);
        ary7NotAllowed = new Array('1234567','4567890','0000000','1111111','2222222','3333333','4444444','5555555','6666666','7777777','8888888','9999999')
        ary3NotAllowed = new Array('000','911','555');
        for (var i=0;i<ary7NotAllowed.length;i++) {
                if (sPrefix.toString() + sNumber.toString() == ary7NotAllowed[i])  {
                        return sLabel + ' must be a valid phone number\n';
                }
        }
        for (var i=0;i<ary3NotAllowed.length;i++) {
                if (sPrefix.toString() == ary3NotAllowed[i].toString()) {
                        return sLabel + ' must be a valid phone number\n';
                }
        }
        return '';
}
// std validation

function validate(sFieldName,sLabelName,oForm) {
        var oField = eval('oForm.' + sFieldName);
        var undefined;
        if (oField != undefined) {
                 if (CheckRequired(oField) ) {
                        return true;
                }
                else {
                        if (oField[0] == undefined || oField.type == 'select-one') {
                                alert('Form Error:\nPlease complete: ' + sLabelName + '.');
                                oField.focus();
                                return false;
                        }
                        else {
                                if (!CheckRequired(oField)) {
                                        alert('Form Error:\nPlease complete: ' + sLabelName + '.');
                                        oField[0].focus();
                                        return false;
                                }
                        }
                }
        }
        else if (oField[0] != undefined) {
                if (!CheckRequired(oField)) {
                                        alert('Form Error:\nPlease complete: ' + sLabelName + '.');
                                        oField[0].focus();
                                        return false;
                }
        }
        else {
                alert('undefined field in form: ' + sFieldName);
                return false;
        }
}

function CheckRequired(Obj) {
        var ObjType;
        var retVal;
        var x = 0;
        var undefined;
        ObjType = Obj.type;
        /* types: password, radio, select-multiple, select-one, text, textarea */
        if (ObjType == undefined) {
                ObjType = Obj[0].type;
        }
        switch(ObjType) {
                case 'hidden':
                        if(Obj.value.length < 1) {
                                retVal = false;
                        }
                        else {
                                retVal = true;
                        }
                break;
                case 'text':
                        if(Obj.value.length < 1) {
                                retVal = false;
                        }
                        else {
                                retVal = true;
                        }
                break;

                case 'textarea':
                        if(Obj.value.length < 1) {
                                retVal = false;
                        }
                        else {
                                retVal = true;
                        }
                break;

                case 'password':
                        if(Obj.value.length < 1) {
                                retVal = false;
                        }
                        else {
                                retVal = true;
                        }
                break;
                case 'file':
                        if(Obj.value.length < 1) {
                                retVal = false;
                        }
                        else {
                                retVal = true;
                        }
                break;
                case 'select-one':
                        if(Obj.selectedIndex > 0) {
                                retVal = true;
                        }
                        else {
                                retVal = false;
                        }
                break;

                case 'select-multiple':
                        retVal = false;
                        for (var x=0;x<Obj.options.length;x++) {
                                if (Obj[x].selected) {
                                        retVal = true;
                                }
                        }
                break;

                case 'radio':
                        retVal = false;
                        for(var x=0;x<Obj.length;x++) {
                                if (Obj[x].checked) {

                                        retVal = true;
                                }
                        }
                break;

                case 'checkbox':

                        if (navigator.appName == 'Netscape' && (navigator.appVersion.toString().substr(0,1) == '4' || navigator.appVersion.toString().substr(0,1) == '3' || navigator.appVersion.toString().substr(0,1) == '2')) {
                                var arrNum = Obj.length - 1;
                                var cbObj;
                                if (Obj[arrNum] == undefined) {
                                        cbObj = Obj;
                                }
                                else {
                                        cbObj = Obj[arrNum];
                                }
                                var formObj = cbObj.form;
                                var cbName = cbObj.name;
                                var cbCount = 0;
                                var cbFirstChecked = cbObj.checked;
                                var cbOtherChecked = false;
                                for (var cb=0;cb<formObj.length;cb++) {
                                        if (formObj.elements[cb].type == 'checkbox' && formObj.elements[cb].name == cbName) {
                                                cbCount++;
                                                if (formObj.elements[cb].checked) {
                                                        cbOtherChecked = true;
                                                        }
                                        }
                                }
                                if (cbCount > 0) {
                                        if (cbFirstChecked || cbOtherChecked) {
                                                retVal = true;
                                        }
                                        else {
                                                retVal = false;
                                        }
                                }
                                else {
                                        if (cbFirstChecked) {
                                                retVal = true;
                                        }
                                        else {
                                                retVal = false;
                                        }
                                }
                        }
                        else {
                        retVal = false;
                        if (Obj.length != undefined) {
                                for(var x=0;x<Obj.length;x++) {
                                        if (Obj[x].checked) {
                                                retVal = true;
                                        }
                                }
                        }
                        else {
                                if (Obj.checked == true) {
                                        retVal = true;
                                }
                        }
                }
                break;


                default:
                        retVal = true;
        }
        return retVal;
}

function changeContent(id, oForm) {
    if(oForm.options[oForm.selectedIndex].disabled == true) 
    {
        alert("The Program you have selected is not avalible at the location you have selected.\n\n" +
              "Please select a differant program or location.");
        oForm.selectedIndex = 0;                      
    }
    //else
    //{
        if (document.getElementById || document.all) {
            var el = document.getElementById? document.getElementById(id): document.all[id];
            if (el && typeof el.innerHTML != "undefined") el.innerHTML = getProgDesc(oForm);
        }
    //}
}

function getProgDesc(obj) {
   if (obj.form.program.value != '') {
		var desc = ''; 
		switch (obj.form.program.value)
		{
			case 'Certified Information Systems Security Professional (CISSP)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Certified Information Systems Security Professional (CISSP)</strong></p> CISSP is an ideal credential for mid- and senior-level managers who are working toward or have already attained positions as CISOs, CSOs or Senior Security Engineers. The CISSP certification provides students with an objective measure of competence as well as a globally recognized standard of achievement through its review of the 10 domains of the information security practice. It also serves as a strong learning tool for mastering concepts and topics related to all aspects of information systems security. Includes one course.';
				break;
			case 'Certified Internet Webmaster (CIW) Associate':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Certified Internet Webmaster (CIW) Associate</strong></p> The CIW Associate certification is designed to prepare entry-level students with the basic hands-on skills and knowledge of Internet technologies, network infrastructure and web authoring using HTML. Includes one course.';
				break;
			case 'Certified Wireless Network Associate (CWNA)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Certified Wireless Network Associate (CWNA)</strong></p> CWNA is the foundation level wireless LAN certification. It is an excellent introduction to wireless training and certification. CWNA covers a broad range of wireless LAN topics focused on 802.11 wireless technology. Includes one course.';
				break;
			case 'Cisco Certified Network Professional (CCNP)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Cisco Certified Network Professional (CCNP)</strong></p> CCNP certification enables students to gain advanced knowledge of how to install, configure, operate and troubleshoot complex-routed Local Area  Networks (LANs), Wide Area Networks (WANs) and Switched Networks. Includes four courses.';
				break;
			case 'CompTIA A+':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>CompTIA A+</strong></p> A+ certification highlights the competency of entry-level computer service technicians. After completing this program, students will have the knowledge to build, repair, troubleshoot and configure a computer and its software. Includes two courses.';
				break;
			case 'CompTIA i-Net+':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>CompTIA i-Net+</strong></p> i-Net+ certification training is designed to prepare students to become entry-level Internet professionals. Includes one course.';
				break;
			case 'CompTIA Linux+':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>CompTIA Linux+</strong></p> Linux+ certification training equips students with vendor-neutral Linux knowledge and the skills for foundational Linux operating system proficiency. Includes one course.';
				break;
			case 'CompTIA Network+':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>CompTIA Network+</strong></p> Network+ certification training is designed to prepare entry-level networking technicians to install, configure, upgrade and troubleshoot a networked environment. Includes one course.';
				break;
			case 'CompTIA Security+':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>CompTIA Security+</strong></p> Security+ certification training equips students with the technical competency to fill front-line security positions. Students will demonstrate an understanding of operational and organizational security and the basics of cryptography. Includes one course.';
				break;
			case 'Master Certified Internet Webmaster (CIW) Designer':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Master Certified Internet Webmaster (CIW) Designer</strong></p> The Master CIW Designer certification enables students to implement and maintain web sites, create web content, design e-commerce strategies and use web management tools. Includes two courses.';
				break;
			case 'Microsoft Certified Application Developer (MCAD)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Certified Application Developer (MCAD)</strong></p> MCAD credential validates students’ expertise in developing, testing, deploying and maintaining Windows-based applications, XML web services, and SQL Server 2003 Enterprise databases using the Microsoft .NET framework. Includes three courses.';
				break;
			case 'Microsoft Certified Database Administrator (MCDBA)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Certified Database Administrator (MCDBA)</strong></p> MCDBA certification is designed for students who want to work with Microsoft’s SQL Server Database. This training program teaches students how to develop physical database designs and logical data models, and create physical databases and data services. Includes four courses.';
				break;
			case 'Microsoft Certified Desktop Support Technician (MCDST)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Certified Desktop Support Technician (MCDST)</strong></p> The MCDST credential gets students started in their IT careers by ensuring they have the skills to successfully troubleshoot desktop environments running on the Microsoft Windows operating system. Includes five courses.';
				break; 
			case 'Microsoft Certified Professional (MCP)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Certified Professional (MCP)</strong></p> This is an excellent Microsoft certification for beginning students. Earning the MCP credential qualifies students to install and configure a Windows environment, support applications, troubleshoot and manage resources within the operating system or network. Includes one course.';
				break;
			case 'Microsoft Certified Solution Developer for MS .NET (MCSD .NET)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Certified Solution Developer (MCSD .NET)</strong></p> The MCSD .NET credential qualifies our students’ expertise in implementing desktop and web-based applications using the Microsoft .NET framework. The MCSD .NET certification also validates our students’ expertise in analyzing business processes to design, develop and implement enterprise solutions, as well as their understanding of how to manage the software life cycle. Includes five courses.';
				break;
			case 'Microsoft Certified Systems Administrator (MCSA)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Certified Systems Administrator (MCSA)</strong></p> The MCSA credential certifies that students have the skills to successfully implement, manage and troubleshoot the ongoing needs of Microsoft Windows-based platforms. Includes six courses.';
				break;
			case 'Microsoft Certified Systems Administrator - Security (MCSA-S)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Certified Systems Administrator - Security (MCSA-S)</strong></p> The MCSA – Security credential certifies that students have the skills to successfully implement, manage and troubleshoot the ongoing needs of Microsoft Windows 2003-based platforms, as well as implement and administer security in a Microsoft Windows Server 2003 network. Includes five courses.';
				break;
			case 'Microsoft Certified Systems Engineer (MCSE)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Certified Systems Engineer (MCSE)</strong></p> The MCSE credential qualifies students to plan, implement, maintain and support an information system in a wide range of computing environments with Microsoft Windows Server with Active Directory and the Back Office integrated family of server products. Includes seven courses.';
				break;
			case 'Cisco Certified Network Associate (CCNA)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Cisco Certified Network Associate (CCNA)</strong></p> CCNA training enables students to master commands of the Cisco Internetwork Operating System (IOS) and understand networking concepts. Upon completion of this program, Students will know how to install, configure and operate LAN, WAN and remote access services for routed or switched networks. Includes one course.';
				break;
			case 'Microsoft Office Specialist (MOS)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Microsoft Office Specialist (MOS)</strong></p> The Microsoft Office Specialist (MOS) certification is the globally recognized standard for proficiency with the Microsoft Office suite of business productivity applications (Office XP or Office 2000), including Word, Excel, Outlook, PowerPoint and Access. In the MOS Package, students can select any four courses.';
				break;
			case 'Oracle Database 10g Certified Associate (OCA)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Oracle Database 10g Certified Associate (OCA)</strong></p> OCA certification training offers students an extensive introduction to data server technology. This program covers the administration concepts of the Oracle 10g relational database and the SQL and PL/SQL query language. Students are taught how to create and maintain database objects and store, retrieve, and manipulate data. Includes two courses.';
				break;
			case 'Oracle Database 10g Certified Professional Database Administrator (OCP DBA)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Oracle Database 10g Certified Professional Database Administrator (OCP DBA)</strong></p> The Oracle 10g Certified Professional is the highest level certification for students who want to design, operate, maintain and troubleshoot Oracle 10g databases. Includes three courses.';
				break;
			case 'Oracle9i Certified Associate (OCA)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Oracle9i Certified Associate (OCA)</strong></p> OCA certification training offers students an extensive introduction to data server technology. This program covers the administration concepts of the Oracle9i relational database and the SQL query language. Students are taught how to create and maintain database objects and to store, retrieve and manipulate data. Includes two courses.';
				break;
			case 'Oracle9i Certified Professional Database Administrator (OCP DBA)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Oracle9i Certified Professional Database Administrator (OCP DBA)</strong></p> The Oracle9i Certified Professional is the highest level certification for students who want to design, operate, maintain and troubleshoot Oracle9i databases. Includes four courses.';
				break;
			case 'Sun Certified Java Programmer (SCJP)':
				obj.form.TRAINING_TYPE.value = 'IT';
				desc = '<p><strong>Sun Certified Java Programmer (SCJP)</strong></p> The Sun Certified Java Programmer credential is a premier certification for students who want to program custom business solutions with Java development tools and technologies. Includes one course.';
				break;
			case 'Medical Administrative Assisting':
				obj.form.TRAINING_TYPE.value = 'Medical';
				desc = '<p><strong>Medical Administrative Assisting</strong></p> Medical Administrative Assistants perform a broad range of tasks to keep hospitals, clinics, physicians’ offices and other types of medical facilities running smoothly. This program prepares students for entry-level positions such as Medical Records Technician, Medical Secretary, Medical Billing Clerk and others.';
				break;
			case 'Medical Billing':
				obj.form.TRAINING_TYPE.value = 'Medical';
				desc = '<p><strong>Medical Billing</strong></p> Medical billing professionals perform a range of tasks encompassing the billing and accounts receivable management functions of a healthcare practice. Their major responsibility is to accurately submit claims and patient statements in order to receive the correct reimbursement for medical services rendered in the shortest amount of time. This program prepares students for positions such as Medical Reimbursement Specialist, Patient Accounts Representative and other similar roles.';
				break;
			case 'Medical Coding':
				obj.form.TRAINING_TYPE.value = 'Medical';
				desc = '<p><strong>Medical Coding</strong></p> Healthcare providers depend on Medical Coders to ensure quality patient care, compliance and financial profitability. Coding professionals fulfill these needs through providing concise clinical data that is compliant and maximizes reimbursement. The Medical Coding program prepares students for positions such as Medical Coding Specialist, Medical Records Technician and other similar roles. The program also prepares students for the Certified Coding Associate exam, enabling them to earn a widely recognized industry certification.';
				break;
			case 'Medical Transcription':
				obj.form.TRAINING_TYPE.value = 'Medical';
				desc = '<p><strong>Medical Transcription</strong></p> Medical Transcriptionists create the legal documents relied upon by virtually all healthcare professionals, including physicians, pharmacists, therapists, nurses, dieticians, chiropractors and others. The Medical Transcription program gives students the training they need to begin a career in this rewarding profession. The program also helps prepare students for the Certified Medical Transcriptionist exam, which enables them to earn a widely recognized industry certification.';
				break;
			case 'Pharmacy Technician':
				obj.form.TRAINING_TYPE.value = 'Medical';
				desc = '<p><strong>Pharmacy Technician</strong></p> Pharmacy Technicians work in a variety of practice settings including retail, independent, hospital and many more. Under the direction of a licensed pharmacist, a technician performs a variety of tasks including assisting the pharmacist in filling prescriptions, compounding medications, assisting patients and ordering supplies. The Pharmacy Technician program equips students with the skills to begin a rewarding career in pharmacy. The program also helps prepare students for the Certified Pharmacy Technician exam, which enables them to earn a widely recognized industry certification. ';
				break;
			case 'Accounting and Bookkeeping':
				obj.form.TRAINING_TYPE.value = 'BUS-BK';
				desc = '<p><strong>Accounting and Bookkeeping</strong></p> Bookkeepers are accounting professionals who serve as an organization’s financial record keepers. They have a wide range of skills, from full-charge bookkeepers who can maintain an entire company’s books to accounting clerks who handle specific accounts. Job titles include Bookkeeper, Accounting Technician, Accounting Assistant, Billing Clerk, Payroll Administration and others. The Accounting and Bookkeeping program gives students the skills to begin a rewarding career in bookkeeping. The program is also designed to help prepare students for the Certified Bookkeeper exam, which enables them to earn a widely recognized industry certification.';
				break;
			case 'Legal Assistant':
				obj.form.TRAINING_TYPE.value = 'BUS-LEGAL';
				desc = '<p><strong>Legal Assistant</strong></p> Legal Assistants assist attorneys in the delivery of legal services. Job titles in this field  include Legal Assistant and Legal Secretary, among others. The Legal Assisting program gives students the skills to begin a career in this rewarding profession. The program also prepares students for the ALS certification exam, which enables them to earn a widely recognized industry credential.';
				break;
			case 'Project Management':
				obj.form.TRAINING_TYPE.value = 'BUS-PM';
				desc = '<p><strong>Project Management</strong></p> TechSkills offers certification programs for Certified Associate in Project Management (CAPM) from the Project Management Institute (PMI) and Microsoft Project. The Project Management program is designed for students who want to enter the project management field, or for those who currently provide project management services but are relatively new to the profession. The program also prepares students for the Certified Associate in Project Management (CAPM) exam, enabling them to earn a widely recognized industry certification from the Project Management Institute (PMI).<br><br>The Microsoft Project program is designed to improve students’ skills in creating timelines, tracking tasks, creating reports, completing and tracking budgets and sharing information. The program also prepares students for the Microsoft Project certification exam. Earning this credential equips students with the administrative and organizational skills to utilize the Microsoft Project application in the workplace.';
				break;
		}
		return desc;
	}
	else
	{
		return '<p><strong>Get the skills for a better career.</strong></p><p>TechSkills provides affordable career training programs that build critical job skills. 					We offer flexible programs that won&#8217;t compromise your schedule. On-campus and online study options let you choose whichever combination works best for you. </p><p>You&#8217;ll enjoy personalized instruction from experienced professionals. Hands-on learning labs get you ready for on-the-job tasks. </p><p>For our Information Technology students, certification test prep and on-site testing facilities prepare you for your exams. And our Test Pass Assurance program helps ensure that you&#8217;re successful.</p><p>Plus, TechSkills&#8217; powerful career placement tools help you get the job you want. </p><p>Get started on a better career today. Please fill out the brief form, and one of our Admissions Specialists will contact you to discuss the right training program for you.</p>';   
	}
}
