var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Sample Plans',
    'bIsWebPath':true,
    'sUrl':'sampleplans.html'
},
{   'sDescription':'House interior and exterior photos',
    'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photopage.html'
},
{   'sTitle':'Standard Specs',
    'bIsWebPath':true,
    'sUrl':'standardspecs.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactpage.html'
}]
});
