var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Προφίλ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Διοίκηση',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Επικοινωνία',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
}]
});
