function selectBusiness(){
	if (document.dropdownBusiness.business.options[document.dropdownBusiness.business.selectedIndex].value != "none") {
			location = document.dropdownBusiness.business.options[document.dropdownBusiness.business.selectedIndex].value
		}
	}

function selectConstruction(){
	if (document.dropdownConstruction.partner.options[document.dropdownConstruction.partner.selectedIndex].value != "none") {
			location = document.dropdownConstruction.partner.options[document.dropdownConstruction.partner.selectedIndex].value
		}
	}

function selectRealEstate(){
	if (document.dropdownRealEstate.partner.options[document.dropdownRealEstate.partner.selectedIndex].value != "none") {
			location = document.dropdownRealEstate.partner.options[document.dropdownRealEstate.partner.selectedIndex].value
		}
	}

function selectCondo(){
	if (document.dropdownCondo.partner.options[document.dropdownCondo.partner.selectedIndex].value != "none") {
			location = document.dropdownCondo.partner.options[document.dropdownCondo.partner.selectedIndex].value
		}
	}

function selectFranchise(){
	if (document.dropdownFranchise.partner.options[document.dropdownFranchise.partner.selectedIndex].value != "none") {
			location = document.dropdownFranchise.partner.options[document.dropdownFranchise.partner.selectedIndex].value
		}
	}

function selectMcDonalds(){
	if (document.dropdownMcDonalds.partner.options[document.dropdownMcDonalds.partner.selectedIndex].value != "none") {
			location = document.dropdownMcDonalds.partner.options[document.dropdownMcDonalds.partner.selectedIndex].value
		}
	}
function selectRestaurant(){
	if (document.dropdownRestaurant.partner.options[document.dropdownRestaurant.partner.selectedIndex].value != "none") {
			location = document.dropdownRestaurant.partner.options[document.dropdownRestaurant.partner.selectedIndex].value
		}
	}

function selectMedical(){
	if (document.dropdownMedical.partner.options[document.dropdownMedical.partner.selectedIndex].value != "none") {
			location = document.dropdownMedical.partner.options[document.dropdownMedical.partner.selectedIndex].value
		}
	}

function selectDental(){
	if (document.dropdownDental.partner.options[document.dropdownDental.partner.selectedIndex].value != "none") {
			location = document.dropdownDental.partner.options[document.dropdownDental.partner.selectedIndex].value
		}
	}

function selectVeterinary(){
	if (document.dropdownVeterinary.partner.options[document.dropdownVeterinary.partner.selectedIndex].value != "none") {
			location = document.dropdownVeterinary.partner.options[document.dropdownVeterinary.partner.selectedIndex].value
		}
	}

function selectLaw(){
	if (document.dropdownLaw.partner.options[document.dropdownLaw.partner.selectedIndex].value != "none") {
			location = document.dropdownLaw.partner.options[document.dropdownLaw.partner.selectedIndex].value
		}
	}

function selectArchitectural(){
	if (document.dropdownArchitectural.partner.options[document.dropdownArchitectural.partner.selectedIndex].value != "none") {
			location = document.dropdownArchitectural.partner.options[document.dropdownArchitectural.partner.selectedIndex].value
		}
	}

function selectRetail(){
	if (document.dropdownRetail.partner.options[document.dropdownRetail.partner.selectedIndex].value != "none") {
			location = document.dropdownRetail.partner.options[document.dropdownRetail.partner.selectedIndex].value
		}
	}

function selectPartner(){
	if (document.dropdownPartner.partner.options[document.dropdownPartner.partner.selectedIndex].value != "none") {
			location = document.dropdownPartner.partner.options[document.dropdownPartner.partner.selectedIndex].value
		}
	}

function selectExpertise(){
	if (document.dropdownExpertise.expertise.options[document.dropdownExpertise.expertise.selectedIndex].value != "none") {
			location = document.dropdownExpertise.expertise.options[document.dropdownExpertise.expertise.selectedIndex].value
		}
	}

function selectService(){
	if (document.dropdownService.service.options[document.dropdownService.service.selectedIndex].value != "none") {
			location = document.dropdownService.service.options[document.dropdownService.service.selectedIndex].value
		}
	}
