var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'About.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Contact.html'
},
{   'sTitle':'2012 Rules',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Rules.html',
    'sTarget':'_self'
},
{   'sTitle':'Results',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Results.html',
    'sTarget':'_self'
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Gallery.html'
},
{   'sTitle':'Registration Forms',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Registrationforms.html',
    'sTarget':'_self'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Links.html',
    'sTarget':'_self'
},
{   'sTitle':'Sponsors',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'sponsors.html',
    'sTarget':'_self'
}]
});
