﻿/********************************************************************************
* awearness.com EFFECTS SETTINGS
*
* Description:
* This file faciltates customization of the awearness.com's behavior. Default 
* values are noted in the description for each setting. Revert to default values if
* unpredictable behavior is observed.
*
*********************************************************************************/
var g_settings = {
    /* --  (START) General Settings  -- */

    /*
    * Debug Mode
    * Description: Turns Debug features on or off.
    * Unit: boolean
    * Default: false
    */
    Debug: false

    , /*
    * WDYS URLs
    * Description: URL to load in the iFrame for Where Do You Stand Page.
    * Unit: URL
    * Default: "http://kcastaging.intersectnyc.com/", Debug: "http://awearness.busedge.com/FrameTest.htm",  Live: "http://wheredoyoustand.awearness.com/"
    * 12/6/11 - changed live site to point to kcstaging.intersectnyc.com per Loren Silverman - NS
    * 12/15/11 - changed live site to point to new URL per Loren Silverman - NS
    */
    WdysUrl: "http://wheredoyoustand.awearness.com/wdys/season",
    WdysNewsUrl: "http://wheredoyoustand.awearness.com/wdys/news"

    , /*
    * Send Omniture Data
    * Description: Turns Omniture feature on and off.
    * Unit: boolean
    * Default: true
    */
    SendOmnitureData: true

    /* --  (END) General Settings  -- */

    /* --  (START) Layout Settings  -- */

    ,/*
    * URL Polling Duration
    * Description: Time between URL Hash # checks to change sites current page.
    * Unit: milliseconds
    * Default: 500
    */
    URLPollingDuration: 500

    ,/*
    * Content Proportion X of window area horizontally
    * Description: Proportion of the content area to the available window size horizontally.
    * Unit: percentage of 1
    * Default: .82
    */
    contentScaleX: 1

    ,/*
    * Content Proportion Y
    * Description: Proportion of the content area to the available window size vertically.
    * Unit: percentage of 1
    * Default: .95
    */
    contentScaleY: .885

    , /*
    * Content Minimum X
    * Description: Content Minimum Horizontal Resolution.
    * Unit: pixels
    * Default: 500
    */
    contentMinX: 960

    , /*
    * Content Minimum Y
    * Description: Content Minimum Vertical Resolution.
    * Unit: pixels
    * Default: 400
    */
    contentMinY: 457

    , /*
    * Minimum Font size
    * Description: Lowest size a font will scale to.
    * Unit: pixels
    * Default: 10
    */
    fontSizeMin: 8

    /* --  (END) Layout Settings  -- */

    /* --  (START) Animation Settings  -- */

    , /*
    * Transition Duration
    * Description: Time it takes for each element to animate.
    * Unit: milliseconds
    * Default: 400
    */
    transitionDuration: 400

    , /*
    * Slide Wait Duration
    * Description: Time between slides changing on when set to automatically change. X2 for fist slide.
    * Unit: milliseconds
    * Default: 5000
    */
    slideWaitDuration: 5000

    , /*
    * Slide Transition Duration
    * Description: Time it takes the next slide to animate into view.
    * Unit: milliseconds
    * Default: 1500
    */
    slideTransitionDuration: 1500

    , /*
    * Animation Frame Rate
    * Description: Time between each frame being animated. (Set value higher, aka. lower frame rate, to smooth mobile device animations)
    * Unit: milliseconds
    * Default: 60
    */
    frameRate: 45

    /* --  (END) Animation Settings  -- */
}
