var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'homepage.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});