var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Parts',
    bIsWebPath:true,
    sUrl:'parts.html',"childArray" : [
    {   sTitle:'Interior',
        bIsWebPath:true,
        sUrl:'interior.html'
    },
    {   sTitle:'Exterior',
        bIsWebPath:true,
        sUrl:'ext.html'
    },
    {   sTitle:'Engine Bay',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Specials',
        bIsWebPath:true,
        sUrl:'specials.html'
    },
    {   sTitle:'Wheels',
        bIsWebPath:true,
        sUrl:'wheels.html'
    }]
},
{   sTitle:'Decals',
    bIsWebPath:true,
    sUrl:'decals.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
