var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'port.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gal.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'stats.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Nfo?',
        bIsWebPath:true,
        sUrl:'nfo.html',
        sTarget:'_self'
    }]
}]
});