var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Websites FAQ',
        bIsWebPath:true,
        sUrl:'websites-faq.html',
        sTarget:'_self'
    },
    {   sDescription:'Web Design Packages',
        sTitle:'Web Design',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#webdesign'
    },
    {   sDescription:'Business Consulting Services',
        sTitle:'Business Consulting',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#biscons'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
