var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Applications',
    'bIsWebPath':true,
    'sUrl':'powercrete-applications.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'powercrete-epoxy-coatings.html',"childArray" : [
    {   'sTitle':'Powercrete DD',
        'bIsWebPath':true,
        'sUrl':'powercrete-dd.html'
    },
    {   'sTitle':'Powercrete J',
        'bIsWebPath':true,
        'sUrl':'powercrete-j.html'
    },
    {   'sTitle':'Powercrete PW',
        'bIsWebPath':true,
        'sUrl':'powercrete-pw.html'
    },
    {   'sTitle':'Powercrete R-60',
        'bIsWebPath':true,
        'sUrl':'powercrete-r60.html'
    },
    {   'sTitle':'Powercrete R-65 F1',
        'bIsWebPath':true,
        'sUrl':'powercrete-f1.html'
    },
    {   'sTitle':'Powercrete R-95',
        'bIsWebPath':true,
        'sUrl':'powercrete-r95.html'
    },
    {   'sTitle':'Powercrete R-150',
        'bIsWebPath':true,
        'sUrl':'powercrete-r150.html'
    },
    {   'sTitle':'Powercrete Superflow',
        'bIsWebPath':true,
        'sUrl':'powercrete-superflow.html'
    },
    {   'sTitle':'Powercrete W',
        'bIsWebPath':true,
        'sUrl':'powercrete-w.html'
    },
    {   'sTitle':'Powercrete R-120 and YGE',
        'bIsWebPath':true,
        'sUrl':'powercrete_r120-yge.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
