// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
//Can we add a variable here to get filename and make treeview.js be named filename-treeview.js?
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1
ICONPATH = 'treeview.net/'
HIGHLIGHT = 0 // Value of 1 turns on mouseover highlight, 0 turns it off //;
HIGHLIGHT_COLOR = '#FFFFFF';
HIGHLIGHT_BG    = '#007EC3';
BUILDALL = 0
TARGETFRAME = '_self';

var ft0=new Folder("The Disability Leave Policy", "jpm-0f0-disability-leave-pol-web-.html");

//IterDepth: 1
//Key:       0
//Children's Key: 3
    ft0.addChild(new Item("Important Terms", "jpm-0f0-disability-leave-pol-web-a.html", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 4
    ft0.addChild(new Item("Some Quick Facts", "jpm-0f0-disability-leave-pol-web-b.html", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 5
ft1=new Folder("Coverage Under the Disability Leave Policy", "jpm-0f0-disability-leave-pol-web-c.html");
    ft0.addChild(ft1);
    
//IterDepth: 2
//Key:       5
//Children's Key: 6
    ft1.addChild(new Item("Eligibility", "jpm-0f0-disability-leave-pol-web-c.html#wp9000229", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 7
ft1=new Folder("How the Disability Leave Policy Works", "jpm-0f0-disability-leave-pol-web-d.html");
    ft0.addChild(ft1);
    
//IterDepth: 2
//Key:       7
//Children's Key: 8
    ft1.addChild(new Item("Length and Amount of Benefits", "jpm-0f0-disability-leave-pol-web-d.html#wp9000245", "_top"));

//IterDepth: 2
//Key:       7
//Children's Key: 9
    ft1.addChild(new Item("About State Disability Benefits", "jpm-0f0-disability-leave-pol-web-d.html#wp9000258", "_top"));

//IterDepth: 2
//Key:       7
//Children's Key: 10
    ft1.addChild(new Item("Cost of Coverage", "jpm-0f0-disability-leave-pol-web-d.html#wp9000262", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 11
    ft0.addChild(new Item("What Is Not Covered", "jpm-0f0-disability-leave-pol-web-e.html", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 12
ft1=new Folder("Claiming Benefits", "jpm-0f0-disability-leave-pol-web-f.html");
    ft0.addChild(ft1);
    
//IterDepth: 2
//Key:       12
//Children's Key: 13
    ft1.addChild(new Item("How to File Claims", "jpm-0f0-disability-leave-pol-web-f.html#wp9000277", "_top"));

//IterDepth: 2
//Key:       12
//Children's Key: 14
    ft1.addChild(new Item("Appealing Claims", "jpm-0f0-disability-leave-pol-web-f.html#wp9000308", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 15
ft1=new Folder("When Coverage Ends", "jpm-0f0-disability-leave-pol-web-g.html");
    ft0.addChild(ft1);
    
//IterDepth: 2
//Key:       15
//Children's Key: 16
    ft1.addChild(new Item("Ongoing Certification Process", "jpm-0f0-disability-leave-pol-web-g.html#wp9000338", "_top"));

//IterDepth: 2
//Key:       15
//Children's Key: 17
    ft1.addChild(new Item("Recurrent Disabilities", "jpm-0f0-disability-leave-pol-web-g.html#wp9000340", "_top"));

//IterDepth: 2
//Key:       15
//Children's Key: 18
    ft1.addChild(new Item("Multiple Disability Leaves", "jpm-0f0-disability-leave-pol-web-g.html#wp9000347", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 19
    ft0.addChild(new Item("Other Important Information", "jpm-0f0-disability-leave-pol-web-h.html", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 20
    ft0.addChild(new Item("Additional Plan Information", "jpm-0f0-disability-leave-pol-web-i.html", "_top"));

//IterDepth: 1
//Key:       0
//Children's Key: 21
    ft0.addChild(new Item("Right to Amend", "jpm-0f0-disability-leave-pol-web-j.html", "_top"));

foldersTree=ft0; // remove dummy hierarchy level
//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2";
