function DoSubmission() {
	document.seach.submit();
}
//function go(){
//if (document.search.SearchList.options[document.search.SearchList.selectedIndex].value != "none") {
//location = document.search.SearchList.options[document.search.SearchList.selectedIndex].value
//		}
//	}
function go(object) {

 <!-- window.location.href = object.options[object.selectedIndex].value; -->
 window.open(object.options[object.selectedIndex].value,'_blank')
}

function goto_URLparent(object) {

 <!-- window.location.href = object.options[object.selectedIndex].value; -->
 window.open(object.options[object.selectedIndex].value,'_parent')
} 
