var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Enter',
    bIsWebPath:true,
    sUrl:'pictures.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'picturehome.html'
},
{   sTitle:'Team Photos',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'order.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'picturecontacts.html'
}]
});