var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'store.html',"childArray" : [
    {   sTitle:'Small Logs',
        bIsWebPath:true,
        sUrl:'small_logs.html',
        sTarget:'_self'
    },
    {   sTitle:'Medium Logs',
        bIsWebPath:true,
        sUrl:'medium_logs.html',
        sTarget:'_self'
    },
    {   sTitle:'Large Logs',
        bIsWebPath:true,
        sUrl:'large_logs.html',
        sTarget:'_self'
    },
    {   sTitle:'Garden Logs',
        bIsWebPath:true,
        sUrl:'garden_logs.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html',"childArray" : [
    {   sTitle:'Shipping Info',
        bIsWebPath:true,
        sUrl:'shipping_info.html',
        sTarget:'_self'
    },
    {   sTitle:'Privacy and Security',
        bIsWebPath:true,
        sUrl:'privacy_security.html',
        sTarget:'_self'
    },
    {   sTitle:'About Shiitake Mushrooms',
        bIsWebPath:true,
        sUrl:'about_shiitake_mushrooms.html',
        sTarget:'_self'
    }]
}]
});