var customNavTree30 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://www.jmhphotos.com',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Special Events',
        bIsWebPath:true,
        sUrl:'events.html',
        sTarget:'_self'
    },
    {   sTitle:'Senior Pictures',
        bIsWebPath:true,
        sUrl:'senior.html',
        sTarget:'_self'
    },
    {   sTitle:'Engagement',
        bIsWebPath:true,
        sUrl:'engagment.html',
        sTarget:'_self'
    },
    {   sTitle:'Children',
        bIsWebPath:true,
        sUrl:'children.html',
        sTarget:'_self'
    },
    {   sTitle:'Family',
        bIsWebPath:true,
        sUrl:'family.html',
        sTarget:'_self'
    },
    {   sTitle:'Animals',
        bIsWebPath:true,
        sUrl:'animals.html',
        sTarget:'_self'
    },
    {   sTitle:'Random',
        bIsWebPath:true,
        sUrl:'random.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
