//called from /provider/director files

defaultStatus = "Group Health Cooperative: Locations and Providers"
function goThere() {
	location.href = document.medform.isnlist.options[document.medform.isnlist.selectedIndex].value
}


defaultStatus = ""
function goThere2() {
	location.href = document.locationform.isnlist.options[document.locationform.isnlist.selectedIndex].value
}


