//-----------------------------------------------------------------------------------------------
function m_confirm_del()  //get confirmation from user to delete item
{
  return window.confirm("Delete this item from your shopping basket?\nClick OK to delete it. Click Cancel to keep it.");
}
//-----------------------------------------------------------------------------------------------
