 var configuration =  {

  DEBUG : false,

// shuffle z-index:
  MAX_ZINDEX : 20,

  ctx : "/4duk",

  imageNames : [{id : 413, width : 61, height : 85}, {id : 415, width : 66, height : 70}, {id : 414, width : 60, height : 70}, {id : 417, width : 91, height : 92}, {id : 418, width : 69, height : 71}, {id : 416, width : 95, height : 78}, {id : 419, width : 92, height : 100}, {id : 420, width : 81, height : 91}, {id : 412, width : 78, height : 68}],
  msgDeliverer : [[]],


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

// strategy (start) parameters:
  
  steps : 6599,
  //steps : Math.round(Math.random() * 6599) + 50,
  radius : 303,
  angSpeed : 700,

// mutator
  fadeToNextStrategySteps : 8,

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

  startPosRadius : 0,

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

// shuffle probabilities
  shuffleIntervalMs : 7000,
  zIndexChangeProb : 0.03,
  flyInProb : 0.9,
  flyOutProb : 0.5,
  newStrategyProb : 0.0,
  logoBubbleProb : 0.75,

// logo animation
  logoRotationSteps : 8966,
  logoRotationRadius : 425,

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

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

  webjPollingInterval : 5,
  skipIntro : false,
  
  textRadiusAdjustment : 0,
  textCenterOffsetLeft : 30,
  textCenterOffsetTop : 70,
  
  boxJoinAnimProbability : 0.01,
  boxLeaveAnimProbability : 1.0,
  
  startupAnimationStrategy : 'StrategyCircle',
  logoAnimationStrategy : 'StrategyCircle'

};