var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Gallery 2',
        bIsWebPath:true,
        sUrl:'oldpics.html',
        sTarget:'_self'
    },
    {   sTitle:'Gallery 3',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});