function basket_refresh()
{
	jsAjaxUtil.InsertDataToNode('/ajax/basket_refresh.php?' + Math.random(), 'basket_line', true);
}
function showSaleItem(id)
{

	jsAjaxUtil.LoadData('/ajax/get_detail.php?ELEMENT_ID='+id, PutDataDetail2);
}
function PutDataDetail2(data)
{
    jQuery.prompt(data,{buttons:{Закрыть: true}});
}
