var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'SOLUTION',
    bIsWebPath:true,
    sUrl:'sni_solution.html'
},
{   sTitle:'EZ-MDF',
    bIsWebPath:true,
    sUrl:'ez_mdf.html'
},
{   sTitle:'EZ-EDGE',
    bIsWebPath:true,
    sUrl:'ez_edge.html'
},
{   sTitle:'EZ-FLOW',
    bIsWebPath:true,
    sUrl:'ez_flow.html'
},
{   sTitle:'TECHNOLOGY',
    bIsWebPath:true,
    sUrl:'technologies.html'
},
{   sTitle:'PATENTS',
    bIsWebPath:true,
    sUrl:'patents.html'
}]
});
