var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'[What\'s gone and what\'s past help]',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'[Want to see what we do]',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Just a Sample',
        bIsWebPath:true,
        sUrl:'page3.html'
    },
    {   sTitle:'Web sites and Web Video',
        bIsWebPath:true,
        sUrl:'page6.html'
    },
    {   sTitle:'TV shows Advertorials',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'{Give us a hollar}',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
