var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page9.html'
},
{   sTitle:'Local Moving',
    bIsWebPath:true,
    sUrl:'localmoving.html'
},
{   sTitle:'International Shipping',
    bIsWebPath:true,
    sUrl:'international shipping.html',"childArray" : [
    {   sTitle:'FCL Full Container Load',
        bIsWebPath:true,
        sUrl:'fcl.html'
    },
    {   sTitle:'LCL- Less Then Container Load',
        bIsWebPath:true,
        sUrl:'lcl.html'
    },
    {   sTitle:'Shipping Household Goods',
        bIsWebPath:true,
        sUrl:'shipping household goods.html'
    },
    {   sTitle:'Shipping Boxes',
        bIsWebPath:true,
        sUrl:'shipping boxes.html'
    }]
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
