var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photography',
    bIsWebPath:true,
    sUrl:'photography.html',
    sTarget:'_self'
},
{   sTitle:'DJ & Music',
    bIsWebPath:true,
    sUrl:'djandmusic.html',
    sTarget:'_self'
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});