var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'NextKey',
        bIsWebPath:true,
        sUrl:'nextkey.html',
        sTarget:'_self'
    },
    {   sTitle:'SoundScapes',
        bIsWebPath:true,
        sUrl:'soundscapes.html',
        sTarget:'_self'
    },
    {   sTitle:'BrickStream',
        bIsWebPath:true,
        sUrl:'brickstream.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
