/**
 * @author raisch
 * $Id: config.js 8891 2008-09-23 18:38:21Z arehm $
 * Don't mess with this file.  It's not used for whatever you think it's used for.  Edit inc/toobar.cfm instead.
 */
var toolbar_config = {

    // home is prepended to all internally referenced paths (like menu.image)
    
    /* =================
     home: '.',								// uncomment for development on LOCALHOST
     ================= */
    home: '/_layout/scripts/toolbar', // uncomment for production
    style: 'tb',
    
    attributes: { /* toolbar attributes override */
        'width': '100%',
        'cellspacing': '1',
        'border': '0'
    },
    
    container: {
        name: 'div[id="toolbar"]', // default - css selector - used in $$(), like $$('body')
        position: 'top' // default- position relative to container to insert toolbar (top, bottom, before, after)
    },
    
    buttons: {

        style: 'tb_button', // default button style
        highlight: 'tb_button_highlight', // default button highlight style
        
        1: {
            label: "Home",
            target: "/"
        },
        2: {
            label: "Topics",
            target: "/page/370"
        },
        3: {
            label: "Databases",
            target: "/page/516"
        },
        4: {
            label: "Columnists",
            target: "/page/330"
        },
        5: {
            label: "Blogs",
            target: "/page/505"
        },
        6: {
            label: "Webcasts",
            target: "/page/116" //"http://events.complianceweek.com/"
        },
        7: {
            label: "Events",
            target: "/page/506"
        },
        8: {
            label: "Resource Exchange",
            target: "/page/498"
        },
        9: {
            label: "CPE",
            target: "/page/501"
        },
        10: {
            label: "Jobs",
            target: "/helpwanted/92"
        },
        11: {
            label: "Thought Leadership",
            target: "/page/504"
        },
        12: {
            label: "Directory",
            target: "/page/192"
        },
        13: {
            label: "Subscribe",
            target: "/page/81",
            style: 'tb_subscribe',
            highlight: 'tb_subscribe_highlight'
        }
    },
    
    menus: {
        2: {
            type: "dropdown",
            styles: { /* menu styles override */},
            items: {
                1: {
                    label: "Accounting &amp; Auditing",
                    target: "/savedsearch/121"
                },
                2: {
                    label: "Compliance &amp; Technology",
                    target: "/savedsearch/104"
                },
				3: {
                    label: "Enforcement &amp; Litigation",
                    target: "/savedsearch/113"
                },
				4: {
                    label: "Enterprise Risk Management",
                    target: "/savedsearch/73"
                },
                5: {
                    label: "Executive Compensation",
                    target: "/savedsearch/51"
                },
                6: {
                    label: "International, Global Issues",
                    target: "/savedsearch/93"
                },
                7: {
                    label: "Internal Controls, SOX 404",
                    target: "/savedsearch/74"
                },
                8: {
                    label: "More: D&amp;O, XBRL, CSR...",
                    target: "/page/370",
		    styles: { 'font-style': 'italic' }
                }
            }
        },
        3: {
            type: "dropdown",
            styles: { /* menu styles override */},
            items: {
                1: {
                    label: "Auditor Changes",
                    target: "/article/799"
                },
                2: {
                    label: "Bylaws &amp; Policies",
                    target: "/search/corporate-documents"
                },
                3: {
                    label: "Codes of Business Conduct",
                    target: "/search/codesofethics"
                },
                4: {
                    label: "Corporate Charters",
                    target: "/search/corporate-charters"
                },
                5: {
                    label: "Internal Controls",
                    target: "/search/controls-procedures"
                },
                6: {
                    label: "Investigations &amp; Probes",
                    target: "/index.cfm?fuseaction=SECLibrary.showDisclosureSearchResults&DisclosureSearchID=4"
                },
                7: {
                    label: "Rules, Standards &amp; Guidance",
                    target: "/search/reg-rules"
                },
                8: {
                    label: "Whistleblower Guidelines",
                    target: "/search/whistleblower"
                },
                9: {
                    label: "More: CD&amp;A, Class Actions...",
                    target: "/article/1505"
                }
            }
        },
        4: {
            type: 'box',
            items: {
                1: {
                    image: "/images/pitt.gif", // NOTE! home will be prepended to this
                    target: "/savedsearch/102"
                },
                2: {
                    image: '/images/steinberg.gif',
                    target: "/savedsearch/82",
                    break_after: true
                },
                3: {
                    image: '/images/cunningham.gif',
                    target: "/savedsearch/119"
                },
                4: {
                    image: '/images/thompson.gif',
                    target: "/savedsearch/105",
                    break_after: true
                },
                5: {
                    image: '/images/swanson.gif',
                    target: "/savedsearch/95"
                },
                6: {
                    image: '/images/taub.gif',
                    target: "/savedsearch/123",
                    break_after: true
                },
                7: {
                    image: '/images/davislukomnik.gif',
                    target: "/savedsearch/85"
                },
                8: {
                    image: '/images/more.gif',
                    target: "/pageID/330"
                }
            }
        },
        5: {
            type: "dropdown",
            items: {
                1: {
                    label: "Melissa Aguilar",
                    target: "/blog/aguilar"
                },
				2: {
                    label: "Bruce Carton",
                    target: "/blog/carton"
                },
				3: {
                    label: "Tammy Whitehouse",
                    target: "/blog/whitehouse"
                },
				4: {
                    label: "Matt Kelly",
                    target: "/blog/kelly"
                },
				5: {
                    label: "Scuttlebutt",
                    target: "/blog/scuttlebutt"
                }
            }
        },
        7: {
            type: "dropdown",
            styles: { /* menu styles override */},
            items: {
                1: {
                    label: "Annual Conference",
                    target: "/page/525"
                },
                2: {
                    label: "XBRL Primer",
                    target: "http://conference.complianceweek.com/xbrl/"
                },
                3: {
                    label: "Editorial Roundtables",
                    target: "/page/507"
                },
                4: {
                    label: "Industry Event Calendar",
                    target: "/page/193"
                }
            }
        }
    }
};
