var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Employees',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'Units',
        bIsWebPath:true,
        sUrl:'page5.html'
    }]
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sTitle:'Application',
        bIsWebPath:true,
        sUrl:'page7.html'
    },
    {   sTitle:'Company Handbook',
        bIsWebPath:true,
        sUrl:'page8.html',"childArray" : [
        {   sTitle:'Standard Operating Procedures',
            bIsWebPath:true,
            sUrl:'page9.html',"childArray" : [
            {   sTitle:'Introduction',
                bIsWebPath:true,
                sUrl:'page17.html'
            },
            {   sTitle:'Chapter 1',
                bIsWebPath:true,
                sUrl:'page12.html'
            },
            {   sTitle:'Chapter 1, page 2',
                bIsWebPath:true,
                sUrl:'page18.html'
            },
            {   sTitle:'Chapter 1, page 3',
                bIsWebPath:true,
                sUrl:'page19.html'
            },
            {   sTitle:'Chapter 2',
                bIsWebPath:true,
                sUrl:'page13.html'
            },
            {   sTitle:'Chapter 3',
                bIsWebPath:true,
                sUrl:'page14.html'
            },
            {   sTitle:'Chapter 4',
                bIsWebPath:true,
                sUrl:'page15.html'
            },
            {   sTitle:'Chapter 5',
                bIsWebPath:true,
                sUrl:'page16.html'
            }]
        },
        {   sTitle:'Employee Handbook',
            bIsWebPath:true,
            sUrl:'page10.html',"childArray" : [
            {   sTitle:'Introduction',
                bIsWebPath:true,
                sUrl:'page20.html'
            },
            {   sTitle:'Chapter 1',
                bIsWebPath:true,
                sUrl:'page21.html'
            },
            {   sTitle:'Chapter 2, page 1',
                bIsWebPath:true,
                sUrl:'page22.html'
            },
            {   sTitle:'Chapter 2, page 2',
                bIsWebPath:true,
                sUrl:'page23.html'
            },
            {   sTitle:'Chapter 3',
                bIsWebPath:true,
                sUrl:'page24.html'
            },
            {   sTitle:'Daily Duties',
                bIsWebPath:true,
                sUrl:'page25.html'
            }]
        },
        {   sTitle:'Protocols',
            bIsWebPath:true,
            sUrl:'page11.html',"childArray" : [
            {   sTitle:'Compliance with Privacy Practices',
                bIsWebPath:true,
                sUrl:'page26.html'
            },
            {   sTitle:'Policy on Privacy Training',
                bIsWebPath:true,
                sUrl:'page27.html'
            },
            {   sTitle:'Policy on Security, Levels of Access and Limiting Disclosure and Use of PHI ',
                bIsWebPath:true,
                sUrl:'page28.html'
            },
            {   sTitle:'Policy on Security, page 2',
                bIsWebPath:true,
                sUrl:'page29.html'
            },
            {   sTitle:'Policy on Designated Record Sets',
                bIsWebPath:true,
                sUrl:'page30.html'
            },
            {   sTitle:'Policy on Medical Records of Employees',
                bIsWebPath:true,
                sUrl:'page31.html'
            },
            {   sTitle:'Policy on Use of Computer and Information Systems and Equipment',
                bIsWebPath:true,
                sUrl:'page32.html'
            },
            {   sTitle:'Policy on Computer, page 2',
                bIsWebPath:true,
                sUrl:'page33.html'
            }]
        }]
    },
    {   sTitle:'HIPAA',
        bIsWebPath:true,
        sUrl:'page34.html',"childArray" : [
        {   sTitle:'HIPAA, page 1',
            bIsWebPath:true,
            sUrl:'page35.html'
        },
        {   sTitle:'HIPAA, page 2',
            bIsWebPath:true,
            sUrl:'page36.html'
        },
        {   sTitle:'HIPAA, page 3',
            bIsWebPath:true,
            sUrl:'page37.html'
        },
        {   sTitle:'HIPAA, page 4',
            bIsWebPath:true,
            sUrl:'page38.html'
        },
        {   sTitle:'HIPAA, page 5',
            bIsWebPath:true,
            sUrl:'page39.html'
        }]
    }]
}]
});
