var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home ',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Roofing',
    'bIsWebPath':true,
    'sUrl':'roofing.html'
},
{   'sTitle':'Gutters',
    'bIsWebPath':true,
    'sUrl':'gutters.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Choosing the right contractor',
    'bIsWebPath':true,
    'sUrl':'right-contractor.html'
},
{   'sTitle':'Estimates',
    'bIsWebPath':true,
    'sUrl':'estimates.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo-gallery.html'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
