var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html',
    sTarget:'_self'
},
{   sTitle:'Belgrade',
    bIsWebPath:true,
    sUrl:'belgrade.html',
    sTarget:'_self'
},
{   sTitle:'Panoramas',
    bIsWebPath:true,
    sUrl:'panoramas.html',
    sTarget:'_self'
},
{   sTitle:'Landscapes',
    bIsWebPath:true,
    sUrl:'landscapes.html',
    sTarget:'_self'
},
{   sTitle:'Interiors',
    bIsWebPath:true,
    sUrl:'interiors.html',
    sTarget:'_self'
},
{   sTitle:'Clouds',
    bIsWebPath:true,
    sUrl:'clouds.html',
    sTarget:'_self'
},
{   sTitle:'Fine Art',
    bIsWebPath:true,
    sUrl:'fine_art.html',
    sTarget:'_self'
},
{   sTitle:'Food',
    bIsWebPath:true,
    sUrl:'food.html',
    sTarget:'_self'
},
{   sTitle:'Misc',
    bIsWebPath:true,
    sUrl:'misc.html',
    sTarget:'_self'
},
{   sTitle:'Graphic design',
    bIsWebPath:true,
    sUrl:'design.html',
    sTarget:'_self'
}]
});