var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Αρχική',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Το γραφείο μας',
    bIsWebPath:true,
    sUrl:'ouroffice.html'
},
{   sTitle:'Υπηρεσίες',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Χρήσιμα',
    bIsWebPath:true,
    sUrl:'useful.html'
},
{   sTitle:'Σχετικα',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Επικοινωνία',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
