function search_user(){
	var error = false;
	if ($F("seller_id").length == 0){
		error = true;
	}
	
	if (!error){
		$("serach_form").submit();
	}
}
