function SelectIndustry(){ 
// this function is used to fill the Industry list on load
	addOption(document.drop_list.Industry, "Agriculture & Mining", 		"Agriculture & Mining", 	"");
	addOption(document.drop_list.Industry, "Automotive & Aerospace",	"Automotive & Aerospace", 	"");
	addOption(document.drop_list.Industry, "Chemicals", 				"Chemicals",				"");
	addOption(document.drop_list.Industry, "Communications", 			"Communications", 			"");
	addOption(document.drop_list.Industry, "Computers & Internet", 		"Computers & Internet", 	"");
	addOption(document.drop_list.Industry, "Construction", 				"Construction", 			"");
	addOption(document.drop_list.Industry, "Fabric & Clothing", 		"Fabric & Clothing", 		"");
	addOption(document.drop_list.Industry, "Fabrications",	 			"Fabrications",		 		"");
	addOption(document.drop_list.Industry, "Finance",		 			"Finance",					"");
	addOption(document.drop_list.Industry, "Food & Tobacco", 			"Food & Tobacco",			"");
	addOption(document.drop_list.Industry, "Healthcare", 				"Healthcare",		 		"");
	addOption(document.drop_list.Industry, "Metals & Commodities",		"Metals & Commodities",		"");
	addOption(document.drop_list.Industry, "Retail",			 		"Retail",	 				"");
	addOption(document.drop_list.Industry, "Service Industries",		"Service Industries",		"");
	addOption(document.drop_list.Industry, "Transportation",			"Transportation",	 		"");
	addOption(document.drop_list.Industry, "Utilities & Energy",		"Utilities & Energy",	 	"");
	addOption(document.drop_list.Industry, "Wood & Paper",				"Wood & Paper",			 	"");
	}

function SelectPosition(){
// ON selection of Industry this function will work
	removeAllOptions(document.drop_list.Position);
	addOption(document.drop_list.Position, "", "Position", "");

	if(document.drop_list.Industry.value == 'Agriculture & Mining'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
	
	if(document.drop_list.Industry.value == 'Automotive & Aerospace'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
	
	if(document.drop_list.Industry.value == 'Chemicals'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
	
	if(document.drop_list.Industry.value == 'Communications'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
	
	if(document.drop_list.Industry.value == 'Computers & Internet'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
	
	if(document.drop_list.Industry.value == 'Construction'){
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
	
	if(document.drop_list.Industry.value == 'Fabric & Clothing'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
		
	if(document.drop_list.Industry.value == 'Fabrications'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}

	if(document.drop_list.Industry.value == 'Finance'){
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
	
	if(document.drop_list.Industry.value == 'Food & Tobacco'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}

	if(document.drop_list.Industry.value == 'Healthcare'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
	
	if(document.drop_list.Industry.value == 'Metals & Commodities'){
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}

	if(document.drop_list.Industry.value == 'Retail'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}

	if(document.drop_list.Industry.value == 'Service Industries'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}

	if(document.drop_list.Industry.value == 'Transportation'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}

	if(document.drop_list.Industry.value == 'Utilities & Energy'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}

	if(document.drop_list.Industry.value == 'Wood & Paper'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}

	if(document.drop_list.Industry.value == 'All Industries'){
		addOption(document.drop_list.Position, "Accounting & Finance", 			"Accounting & Finance");
		addOption(document.drop_list.Position, "Human Resources", 				"Human Resources");
		addOption(document.drop_list.Position, "IT & Telecom", 					"IT & Telecom");
		addOption(document.drop_list.Position, "Operations", 					"Operations");
		addOption(document.drop_list.Position, "Sales & Marketing", 			"Sales & Marketing");
		addOption(document.drop_list.Position, "Senior Executives",				"Senior Executives");
		}
}
///////////////////////////////////////////
function removeAllOptions(selectbox){
	var i;
	
	for(i=selectbox.options.length-1;i>=0;i--)
		{selectbox.remove(i);}
	}

function addOption(selectbox, value, text ){
	var optn = document.createElement("OPTION");
	optn.text = text;
	optn.value = value;
	selectbox.options.add(optn);
	}
	  
function LoadDatabase(){
	if(document.drop_list.Industry.value == 'Automotive & Aerospace') {
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-AERO.asp") } }
	//window.open("../private/CEO-AERO.asp",null,"fullscreen=yes,status=yes,toolbar=yes,menubar=yes,location=yes,titlbar=yes,scrollbars=yes ") }}	
	 
	if(document.drop_list.Industry.value == 'Agriculture & Mining') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-AGRI.asp") } }

	if(document.drop_list.Industry.value == 'Chemicals') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-CHEM.asp") } }

	if(document.drop_list.Industry.value == 'Communications') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-COMM.asp") } }
	
	if(document.drop_list.Industry.value == 'Computers & Internet') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-COMP.asp") } }

	if(document.drop_list.Industry.value == 'Construction') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-CONST.asp") } }

	if(document.drop_list.Industry.value == 'Fabric & Clothing') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-FABRICS.asp") } }

	if(document.drop_list.Industry.value == 'Fabrications') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-FABRICATED.asp") } }

	if(document.drop_list.Industry.value == 'Finance') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-FINAN.asp") } }

	if(document.drop_list.Industry.value == 'Food & Tobacco') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-FOOD.asp") } }

	if(document.drop_list.Industry.value == 'Healthcare') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-HEALTH.asp") } }

	if(document.drop_list.Industry.value == 'Metals & Commodities') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-METALS.asp") } }

	if(document.drop_list.Industry.value == 'Retail') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-RETAIL.asp") } }

	if(document.drop_list.Industry.value == 'Service Industries') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-SERVICES.asp") } }

	if(document.drop_list.Industry.value == 'Transportation') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-TRANS.asp") } }

	if(document.drop_list.Industry.value == 'Utilities & Energy') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-UTIL.asp") } }

	if(document.drop_list.Industry.value == 'Wood & Paper') { 
	if(document.drop_list.Position.value == 'Senior Executives') {
	window.open("../private/CEO-WOOD.asp") } }
	
	////////////////////////////////////////////////////////////////////////////////////////////////////

	if(document.drop_list.Industry.value == 'Automotive & Aerospace') {
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-AERO.asp") } }
	
	if(document.drop_list.Industry.value == 'Agriculture & Mining') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-AGRI.asp") } }

	if(document.drop_list.Industry.value == 'Chemicals') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-CHEM.asp") } }

	if(document.drop_list.Industry.value == 'Communications') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-COMM.asp") } }
	
	if(document.drop_list.Industry.value == 'Computers & Internet') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-COMP.asp") } }

	if(document.drop_list.Industry.value == 'Construction') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-CONST.asp") } }

	if(document.drop_list.Industry.value == 'Fabric & Clothing') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-FABRICS.asp") } }

	if(document.drop_list.Industry.value == 'Fabrications') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-FABRICATED.asp") } }

	if(document.drop_list.Industry.value == 'Finance') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-FINAN.asp") } }

	if(document.drop_list.Industry.value == 'Food & Tobacco') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-FOOD.asp") } }

	if(document.drop_list.Industry.value == 'Healthcare') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-HEALTH.asp") } }

	if(document.drop_list.Industry.value == 'Metals & Commodities') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-METALS.asp") } }

	if(document.drop_list.Industry.value == 'Retail') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-RETAIL.asp") } }

	if(document.drop_list.Industry.value == 'Service Industries') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-SERVICES.asp") } }

	if(document.drop_list.Industry.value == 'Transportation') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-TRANS.asp") } }

	if(document.drop_list.Industry.value == 'Utilities & Energy') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-UTIL.asp") } }

	if(document.drop_list.Industry.value == 'Wood & Paper') { 
	if(document.drop_list.Position.value == 'Sales & Marketing') {
	window.open("../private/SALES-WOOD.asp") } }

	////////////////////////////////////////////////////////////////////////////////////////////////////

	if(document.drop_list.Industry.value == 'Automotive & Aerospace') {
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-AERO.asp") } }
	
	if(document.drop_list.Industry.value == 'Agriculture & Mining') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-AGRI.asp") } }

	if(document.drop_list.Industry.value == 'Chemicals') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-CHEM.asp") } }

	if(document.drop_list.Industry.value == 'Communications') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-COMM.asp") } }
	
	if(document.drop_list.Industry.value == 'Computers & Internet') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-COMP.asp") } }

	if(document.drop_list.Industry.value == 'Construction') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-CONST.asp") } }

	if(document.drop_list.Industry.value == 'Fabric & Clothing') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-FABRICS.asp") } }

	if(document.drop_list.Industry.value == 'Fabrications') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-FABRICATED.asp") } }

	if(document.drop_list.Industry.value == 'Finance') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-FINAN.asp") } }

	if(document.drop_list.Industry.value == 'Food & Tobacco') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-FOOD.asp") } }

	if(document.drop_list.Industry.value == 'Healthcare') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-HEALTH.asp") } }

	if(document.drop_list.Industry.value == 'Metals & Commodities') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-METALS.asp") } }

	if(document.drop_list.Industry.value == 'Retail') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-RETAIL.asp") } }

	if(document.drop_list.Industry.value == 'Service Industries') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-SERVICES.asp") } }

	if(document.drop_list.Industry.value == 'Transportation') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-TRANS.asp") } }

	if(document.drop_list.Industry.value == 'Utilities & Energy') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-UTIL.asp") } }

	if(document.drop_list.Industry.value == 'Wood & Paper') { 
	if(document.drop_list.Position.value == 'IT & Telecom') {
	window.open("../private/INT-WOOD.asp") } }

	////////////////////////////////////////////////////////////////////////////////////////////////////

	if(document.drop_list.Industry.value == 'Automotive & Aerospace') {
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-AERO.asp") } }
	
	if(document.drop_list.Industry.value == 'Agriculture & Mining') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-AGRI.asp") } }

	if(document.drop_list.Industry.value == 'Chemicals') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-CHEM.asp") } }
	
	if(document.drop_list.Industry.value == 'Computers & Internet') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-COMP.asp") } }

	if(document.drop_list.Industry.value == 'Construction') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-CONST.asp") } }

	if(document.drop_list.Industry.value == 'Fabric & Clothing') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-FABRICS.asp") } }

	if(document.drop_list.Industry.value == 'Fabrications') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-FABRICATED.asp") } }

	if(document.drop_list.Industry.value == 'Finance') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-FINAN.asp") } }

	if(document.drop_list.Industry.value == 'Food & Tobacco') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-FOOD.asp") } }

	if(document.drop_list.Industry.value == 'Healthcare') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-HEALTH.asp") } }

	if(document.drop_list.Industry.value == 'Metals & Commodities') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-METALS.asp") } }

	if(document.drop_list.Industry.value == 'Retail') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-RETAIL.asp") } }

	if(document.drop_list.Industry.value == 'Service Industries') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-SERVICES.asp") } }

	if(document.drop_list.Industry.value == 'Transportation') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-TRANS.asp") } }

	if(document.drop_list.Industry.value == 'Utilities & Energy') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-UTIL.asp") } }

	if(document.drop_list.Industry.value == 'Wood & Paper') { 
	if(document.drop_list.Position.value == 'Operations') {
	window.open("../private/OPO-WOOD.asp") } }

	////////////////////////////////////////////////////////////////////////////////////////////////////

	if(document.drop_list.Industry.value == 'Automotive & Aerospace') {
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-AERO.asp") 
	} }
	
	if(document.drop_list.Industry.value == 'Agriculture & Mining') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-AGRI.asp") } }

	if(document.drop_list.Industry.value == 'Chemicals') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-CHEM.asp") } }

	if(document.drop_list.Industry.value == 'Communications') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-COMM.asp") } }
	
	if(document.drop_list.Industry.value == 'Computers & Internet') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-COMP.asp") } }

	if(document.drop_list.Industry.value == 'Construction') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-CONST.asp") } }

	if(document.drop_list.Industry.value == 'Fabric & Clothing') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-FABRICS.asp") } }

	if(document.drop_list.Industry.value == 'Fabrications') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-FABRICATED.asp") } }

	if(document.drop_list.Industry.value == 'Finance') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-FINAN.asp") } }

	if(document.drop_list.Industry.value == 'Food & Tobacco') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-FOOD.asp") } }

	if(document.drop_list.Industry.value == 'Healthcare') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-HEALTH.asp") } }

	if(document.drop_list.Industry.value == 'Metals & Commodities') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-METALS.asp") } }

	if(document.drop_list.Industry.value == 'Retail') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-RETAIL.asp") } }

	if(document.drop_list.Industry.value == 'Service Industries') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-SERVICES.asp") } }

	if(document.drop_list.Industry.value == 'Transportation') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-TRANS.asp") } }

	if(document.drop_list.Industry.value == 'Utilities & Energy') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-UTIL.asp") } }

	if(document.drop_list.Industry.value == 'Wood & Paper') { 
	if(document.drop_list.Position.value == 'Accounting & Finance') {
	window.open("../private/FIN-WOOD.asp") } }

	////////////////////////////////////////////////////////////////////////////////////////////////////

	if(document.drop_list.Industry.value == 'Automotive & Aerospace') {
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-AERO.asp") } }
	
	if(document.drop_list.Industry.value == 'Agriculture & Mining') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-AGRI.asp") } }

	if(document.drop_list.Industry.value == 'Chemicals') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-CHEM.asp") } }

	if(document.drop_list.Industry.value == 'Communications') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-COMM.asp") } }
	
	if(document.drop_list.Industry.value == 'Computers & Internet') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-COMP.asp") } }

	if(document.drop_list.Industry.value == 'Construction') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-CONST.asp") } }

	if(document.drop_list.Industry.value == 'Fabric & Clothing') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-FABRICS.asp") } }

	if(document.drop_list.Industry.value == 'Fabrications') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-FABRICATED.asp") } }

	if(document.drop_list.Industry.value == 'Finance') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-FINAN.asp") } }

	if(document.drop_list.Industry.value == 'Food & Tobacco') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-FOOD.asp") } }

	if(document.drop_list.Industry.value == 'Healthcare') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-HEALTH.asp") } }

	if(document.drop_list.Industry.value == 'Metals & Commodities') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-METALS.asp") } }

	if(document.drop_list.Industry.value == 'Retail') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-RETAIL.asp") } }

	if(document.drop_list.Industry.value == 'Service Industries') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-SERVICES.asp") } }

	if(document.drop_list.Industry.value == 'Transportation') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-TRANS.asp") } }

	if(document.drop_list.Industry.value == 'Utilities & Energy') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-UTIL.asp") } }

	if(document.drop_list.Industry.value == 'Wood & Paper') { 
	if(document.drop_list.Position.value == 'Human Resources') {
	window.open("../private/HR-WOOD.asp") } }
	}
