var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Data Access Layer Home',
        bIsWebPath:true,
        sUrl:'DataAccessLayer.html',"childArray" : [
        {   sTitle:'DAL SqlServer',
            bIsWebPath:true,
            sUrl:'DALSqlServer.html'
        },
        {   sTitle:'DAL SqlServer-VistaDB',
            bIsWebPath:true,
            sUrl:'DALSqlServerVistaDB.html'
        },
        {   sTitle:'DAL Documentation',
            bIsWebPath:true,
            sUrl:'DALDocumentation.html',"childArray" : [
            {   sTitle:'DAL Installation',
                bIsWebPath:true,
                sUrl:'DALDocumentation01.html'
            },
            {   sTitle:'DAL Getting Started',
                bIsWebPath:true,
                sUrl:'DALDocumentation02.html'
            },
            {   sTitle:'DAL Deriving A DataSet',
                bIsWebPath:true,
                sUrl:'DALDocumentation03.html'
            },
            {   sTitle:'DAL Deriving A DataTable',
                bIsWebPath:true,
                sUrl:'DALDocumentation04.html'
            },
            {   sTitle:'DAL CRUD Operations',
                bIsWebPath:true,
                sUrl:'DALDocumentatiom05.html'
            },
            {   sTitle:'DAL Stored Procs',
                bIsWebPath:true,
                sUrl:'DALDocumentation06.html'
            },
            {   sTitle:'DAL Blobs',
                bIsWebPath:true,
                sUrl:'DALDocumentation07.html'
            }]
        }]
    }]
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'ArticlesHome.html',"childArray" : [
    {   sTitle:'KlikSoft Tutorials',
        bIsWebPath:true,
        sUrl:'KlikSoftHome.html'
    },
    {   sTitle:'Code Charge Studio Magazine',
        bIsWebPath:true,
        sUrl:'CodeChargeStudioHome.html'
    },
    {   sTitle:'PagePlus PDF Submit',
        bIsWebPath:true,
        sUrl:'PagePlusPDFSubmit.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUs.html'
},
{   sTitle:'Search',
    bIsWebPath:true,
    sUrl:'Search.html'
}]
});