var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Hotel',
    bIsWebPath:true,
    sUrl:'opus apart hotel kusadasi.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'opus apart hotel kusadasi location.html'
    }]
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'opus apart hotel - facilities.html'
},
{   sTitle:'Rooms',
    bIsWebPath:true,
    sUrl:'opus apart hotel - rooms.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'opus apart hotel - photo gallery.html'
},
{   sTitle:'Book Online',
    bIsWebPath:true,
    sUrl:'opus apart hotel - book online.html'
},
{   sTitle:'Airport Transfer',
    bIsWebPath:true,
    sUrl:'airporttransfer.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'opus apart hotel - contact.html'
}]
});
