function SelState(M){
var x = document.forms['Ozi_search_form'].StateSl;
// x.style.background='';
$("#AdvSearchDiv").fadeIn("slow");
$('input#AdvSearchCB').attr('checked', 'true');
  for (i=0; i<x.length; i++){
  if (x.options[i].value==M){
		x.selectedIndex=i;
		//x.options[i].style.background='#FF9900';
		break;
	}
  }
//x.style.background='#FFFFFF';
}
