var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'IT Security',
    'bIsWebPath':true,
    'sUrl':'itsecurity.html'
},
{   'sDescription':'Information assurance ',
    'sTitle':'Infor assurance ',
    'bIsWebPath':true,
    'sUrl':'ia.html'
},
{   'sTitle':'Web Design',
    'bIsWebPath':true,
    'sUrl':'webdesign.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
