var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://curtisphotoart.com/blog'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
}]
});
