function goThere(){
	if (document.represent_form.select.selectedIndex == 3){
		document.location = "services.html#swe_comp_svcs";
	}
	else if (document.represent_form.select.selectedIndex == 1){
		document.location = "services.html#na_comp_svcs";
	}
	else if (document.represent_form.select.selectedIndex == 2){
		document.location = "services.html#na_investor_svcs";
	}

}