var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'Portfolio.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'Contact.html'
},
{   'sTitle':'Vendor/ Bid Opportunities',
    'bIsWebPath':true,
    'sUrl':'page4.html'
}]
});
