var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About ',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Submissions',
    bIsWebPath:true,
    sUrl:'submissions.html'
},
{   sTitle:'Books ',
    bIsWebPath:true,
    sUrl:'our_books.html',"childArray" : [
    {   sTitle:' Reviews & Comments',
        bIsWebPath:true,
        sUrl:'lh_reviews.html'
    }]
},
{   sTitle:'Try & Buy',
    bIsWebPath:true,
    sUrl:'try_buy.html',"childArray" : [
    {   sTitle:'Latent Hazard',
        bIsWebPath:true,
        sUrl:'latent_hazard.html'
    },
    {   sTitle:'Latent Hazard - on the edge ',
        bIsWebPath:true,
        sUrl:'lh_ote.html'
    },
    {   sTitle:'Hidden Jeopardy',
        bIsWebPath:true,
        sUrl:'h_jeopardy.html'
    },
    {   sTitle:'Indexhold',
        bIsWebPath:true,
        sUrl:'indexhold.html'
    },
    {   sTitle:'Custodianholders',
        bIsWebPath:true,
        sUrl:'custodianholders.html'
    },
    {   sTitle:'Annuity REITs',
        bIsWebPath:true,
        sUrl:'annuity_reits.html'
    }]
},
{   sTitle:'eBookTumble',
    bIsWebPath:true,
    sUrl:'ebooktumble.html'
},
{   sTitle:'eReaders',
    bIsWebPath:true,
    sUrl:'e_readers.html'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
