var update_search_form_fields_id = '0';
var update_search_form_fields_update = true;
function update_search_form_fields_cb(result) {
	document.getElementById('p_'+update_search_form_fields_type).innerHTML = result;
	if (update_search_form_fields_update==true) {
		update_search_form_fields(update_search_form_fields_id,'year');
		update_search_form_fields_update =  false;
	}
}
function update_search_form_fields(id,type) {
	update_search_form_fields_type = type;
	if (type == "brand") update_search_form_fields_update = true;
	x_update_search_form_fields(id,type,update_search_form_fields_cb);
}