var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Ferreira Wedding ',
        bIsWebPath:true,
        sUrl:'ferreirawed.html'
    }]
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Wild Horse Products',
        bIsWebPath:true,
        sUrl:'wildhorseprod.html'
    },
    {   sTitle:'Flowers',
        bIsWebPath:true,
        sUrl:'page7.html'
    },
    {   sTitle:'Lake Tahoe',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Ferreira Wedding Prints',
        bIsWebPath:true,
        sUrl:'ferreirawedprint.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});