 var configuration =  {

  DEBUG : false,

// shuffle z-index:
  MAX_ZINDEX : 20,

  ctx : "/4duk",

  imageNames : [{id : 572, width : 27, height : 29}, {id : 571, width : 80, height : 74}, {id : 573, width : 27, height : 29}, {id : 575, width : 45, height : 41}, {id : 574, width : 27, height : 29}, {id : 576, width : 62, height : 42}],
  msgDeliverer : [[]],


// initial radius of items positions (when fading to hover positions at start)
   initPosRadius : 700,

// strategy (start) parameters:
  
  steps : 3800,
  //steps : Math.round(Math.random() * 3800) + 50,
  radius : 290,
  angSpeed : 9,

// mutator
  fadeToNextStrategySteps : 8,

// intro:
  introAppearSteps : 30,
  introDisappearSteps : 25,
  introXSpacer : 10,

  startPosRadius : 170,

// timing:
  logoAnimationStartMs : 10,
  introFadeIn1Ms : 500,
  introFadeIn2Ms : 1800,
  introFadeIn3Ms : 1800,
  introFadeOutMs : 1700,
  initActorsAnimationMs : 1500,
  showInterfaceMs : 500,

// shuffle probabilities
  shuffleIntervalMs : 99999,
  zIndexChangeProb : 0.0,
  flyInProb : 0.5,
  flyOutProb : 0.5,
  newStrategyProb : 0.5,
  logoBubbleProb : 0.75,

// logo animation
  logoRotationSteps : 1500,
  logoRotationRadius : 150,

// show menu:
  stepsToLineItemsUp : 9999,
  lineUpXOffset : 50,
  lineUpYOffset : 50,

// standing items:
  standingSteps : 600,
  standingRadius : 20,
  standingAngSpeed : 200,
  fadeToStandingAnimationSteps : 30,

  webjPollingInterval : 5,
  skipIntro : false,
  
  textRadiusAdjustment : 25,
  textCenterOffsetLeft : 20,
  textCenterOffsetTop : 100,
  
  boxJoinAnimProbability : 0.01,
  boxLeaveAnimProbability : 0.1,
  
  startupAnimationStrategy : 'StrategyRotationY',
  logoAnimationStrategy : 'StrategyCircle'

};