var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Machining',
    bIsWebPath:true,
    sUrl:'machining.html',"childArray" : [
    {   sTitle:'CNC Machines',
        bIsWebPath:true,
        sUrl:'cnc machines2.html'
    },
    {   sTitle:'Sample Machined Parts',
        bIsWebPath:true,
        sUrl:'sample machined parts.html'
    }]
},
{   sTitle:'Fabrication',
    bIsWebPath:true,
    sUrl:'fabrication.html'
},
{   sTitle:'Repair Services',
    bIsWebPath:true,
    sUrl:'repair services.html'
},
{   sTitle:'Conveyor Products',
    bIsWebPath:true,
    sUrl:'conveyor products.html',"childArray" : [
    {   sTitle:'In Stock Conveyors & Replacement Parts',
        bIsWebPath:true,
        sUrl:'in stock conveyors & replacement parts.html'
    },
    {   sTitle:'Conveyor Options',
        bIsWebPath:true,
        sUrl:'conveyor options.html'
    }]
},
{   sTitle:'Road Building Products',
    bIsWebPath:true,
    sUrl:'road building products.html'
},
{   sTitle:'Waterjet',
    bIsWebPath:true,
    sUrl:'waterjetpage7.html'
},
{   sTitle:'Robotic Welding',
    bIsWebPath:true,
    sUrl:'robotic welding.html'
},
{   sTitle:'Engineering & Quality',
    bIsWebPath:true,
    sUrl:'engineering & quality.html'
},
{   sTitle:'Capacities',
    bIsWebPath:true,
    sUrl:'capacities.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
