var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Q & A',
    bIsWebPath:true,
    sUrl:'q&a.html'
},
{   sTitle:'Tips',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Music Festival',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});