var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Our Company',
        bIsWebPath:true,
        sUrl:'company.html',
        sTarget:'_self'
    },
    {   sTitle:'Mission',
        bIsWebPath:true,
        sUrl:'mission.html',
        sTarget:'_self'
    },
    {   sTitle:'Vision',
        bIsWebPath:true,
        sUrl:'vision.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Plant',
    bIsWebPath:true,
    sUrl:'plant.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Yanbu Plant',
        bIsWebPath:true,
        sUrl:'yanbu_plant.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Products / Services',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'GRP/FRP Pipes',
        bIsWebPath:true,
        sUrl:'grp.html',
        sTarget:'_self'
    },
    {   sTitle:'PVC Pipes',
        bIsWebPath:true,
        sUrl:'pvc.html',
        sTarget:'_self'
    },
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Latest News',
        bIsWebPath:true,
        sUrl:'news.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Jobs',
    bIsWebPath:true,
    sUrl:'jobs.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Opportunity',
        bIsWebPath:true,
        sUrl:'joblist.html',
        sTarget:'_self'
    },
    {   sTitle:'Why Saudi Hepco',
        bIsWebPath:true,
        sUrl:'why.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
