var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Parts & Services',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Marketing Partners',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
