var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'lcd replacements',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'mazak rebuild',
    bIsWebPath:true,
    sUrl:'mazak rebuild.html'
},
{   sTitle:'trouble shooting ',
    bIsWebPath:true,
    sUrl:'trouble shooting.html'
},
{   sTitle:'monitors wanted',
    bIsWebPath:true,
    sUrl:'monitors wanted.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'shipping',
    bIsWebPath:true,
    sUrl:'shipping.html'
},
{   sTitle:'shop tour',
    bIsWebPath:true,
    sUrl:'shop tour.html'
},
{   sTitle:'prototrak page',
    bIsWebPath:true,
    sUrl:'prototrak.html'
}]
});
