var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Online Photos',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Order Prints',
    bIsWebPath:true,
    sUrl:'OrderPrints.html'
},
{   sTitle:'Slide Show',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUs.html'
}]
});
