var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'testimonial',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'about.html#testimonial'
    },
    {   sTitle:'links',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'about.html#links'
    }]
},
{   sTitle:'gallery',
    bIsWebPath:true,
    sUrl:'gallery_1to3.html'
},
{   sTitle:'ordering',
    bIsWebPath:true,
    sUrl:'ordering.html',"childArray" : [
    {   sTitle:'prices',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'ordering.html#pricing'
    },
    {   sTitle:'appointments',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'ordering.html#appointments'
    },
    {   sTitle:'payment and shipping',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'ordering.html#shipping'
    }]
},
{   sTitle:'d.i.y',
    bIsWebPath:true,
    sUrl:'d.i.y.html',"childArray" : [
    {   sTitle:'f.a.q\'s',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'d.i.y.html#f.a.q'
    },
    {   sTitle:'d.i.y.',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'d.i.y.html#diy'
    }]
},
{   sTitle:'store',
    bIsWebPath:true,
    sUrl:'store.html'
}]
});
