var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'About us.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html',"childArray" : [
    {   sTitle:'2009',
        bIsWebPath:true,
        sUrl:'2009.html'
    },
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'2010.html'
    },
    {   sTitle:'2011',
        bIsWebPath:true,
        sUrl:'2011.html'
    }]
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'Sponsors.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'Calendar.html'
},
{   sTitle:'Webdesign',
    bIsWebPath:true,
    sUrl:'webdesign.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
},
{   sTitle:'D.D Tuning',
    bIsWebPath:true,
    sUrl:'D.D Tunin.html'
},
{   sTitle:'Team Gear',
    bIsWebPath:true,
    sUrl:'team-gear.html',
    sTarget:'_self'
},
{   sTitle:'Race Reports',
    bIsWebPath:true,
    sUrl:'race_reports.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Race Reports 2010',
        bIsWebPath:true,
        sUrl:'race_reports_2010.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
}]
});
