var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Andrew Wenger',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'aboutus.html#Andrew_Wenger'
    }]
},
{   sTitle:'Stock Plans ',
    bIsWebPath:true,
    sUrl:'stockplans.html'
},
{   sTitle:'Custom Plans',
    bIsWebPath:true,
    sUrl:'customplans.html',"childArray" : [
    {   sTitle:'Sample Plans',
        bIsWebPath:true,
        sUrl:'sampleplans.html'
    },
    {   sTitle:'Pricing',
        bIsWebPath:true,
        sUrl:'pricing.html',"childArray" : [
        {   sTitle:'Pricing',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'pricing.html#Pricing'
        }]
    },
    {   sTitle:'Pricing',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'customplans.html#Pricing'
    },
    {   sTitle:'Sample plan',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'customplans.html#Sample'
    }]
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
