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',
        sTarget:'_self',"childArray" : [
        {   sTitle:'DAL SqlServer',
            bIsWebPath:true,
            sUrl:'DALSqlServer.html',
            sTarget:'_self'
        },
        {   sTitle:'DAL SqlServer-VistaDB',
            bIsWebPath:true,
            sUrl:'DALSqlServerVistaDB.html',
            sTarget:'_self'
        },
        {   sTitle:'DAL Documentation',
            bIsWebPath:true,
            sUrl:'DALDocumentation.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'DAL Installation',
                bIsWebPath:true,
                sUrl:'DALDocumentation01.html',
                sTarget:'_self'
            },
            {   sTitle:'DAL Getting Started',
                bIsWebPath:true,
                sUrl:'DALDocumentation02.html',
                sTarget:'_self'
            },
            {   sTitle:'DAL Deriving A DataSet',
                bIsWebPath:true,
                sUrl:'DALDocumentation03.html',
                sTarget:'_self'
            },
            {   sTitle:'DAL Deriving A DataTable',
                bIsWebPath:true,
                sUrl:'DALDocumentation04.html',
                sTarget:'_self'
            },
            {   sTitle:'DAL CRUD Operations',
                bIsWebPath:true,
                sUrl:'DALDocumentatiom05.html',
                sTarget:'_self'
            },
            {   sTitle:'DAL Stored Procs',
                bIsWebPath:true,
                sUrl:'DALDocumentation06.html',
                sTarget:'_self'
            },
            {   sTitle:'DAL Blobs',
                bIsWebPath:true,
                sUrl:'DALDocumentation07.html',
                sTarget:'_self'
            }]
        }]
    },
    {   sTitle:'Mr Books Home',
        bIsWebPath:true,
        sUrl:'MrBooksHome.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'ArticlesHome.html',"childArray" : [
    {   sTitle:'KlikSoft Tutorials',
        bIsWebPath:true,
        sUrl:'KlikSoftHome.html',
        sTarget:'_self'
    },
    {   sTitle:'Code Charge Studio Magazine',
        bIsWebPath:true,
        sUrl:'CodeChargeStudioHome.html'
    }]
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'Blog.html',
    sTarget:'_self'
},
{   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',
    sTarget:'_self'
}]
});