

function showCargoCount(data){
    $("#cargo_result").text("Стоимость: "+data);
}

function GetPrice() {
	$('form#getprice').submit();
}



