function goto_project(objSelect) {
	var strURL = objSelect.options[objSelect.selectedIndex].value;
	if (strURL != 0) {
		document.location = strURL;
	} // end f
}