var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photography',
    bIsWebPath:true,
    sUrl:'photography.html'
},
{   sTitle:'Virtual Tours',
    bIsWebPath:true,
    sUrl:'virtualtours.html'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'webdesign.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
