function locationHref(OBJ){
	var n=OBJ.selectedIndex;
	document.location.href=OBJ.options[n].value;
}