var customNavTree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome at Custom Cruise',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Cruise Liners',
    bIsWebPath:true,
    sUrl:'cruiseliners.html',"childArray" : [
    {   sTitle:'Cruise Tips',
        bIsWebPath:true,
        sUrl:'cruisetips.html'
    }]
},
{   sTitle:'Cruises',
    bIsWebPath:true,
    sUrl:'cruises.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Alaska cruises',
        bIsWebPath:true,
        sUrl:'alaskacruise.html'
    },
    {   sTitle:'East Caribbean',
        bIsWebPath:true,
        sUrl:'eastcaribbean.html'
    },
    {   sTitle:'West Caribbean',
        bIsWebPath:true,
        sUrl:'westcaribbean.html'
    },
    {   sTitle:'South Caribbean',
        bIsWebPath:true,
        sUrl:'southcaribbean.html'
    },
    {   sTitle:'Greek Islands',
        bIsWebPath:true,
        sUrl:'greekislands.html'
    }]
},
{   sTitle:'Cruise specials',
    bIsWebPath:true,
    sUrl:'cruisespecials.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Worship leaders',
        bIsWebPath:true,
        sUrl:'cruisetourleaders.html'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'site map',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});
