var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Profile',
    bIsWebPath:true,
    sUrl:'profile.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Exhibitions',
    bIsWebPath:true,
    sUrl:'exhibitions.html'
},
{   sTitle:'Casting',
    bIsWebPath:true,
    sUrl:'casting1.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
