var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Computer repair and web design in Colorado Springs. Not the"Norma" computer guy.',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wallpaper Gallery',
    bIsWebPath:true,
    sUrl:'wallpaper.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Websites',
        sUrl:'http://webs.shadetreepc.com',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html',"childArray" : [
    {   sTitle:'Essential Apps',
        bIsWebPath:true,
        sUrl:'essential.html'
    },
    {   sTitle:'Toolbox',
        bIsWebPath:true,
        sUrl:'toolbox.html'
    },
    {   sTitle:'Calvert Academy',
        bIsWebPath:true,
        sUrl:'calvert.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Community',
        bIsWebPath:true,
        sUrl:'community.html'
    }]
},
{   sTitle:'Linux',
    bIsWebPath:true,
    sUrl:'linux.html',"childArray" : [
    {   sTitle:'Compare',
        bIsWebPath:true,
        sUrl:'compare.html'
    },
    {   sTitle:'Win-Mac Missile Crisis',
        bIsWebPath:true,
        sUrl:'winmac.html'
    }]
}]
});
