var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Units',
    bIsWebPath:true,
    sUrl:'units.html',"childArray" : [
    {   sTitle:'How To Rent',
        bIsWebPath:true,
        sUrl:'howtorent.html'
    }]
},
{   sTitle:'Packaging',
    bIsWebPath:true,
    sUrl:'packaging.html'
},
{   sTitle:'Move Your Stuff',
    bIsWebPath:true,
    sUrl:'moveyourstuff.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Terms & Conditions',
        bIsWebPath:true,
        sUrl:'terms.html'
    },
    {   sTitle:'Insurance',
        bIsWebPath:true,
        sUrl:'insurance.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'How To Find Us',
        bIsWebPath:true,
        sUrl:'howtofindus.html'
    }]
}]
});
