function get_bio(div_id) {
	switch (div_id) {
		case 'Cornell':
			document.getElementById(div_id).innerHTML = "A native of the Washington, DC metro area and a graduate of The University of Maryland, College Park, Mr. Cornell previously held senior management positions at Raytheon, QSS Group, Inc., Computer Sciences Corporation (CSC) and Arctic Slope Regional Corporation (ASRC). He is recognized as a strong financial manager and innovative competitive strategist, having contributed to numerous business capture efforts and winning proposal efforts throughout a career that spans over 20 years. Additionally, Mr. Cornell has significant experience in effecting successful program transition efforts and has managed organizations of 1,000 employees with annual revenues of greater than $250M.<a href=javascript:get_bio_short('Cornell');void(0);>&laquo; less</a>";
			
			break;

		case "Hewlett-Langster":
			document.getElementById(div_id).innerHTML = "Ms. Langster is a graduate of North Carolina State University, holding a B.S. in Electrical Engineering. Ms. Langster's 18 years of professional experience began as a design engineer researching, developing, implementing, and testing new satellite components such as low noise amplifiers, digital control circuits, and check-out software for major DoD satellite programs. Afterwards, she moved into senior systems engineering and project management positions directing and mentoring network project management teams with project definition, implementation, and testing. She progressed into a lead network architect position for a field IT modernization project, defining the standards and protocols for the infrastructure. More recently, Ms. Langster has supported a $4+ billion DoD IT infrastructure outsourcing contract. She provided technical consultation to program management, developed technical acquisition documents, managed complex technical entanglement tasks, and led contract transition efforts.<br /><br /> <a href=javascript:get_bio_short('Hewlett-Langster');void(0);>&laquo; less</a>";

			break;

		case "Horton":
			document.getElementById(div_id).innerHTML = "A native of the Washington, DC metro area and a graduate of Western Maryland College (B.A. Economics), The George Washington University (M.B.A. Procurement and Contracting), and the Industrial College of the Armed Forces (M.S. National Resource Strategy), Mr. Horton previously held numerous positions as a Defense Intelligence Senior Executive at the National Security Agency (NSA). Mr. Horton began his 32+ year career as an acquisition technician, but soon migrated through numerous acquisition positions in the Agency, to include serving as a Contracting Manager and Contracting Officer for many of NSA's highest priority acquisitions. Mr. Horton held numerous Program Management positions at NSA to include one to develop and implement a highly successful acquisition-based employee transition program, a multi-billion dollar information technology infrastructure outsourcing program, and a major SIGINT transformation program. Mr. Horton's last assignment at NSA was as the Information Technology (IT) Program Executive Officer (PEO) and was responsible for the oversight and management of NSA's acquisitions of IT products, services, and development. In this capacity, Mr. Horton managed the daily activities of Program Managers responsible for the execution of numerous critical IT development programs, as well as overall acquisition planning and execution of all IT procurements in support of the IT Services organization.<br /><br />Mr. Horton is DAWIA-certified in multiple disciplines.<br /><br /> <a href=javascript:get_bio_short('Horton');void(0);>&laquo; less</a>";

			break;

		case "Hudgins":
			document.getElementById(div_id).innerHTML = "A native of the Washington, DC metro area and a graduate of The University of Maryland, College Park, Mr. Hudgins previously held management positions at QSS Group, Inc., SGT, Inc., Bridge Technology Corporation/SI International and Swales Aerospace/ ATK Space. He has nineteen years of experience in diversified financial environments, including twelve years experience in the federal government contracting industry with two &quot;Fast 50&quot; companies. His demonstrated capabilities include mergers/acquisitions, DCAA submissions, transition of major contract wins, cash management forecasting, strategic financial analysis, corporate budget implementation, financial statement preparation, audit engagement supervision, corporate policy/procedure development and implementation, program control, project profitability validation, pricing, cost volumes, contract administration and new facility build-outs including SCIF space. Mr. Hudgins has a broad background in financial and internal controls, accounting, profitability analysis and system implementation/ conversions of DELTEK products. He is well-versed in GAAP, DCAA, FAR, CAS, EVM and ISO certification/compliance. Mr. Hudgins is a professional who is known for his integrity, ethics, and is passionate about his work and the company's success.<br /><br /> <a href=javascript:get_bio_short('Hudgins');void(0);>&laquo; less</a>";

			break;

		case "Holbruner":
			document.getElementById(div_id).innerHTML = "Mr. Holbruner is a native of Baltimore MD and enjoyed a 36+ year career at the National Security Agency. As an IT professional at NSA, he served primarily as a telecommunications subject matter expert during most of his career. He was a lead customer service representative, project manager, and held various technical leadership and IT management positions, mentoring other telecommunication technicians and engineers. Later he served as a Service Category Manager, developing, administering and refining Service Level Agreements and specification documentation on a $4+ billion IT outsourcing contract. He provided technical consultation and oversight for the program manager and contracting officer. He wrote statements of work, reviewed proposals and oversaw service task order execution as the contracting officer representative. Mr. Holbruner is ITIL and DAWIA certified.<br /><br /> <a href=javascript:get_bio_short('Holbruner');void(0);>&laquo; less</a>";

			break;
			
		case "Butziger":
			document.getElementById(div_id).innerHTML = "Ms. Butziger is a graduate of East Tennessee State University, holding a B.B.A. in Accounting.  Ms. Butziger has a career that includes 20 years of professional experience that began in Accounting and transitioned to Human Resources.  Ms. Butziger previously held senior management positions at Swales Aerospace and Alliant Techsystems.  She is an agile leader recognized for continously delivering value to the business through creative and complex problem solving often through strategic partnerships and improved processes.  Ms. Butziger has been a key player supporting senior leadership through business transformation periods that included significant organic and acquired growth.<br /><br /> <a href=javascript:get_bio_short('Butziger');void(0);>&laquo; less</a>";

			break;	
			
			
		default:
			//
	}
}

function get_bio_short(div_id) {
	switch (div_id) {
		case 'Cornell':
			document.getElementById(div_id).innerHTML = "A native of the Washington, DC metro area and a graduate of The University of Maryland, College Park, Mr. Cornell previously held senior management positions at Raytheon, QSS Group, Inc., Computer Sciences Corporation (CSC) <a href=javascript:get_bio('Cornell');void(0);>read more...</a>";
			
			break;

		case "Hewlett-Langster":
			document.getElementById(div_id).innerHTML = "Ms. Langster is a graduate of North Carolina State University, holding a B.S. in Electrical Engineering. Ms. Langster's 18 years of professional experience began as a design engineer researching, developing, implementing, and testing new satellite <a href=javascript:get_bio('Hewlett-Langster');void(0);>read more...</a>";

			break;

		case "Horton":
			document.getElementById(div_id).innerHTML = "A native of the Washington, DC metro area and a graduate of Western Maryland College (B.A. Economics), The George Washington University (M.B.A. Procurement and Contracting), and the Industrial College of the Armed Forces <a href=javascript:get_bio('Horton');void(0);>read more...</a>";

			break;

		case "Hudgins":
			document.getElementById(div_id).innerHTML = "A native of the Washington, DC metro area and a graduate of The University of Maryland, College Park, Mr. Hudgins previously held management positions at QSS Group, Inc., SGT, Inc., Bridge Technology Corporation/SI International and <a href=javascript:get_bio('Hudgins');void(0);>read more...</a>";

			break;

		case "Holbruner":
			document.getElementById(div_id).innerHTML = "Mr. Holbruner is a native of Baltimore MD and enjoyed a 36+ year career at the National Security Agency. As an IT professional at NSA, he served primarily as a telecommunications subject matter expert during most of his career. <a href=javascript:get_bio('Holbruner');void(0);>read more...</a>";

			break;
			
		case "Butziger":
			document.getElementById(div_id).innerHTML = "Ms. Butziger is a graduate of East Tennessee State University, holding a B.B.A. in Accounting.  Ms. Butziger has a career that includes 20 years of professional experience that began in Accounting and transitioned to Human Resources.  Ms. Butziger previously held senior <a href=javascript:get_bio('Butziger');void(0);>read more...</a>";
			
			break;
			
		default:
			//
	}
}

function validate_apply_form() {
	var er = "";
	
	if (document.apply_form.app_position.selectedIndex == 0) { er += "Please select a Position.\n"; }
	if (document.apply_form.firstname.value == "") { er += "Please enter a First Name.\n"; }
	if (document.apply_form.lastname.value == "") { er += "Please enter a Last Name.\n"; }
	if (document.apply_form.email.value == "") { er += "Please enter an Email.\n"; }
	if (document.apply_form.phone.value == "") { er += "Please enter a Phone.\n"; }
	
	if (er != "") {
		alert(er);
		return false;
	} else {
		return true;
	}
}

