
function goUrl(selectUrl){
url=selectUrl.options[selectUrl.selectedIndex].value ;
document.getElementById('frSearchbis').action=url ;
if(url!='null'){
	document.location = url;
	}
} 
