var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Consumables',
        bIsWebPath:true,
        sUrl:'consumables.html',"childArray" : [
        {   sTitle:'Paper Products',
            bIsWebPath:true,
            sUrl:'paper_products.html'
        },
        {   sTitle:'Toner Cartridges',
            bIsWebPath:true,
            sUrl:'toner_cartridges.html'
        }]
    },
    {   sTitle:'Servers',
        bIsWebPath:true,
        sUrl:'servers.html'
    },
    {   sTitle:'Computers',
        bIsWebPath:true,
        sUrl:'computer.html'
    },
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'software.html'
    },
    {   sTitle:'Printers',
        bIsWebPath:true,
        sUrl:'printers.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Networking',
    bIsWebPath:true,
    sUrl:'networking.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
