var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Balloon Decor',
    bIsWebPath:true,
    sUrl:'decor.html',"childArray" : [
    {   sTitle:'Colors',
        bIsWebPath:true,
        sUrl:'bcolor.html'
    },
    {   sTitle:'Time Lapse',
        bIsWebPath:true,
        sUrl:'balloon.html'
    },
    {   sTitle:'Sparkle It',
        bIsWebPath:true,
        sUrl:'sparkle.html'
    },
    {   sTitle:'Balloon Decor',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Linens',
    bIsWebPath:true,
    sUrl:'linens.html'
},
{   sTitle:'Cookies',
    bIsWebPath:true,
    sUrl:'cookies.html'
},
{   sTitle:'Invitations',
    bIsWebPath:true,
    sUrl:'invites.html'
},
{   sTitle:'Event Planning',
    bIsWebPath:true,
    sUrl:'planning.html'
},
{   sTitle:'Floral',
    bIsWebPath:true,
    sUrl:'floral.html'
}]
});