var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'H-D Motorcycles',
    bIsWebPath:true,
    sUrl:'New_HD_Bikes.html'
},
{   sTitle:'Buell Motorcycles',
    bIsWebPath:true,
    sUrl:'Buell_Bikes.html'
},
{   sTitle:'Used Inventory',
    bIsWebPath:true,
    sUrl:'used_inventory.html'
},
{   sTitle:'Parts & Accessories',
    bIsWebPath:true,
    sUrl:'parts_access.html'
},
{   sTitle:'Service',
    bIsWebPath:true,
    sUrl:'service_dept.html'
},
{   sTitle:'Motorclothes Apparel',
    bIsWebPath:true,
    sUrl:'motor_clothes.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Photo Album',
    bIsWebPath:true,
    sUrl:'photo album.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links_page.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});