var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Racing',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Shopping',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Online Store',
        bIsExternal:true,
        sUrl:'http://h1072140.hobbyshopnow.com/'
    },
    {   sTitle:'In House Online Store',
        bIsExternal:true,
        sUrl:'http://www.northernhobbies.com/shop/'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
