var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home              ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services          ',
    bIsWebPath:true,
    sUrl:'#.html',"childArray" : [
    {   sTitle:'Electrical',
        bIsWebPath:true,
        sUrl:'elecrical.html'
    },
    {   sTitle:'Voice & Data',
        bIsWebPath:true,
        sUrl:'voicedata.html'
    },
    {   sTitle:'Oilfield',
        bIsWebPath:true,
        sUrl:'oilfield.html'
    }]
},
{   sTitle:'Safety             ',
    bIsWebPath:true,
    sUrl:'safety.html'
},
{   sTitle:'Customer List ',
    bIsWebPath:true,
    sUrl:'customers.html'
},
{   sTitle:'Contact          ',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Employment',
    bIsExternal:true,
    sUrl:'http://www.m-optic.com/applicationform.htm',
    sTarget:'_blank'
}]
});