function show_prices(mobile_id,start_date,end_date,extras,delivery_place,return_place,lang)
{
	//alert(extras);
	$("#prices_id").load("/ajax_prices.php", {mobile_id: mobile_id, start_date: start_date,
	end_date: end_date, extras: extras, delivery_place: delivery_place, return_place: return_place, lang: lang
	});

	
	return false;
}
function make_extras_array(value)
{
	
	//alert(value);
}
function showmodelspr(id, lang)
{
	$("#model_id").load("/ajax_models.php", {id: id, lang: lang});
}
