var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Anasayfa',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Hakkımızda',
    bIsWebPath:true,
    sUrl:'hakkimizda.html',
    sTarget:'_self'
},
{   sTitle:'Resimler',
    bIsWebPath:true,
    sUrl:'resimler.html',
    sTarget:'_self'
},
{   sTitle:'Ürünler',
    bIsWebPath:true,
    sUrl:'urunler.html',
    sTarget:'_self'
},
{   sTitle:'İletişim',
    bIsWebPath:true,
    sUrl:'iletisim.html',
    sTarget:'_self'
}]
});
