var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Tickets',
    bIsWebPath:true,
    sUrl:'tickets.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Designers',
    bIsWebPath:true,
    sUrl:'designers.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
