var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self'
},
{   sTitle:'Photoshop',
    bIsWebPath:true,
    sUrl:'photoshopskills.html',
    sTarget:'_self'
},
{   sTitle:'Photography',
    bIsWebPath:true,
    sUrl:'photography.html',
    sTarget:'_self'
},
{   sTitle:'Places To Go',
    bIsWebPath:true,
    sUrl:'placestogo.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});