
function __dg(mxData, stTitle) {
  if (typeof console == 'undefined') return;
  
  console.log('-----| '+stTitle+' |-------');
  console.log(mxData);
  console.log('--');
}

function bos_debug_isEnabled() {
  return (typeof BOS_DEBUG_ENABLED != 'undefined' && BOS_DEBUG_ENABLED === true);
}
