var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'single image canvas',
    bIsWebPath:true,
    sUrl:'single image canvas.html'
},
{   sTitle:'montage canvas',
    bIsWebPath:true,
    sUrl:'montage canvas.html'
},
{   sTitle:'wedding canvases',
    bIsWebPath:true,
    sUrl:'wedding canvases.html'
},
{   sTitle:'mini canvas',
    bIsWebPath:true,
    sUrl:'mini canvasr.html',
    sTarget:'_self'
},
{   sTitle:'kids\' art',
    bIsWebPath:true,
    sUrl:'kids\' art.html',
    sTarget:'_self'
},
{   sTitle:'prices & sizes',
    bIsWebPath:true,
    sUrl:'prices and sizes.html',
    sTarget:'_self'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});