var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'SCHEDULING',
    bIsWebPath:true,
    sUrl:'scheduling.html'
},
{   sTitle:'PHOTO GALLERIES',
    bIsWebPath:true,
    sUrl:'galleries.html',"childArray" : [
    {   sTitle:'FAMILIES',
        bIsWebPath:true,
        sUrl:'families.html'
    },
    {   sTitle:'HIGH SCHOOL SENIORS',
        bIsWebPath:true,
        sUrl:'seniors.html',"childArray" : [
        {   sTitle:'SENIOR PRICES',
            bIsWebPath:true,
            sUrl:'seniorprices.html'
        },
        {   sTitle:'SENIOR FAQ\'S',
            bIsWebPath:true,
            sUrl:'seniorfaq.html'
        }]
    },
    {   sTitle:'CHILDREN',
        bIsWebPath:true,
        sUrl:'children.html'
    },
    {   sTitle:'PUBLICITY',
        bIsWebPath:true,
        sUrl:'publicity.html'
    },
    {   sTitle:'WEDDINGS & EVENTS',
        bIsWebPath:true,
        sUrl:'weddings.html'
    },
    {   sTitle:'PETS',
        bIsWebPath:true,
        sUrl:'pets.html'
    },
    {   sTitle:'SPORTS',
        bIsWebPath:true,
        sUrl:'sports.html'
    },
    {   sTitle:'MODEL PORTFOLIOS',
        bIsWebPath:true,
        sUrl:'models.html',"childArray" : [
        {   sTitle:'UJENA Swimwear Models',
            bIsWebPath:true,
            sUrl:'ujena.html'
        }]
    }]
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'CALENDAR',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
