var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'carst.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'images.html'
},
{   sTitle:'Newsletters',
    bIsWebPath:true,
    sUrl:'information.html',
    sTarget:'_self'
},
{   sTitle:'Object',
    bIsWebPath:true,
    sUrl:'object.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:' News',
    sUrl:'http://carst.wordpress.com',
    sTarget:'_blank'
}]
});
