var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About us',
        bIsWebPath:true,
        sUrl:'aboutus.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Application',
    bIsWebPath:true,
    sUrl:'applicatio6.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2012 calendar',
        bIsWebPath:true,
        sUrl:'2012cal.html',
        sTarget:'_self'
    }]
},
{   sTitle:'2011 Show',
    bIsWebPath:true,
    sUrl:'postcarshow.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Photos 2011',
        bIsWebPath:true,
        sUrl:'carshowphotos.html',
        sTarget:'_self'
    },
    {   sTitle:'Sponors',
        bIsWebPath:true,
        sUrl:'sponsors.html',
        sTarget:'_self'
    }]
},
{   sTitle:'2012 Show',
    bIsWebPath:true,
    sUrl:'carshow2012.html',
    sTarget:'_self'
}]
});
