var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'About',
    bIsWebPath:true,
    sUrl:'About.htm'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'Articles.htm'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Products',
    bIsWebPath:true,
    sUrl:'Products.htm',"childArray" : [
    {   sTitle:'Book',
        bIsWebPath:true,
        sUrl:'Book.htm'
    }]
},
{   sTitle:'Bullet Data',
    bIsWebPath:true,
    sUrl:'Bullets.html'
}]
});
