var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'aerial_connection_products.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'aerial_connection_contact.html'
}]
});
