var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Baldwin Electronics is West Texas\' Mobile Electronics Experts. Serving the Permian BAsin for over 29 Years!',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Car Audio',
        bIsWebPath:true,
        sUrl:'caraudio.html'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'video.html'
    },
    {   sTitle:'Security',
        bIsWebPath:true,
        sUrl:'security.html'
    },
    {   sTitle:'Working',
        bIsWebPath:true,
        sUrl:'solutions.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Corvettes',
        bIsWebPath:true,
        sUrl:'projects02.html'
    },
    {   sTitle:'Ferraris',
        bIsWebPath:true,
        sUrl:'projects03.html'
    },
    {   sTitle:'67 GTO',
        bIsWebPath:true,
        sUrl:'project04.html'
    },
    {   sTitle:'Galaxy 500',
        bIsWebPath:true,
        sUrl:'project05.html'
    },
    {   sTitle:'Other Stuff',
        bIsWebPath:true,
        sUrl:'otherstuff.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'baldwin electronics-videos.html'
}]
});
