var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ANA SAYFA',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PROFİL',
    bIsWebPath:true,
    sUrl:'profil.html'
},
{   sTitle:'İLETİŞİM',
    bIsWebPath:true,
    sUrl:'kontakt.html'
},
{   sTitle:'RESİMLER',
    bIsWebPath:true,
    sUrl:'bilder.html',"childArray" : [
    {   sTitle:'RESİMLER I',
        bIsWebPath:true,
        sUrl:'bilder1.html'
    },
    {   sTitle:'RESİMLER II',
        bIsWebPath:true,
        sUrl:'bilder2.html'
    }]
},
{   sTitle:'MILLI TAKIM',
    bIsWebPath:true,
    sUrl:'gal_national.html'
},
{   sTitle:'ÖZEL',
    bIsWebPath:true,
    sUrl:'privat.html'
},
{   sTitle:'VİDEOLAR',
    bIsWebPath:true,
    sUrl:'video1.html'
},
{   sTitle:'RÖPORTAJ',
    bIsWebPath:true,
    sUrl:'interview.html'
}]
});
