var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'Weddings.html'
},
{   sTitle:'Watch Movie',
    bIsWebPath:true,
    sUrl:'Watch Movie.html'
},
{   sTitle:'Enquiry Form',
    bIsWebPath:true,
    sUrl:'enquiryform.html'
},
{   sTitle:'Planning',
    bIsWebPath:true,
    sUrl:'hints1.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Site Map @ AVALON',
        bIsWebPath:true,
        sUrl:'Site Map.html'
    }]
}]
});