var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Applications',
    bIsWebPath:true,
    sUrl:'applications.html',"childArray" : [
    {   sTitle:'Heating',
        bIsWebPath:true,
        sUrl:'heating.html'
    },
    {   sTitle:'Drying',
        bIsWebPath:true,
        sUrl:'drying.html'
    },
    {   sTitle:'Cogeneration',
        bIsWebPath:true,
        sUrl:'cogeneration.html'
    },
    {   sTitle:'Fuel Handling',
        bIsWebPath:true,
        sUrl:'fuel_handling.html'
    },
    {   sTitle:'Portable Systems',
        bIsWebPath:true,
        sUrl:'portable_systems.html'
    },
    {   sTitle:'Other',
        bIsWebPath:true,
        sUrl:'other.html'
    }]
},
{   sTitle:'Gasification',
    bIsWebPath:true,
    sUrl:'gasification.html'
},
{   sTitle:'Brochure',
    bIsWebPath:true,
    sUrl:'kranngassifierbrochure.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact_us2.html'
}]
});
