var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'AboutUs.html'
},
{   sTitle:'Garb Costume Hire Manager',
    bIsWebPath:true,
    sUrl:'garb.html',"childArray" : [
    {   sTitle:'Garb Benefits',
        bIsWebPath:true,
        sUrl:'garbbenefits.html'
    },
    {   sTitle:'GarbFAQs',
        bIsWebPath:true,
        sUrl:'GarbFAQ.html'
    },
    {   sTitle:'GarbWeb',
        bIsWebPath:true,
        sUrl:'Garbweb.html'
    },
    {   sTitle:'Garb 3.0',
        bIsWebPath:true,
        sUrl:'Garb3.html'
    }]
},
{   sTitle:'BalloonBase',
    bIsWebPath:true,
    sUrl:'balloonbase.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Search',
    bIsWebPath:true,
    sUrl:'search.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
