var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Mobile',
    sUrl:'actauto road tours mobile.html'
},
{   sTitle:'Rides',
    sUrl:'actauto road tours rides.html',"childArray" : [
    {   sTitle:'Connecticut',
        sUrl:'actauto road tours connecticut.html'
    },
    {   sTitle:'New York',
        sUrl:'actauto road tours new york.html'
    },
    {   sTitle:'Massachusetts',
        sUrl:'actauto road tours massachusetts.html'
    }]
},
{   sTitle:'Tours',
    sUrl:'actauto road tours tours.html',"childArray" : [
    {   sTitle:'Hook I',
        sUrl:'actauto road tours hook l.html'
    },
    {   sTitle:'Hook II',
        sUrl:'actauto road tours hook ll.html'
    },
    {   sTitle:'Hook III',
        sUrl:'actauto road tours hook lll.html'
    },
    {   sTitle:'Hook IV',
        sUrl:'hook iv.html'
    },
    {   sTitle:'Red Leaf',
        sUrl:'actauto road tours red leaf.html'
    },
    {   sTitle:'Route 66',
        sUrl:'actauto road tours route 66.html'
    },
    {   sTitle:'Green Mountain Forest VT',
        sUrl:'actauto road tours green mountain forest vt.html'
    }]
},
{   sTitle:'Bikers',
    sUrl:'actauto road tours bikers.html'
},
{   sTitle:'Links',
    sUrl:'actauto road tours links.html'
},
{   sTitle:'Contact',
    sUrl:'actauto road tours contact.html'
}]
});
