var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Gallery',
    sUrl:'http://10-after-10.com/gallery.html'
},
{   sTitle:'Web Sites',
    sUrl:'http://10-after-10.com/page11.html',
    sTarget:'_self'
},
{   sTitle:'Printed',
    sUrl:'http://10-after-10.com/printed.html',"childArray" : [
    {   sTitle:'Adapt-A-Case printed',
        sUrl:'http://10-after-10.com/adapt_a_caseprinted.html'
    },
    {   sTitle:'Superior Trans printed',
        sUrl:'http://10-after-10.com/superiorprinted.html'
    },
    {   sTitle:'TRNi Site Headers',
        sUrl:'http://10-after-10.com/page10.html'
    }]
},
{   sTitle:'Contact',
    sUrl:'http://10-after-10.com/contact.html'
}]
});