var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'sUrl':'news.html'
},
{   'sDescription':'What is spray foam?',
    'sTitle':'SPRAY FOAM',
    'sUrl':'sprayfoam.html',"childArray" : [
    {   'bSeparatorAfter':true,
        'sTitle':'F A Q',
        'sUrl':'faq.html'
    }]
},
{   'sTitle':'APPLICATIONS',
    'sUrl':'applications.html',"childArray" : [
    {   'sTitle':'RESIDENTIAL',
        'sUrl':'residential.html'
    },
    {   'sTitle':'COMMERCIAL',
        'sUrl':'page15.html'
    },
    {   'sTitle':'SPF ROOFING',
        'sUrl':'page13.html'
    },
    {   'sTitle':'COATINGS',
        'sUrl':'coatings.html'
    },
    {   'sTitle':'GACO',
        'sUrl':'page16.html'
    }]
},
{   'sTitle':'LINKS',
    'sUrl':'links.html'
},
{   'sTitle':'GALLERY',
    'sUrl':'page5.html',"childArray" : [
    {   'sTitle':'RESIDENTIAL GALLERY',
        'sUrl':'page14.html'
    },
    {   'sTitle':'COMMERCIAL GALLERY',
        'sUrl':'page17.html'
    },
    {   'sTitle':'SPF ROOFING GALLERY',
        'sUrl':'page18.html'
    }]
},
{   'sTitle':'CONTACT US!',
    'sUrl':'contact.html'
}]
});
