var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Phoenix',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Technology',
    'bIsWebPath':true,
    'sUrl':'dry-ice-blasting-technology.html',"childArray" : [
    {   'sTitle':'FAQ',
        'bIsWebPath':true,
        'sUrl':'faq.html'
    },
    {   'sTitle':'Demo FAQ',
        'bIsWebPath':true,
        'sUrl':'demo-faq.html'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'PHX-150',
        'bIsWebPath':true,
        'sUrl':'phx150.html'
    },
    {   'sTitle':'PHX-200',
        'bIsWebPath':true,
        'sUrl':'phx200.html'
    },
    {   'sTitle':'Nozzles',
        'bIsWebPath':true,
        'sUrl':'nozzles.html'
    },
    {   'sTitle':'Guns & Accessories',
        'bIsWebPath':true,
        'sUrl':'gun.html'
    }]
},
{   'sTitle':'Applications',
    'bIsWebPath':true,
    'sUrl':'applications.html',"childArray" : [
    {   'sTitle':'Disaster Recovery',
        'bIsWebPath':true,
        'sUrl':'disaster_recovery.html'
    },
    {   'sTitle':'Electrical',
        'bIsWebPath':true,
        'sUrl':'electrical.html'
    },
    {   'sTitle':'Food',
        'bIsWebPath':true,
        'sUrl':'food.html'
    },
    {   'sTitle':'General',
        'bIsWebPath':true,
        'sUrl':'general_cleaning.html'
    },
    {   'sTitle':'In Plant',
        'bIsWebPath':true,
        'sUrl':'in_plant.html'
    },
    {   'sTitle':'Mold Cleaning',
        'bIsWebPath':true,
        'sUrl':'mold_cleaning.html'
    },
    {   'sTitle':'Petrochemical',
        'bIsWebPath':true,
        'sUrl':'petrochemical.html'
    },
    {   'sTitle':'Printing & Packaging',
        'bIsWebPath':true,
        'sUrl':'printing.html'
    },
    {   'sTitle':'Robotics',
        'bIsWebPath':true,
        'sUrl':'robotics.html'
    }]
}]
});
