var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.php'
},
{   sTitle:'Discpgraphy',
    bIsWebPath:true,
    sUrl:'discography.php'
},
{   sTitle:'About ÄO',
    bIsWebPath:true,
    sUrl:'aboutao.php'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.php'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photos.php'
},
{   sTitle:'Tour Dates',
    bIsWebPath:true,
    sUrl:'tourdates.php'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.php'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.php'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.php'
}]
});
