function viewSector(selObj){ //v3.0
	eval("location='' + selObj.options[selObj.selectedIndex].value;");
	selObj.selectedIndex=0;
}
