var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Room To Improve',
    bIsWebPath:true,
    sUrl:'roomtoimprove.html'
},
{   sTitle:'Client Login',
    bIsWebPath:true,
    sUrl:'client login.html'
},
{   sTitle:'Past Projects',
    bIsWebPath:true,
    sUrl:'pastprojects.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
