var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Newstwo',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Recorders',
    bIsWebPath:true,
    sUrl:'recorders.html'
},
{   sTitle:'Pics',
    bIsWebPath:true,
    sUrl:'pics.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
