$(document).ready(function(){

	
	$(".job_level > ul > li").click(function(){

			var id = $(this).attr("id");
			
			$("#job_program_01_text").hide();
			$("#job_program_02_text").hide();
			$("#job_program_03_text").hide();
			$("#job_program_04_text").hide();
			$("#job_program_05_text").hide();
			$("#job_program_06_text").hide();
			$("#job_program_07_text").hide();
			$("#job_program_08_text").hide();
			$("#job_program_09_text").hide();
			$("#job_program_10_text").hide();

			$("#job_operations_01_text").hide();
			$("#job_operations_02_text").hide();
			$("#job_operations_03_text").hide();
			$("#job_operations_04_text").hide();
			$("#job_operations_05_text").hide();
			$("#job_operations_06_text").hide();
			$("#job_operations_07_text").hide();
			$("#job_operations_08_text").hide();
			$("#job_operations_09_text").hide();
			$("#job_operations_10_text").hide();
			$("#job_operations_11_text").hide();
			$("#job_operations_12_text").hide();
			$("#job_operations_13_text").hide();
			$("#job_operations_14_text").hide();
			$("#job_operations_15_text").hide();

			$("#job_operations_sup_01_text").hide();
			$("#job_operations_sup_02_text").hide();
			$("#job_operations_sup_03_text").hide();
			$("#job_operations_sup_04_text").hide();
			$("#job_operations_sup_05_text").hide();
			$("#job_operations_sup_06_text").hide();
			$("#job_operations_sup_07_text").hide();
			$("#job_operations_sup_08_text").hide();
			$("#job_operations_sup_09_text").hide();
			$("#job_operations_sup_10_text").hide();

			$("#job_materials_01_text").hide();
			$("#job_materials_02_text").hide();
			$("#job_materials_03_text").hide();
			$("#job_materials_04_text").hide();
			$("#job_materials_05_text").hide();
			$("#job_materials_06_text").hide();
			$("#job_materials_07_text").hide();
			$("#job_materials_08_text").hide();
			$("#job_materials_09_text").hide();
			$("#job_materials_10_text").hide();
			
			$("#job_finance_01_text").hide();
			$("#job_finance_02_text").hide();
			$("#job_finance_03_text").hide();
			$("#job_finance_04_text").hide();
			$("#job_finance_05_text").hide();
			$("#job_finance_06_text").hide();
			$("#job_finance_07_text").hide();
			$("#job_finance_08_text").hide();
			$("#job_finance_09_text").hide();
			$("#job_finance_10_text").hide();

			$("#job_mis_01_text").hide();
			$("#job_mis_02_text").hide();
			$("#job_mis_03_text").hide();
			$("#job_mis_04_text").hide();
			$("#job_mis_05_text").hide();
			$("#job_mis_06_text").hide();			
			$("#job_mis_07_text").hide();
			$("#job_mis_08_text").hide();
			$("#job_mis_09_text").hide();
			$("#job_mis_10_text").hide();

			$("#job_human_01_text").hide();
			$("#job_human_02_text").hide();
			$("#job_human_03_text").hide();
			$("#job_human_04_text").hide();
			$("#job_human_05_text").hide();
			$("#job_human_06_text").hide();
			$("#job_human_07_text").hide();
			$("#job_human_08_text").hide();
			$("#job_human_09_text").hide();
			$("#job_human_10_text").hide();
					
			$("#"+id+"_text").show();
			
	});	
		
	
	
});